Cal11 calculator

Convert Decimal Degrees to Degrees Minutes Seconds Online Calculator

Reviewed by Calculator Editorial Team

Convert decimal degrees to degrees, minutes, and seconds (DMS) with this online calculator. Whether you're working with geographic coordinates, astronomy, or engineering measurements, this tool provides an accurate and easy-to-use conversion.

How to Convert Decimal Degrees to DMS

The decimal degree format (e.g., 45.7654°) is commonly used in digital mapping and GPS devices, but the degrees-minutes-seconds (DMS) format (e.g., 45°45'55") is often preferred for traditional maps and certain scientific applications.

Step-by-Step Conversion Process

  1. Identify the decimal degree value you want to convert.
  2. Separate the integer part of the number to get the degrees.
  3. Multiply the decimal part by 60 to get the minutes.
  4. Separate the integer part of the minutes to get the whole minutes.
  5. Multiply the remaining decimal part by 60 to get the seconds.

Note: The conversion process is slightly different for negative values. The negative sign should be applied to the degrees component only.

Common Applications

This conversion is particularly useful in:

  • Geographic coordinate systems (latitude and longitude)
  • Astronomical observations
  • Surveying and land measurement
  • Navigation systems

Conversion Formula

The mathematical formula for converting decimal degrees to DMS is:

Degrees = floor(decimal degrees) Minutes = floor((decimal degrees - Degrees) × 60) Seconds = (decimal degrees - Degrees - (Minutes ÷ 60)) × 3600

Where:

  • floor() is the mathematical floor function that rounds down to the nearest integer
  • × is the multiplication operator
  • ÷ is the division operator

This formula accounts for the fact that 1 degree = 60 minutes and 1 minute = 60 seconds, creating a base-60 system.

Worked Examples

Example 1: Positive Decimal Degree

Convert 45.7654° to DMS:

  1. Degrees = floor(45.7654) = 45°
  2. Minutes = floor((45.7654 - 45) × 60) = floor(0.7654 × 60) = floor(45.924) = 45'
  3. Seconds = (45.7654 - 45 - (45 ÷ 60)) × 3600 ≈ (0.7654 - 0.75) × 3600 ≈ 0.0154 × 3600 ≈ 55.44"

Final result: 45°45'55.44"

Example 2: Negative Decimal Degree

Convert -32.4567° to DMS:

  1. Degrees = floor(-32.4567) = -32°
  2. Minutes = floor((-32.4567 - (-32)) × 60) = floor(0.4567 × 60) = floor(27.402) = 27'
  3. Seconds = (-32.4567 - (-32) - (27 ÷ 60)) × 3600 ≈ (0.4567 - 0.45) × 3600 ≈ 0.0067 × 3600 ≈ 24.12"

Final result: -32°27'24.12"

Decimal Degree to DMS Conversion Table
Decimal Degrees Degrees Minutes Seconds DMS Format
12.3456 12 20 44.16 12°20'44.16"
-75.6789 -75 40 44.04 -75°40'44.04"
36.5 36 30 0 36°30'0"

Frequently Asked Questions

What is the difference between decimal degrees and DMS?
Decimal degrees use a base-10 system (like standard numbers) where each degree is divided into 10 parts. DMS uses a base-60 system where each degree is divided into 60 minutes, and each minute into 60 seconds. This makes DMS more precise for certain applications.
When should I use decimal degrees vs. DMS?
Decimal degrees are generally preferred for digital calculations and GPS devices. DMS is often used in traditional maps, navigation charts, and some scientific publications where the base-60 system is more intuitive.
How accurate is this conversion?
This calculator provides precise conversions using standard mathematical formulas. The accuracy depends on the precision of your input decimal degrees.
Can I convert DMS back to decimal degrees?
Yes, you can reverse the process using the formula: Decimal Degrees = Degrees + (Minutes ÷ 60) + (Seconds ÷ 3600).
What are some common uses for DMS conversions?
Common applications include geographic coordinate systems, astronomical observations, surveying, and navigation systems that require traditional angle measurements.