Decimal Degrees to Degrees, Minutes, Seconds Converter

This converter is designed to convert decimal degree values to the more traditional degrees, minutes, and seconds (DMS) format. This tool is perfect for surveyors, engineers, and navigators who need precise angle measurements.

Calculator

Results

Degrees: -
Minutes: -
Seconds: -

Data Source and Methodology

All calculations are based on the standard conversion formulas from decimal degrees to degrees, minutes, and seconds.

The Formula Explained

To convert decimal degrees to DMS:

Degrees = integer part of decimal degrees

Minutes = integer part of (decimal degrees - degrees) × 60

Seconds = (decimal degrees - degrees - minutes/60) × 3600

Glossary of Variables

How It Works: A Step-by-Step Example

For a decimal degree value of 123.456:

Frequently Asked Questions (FAQ)

What is decimal degrees?

Decimal degrees (DD) express latitude and longitude geographic coordinates as a decimal fraction.

How do I convert DD to DMS?

To convert decimal degrees to degrees, minutes, and seconds (DMS), you split the decimal degrees into its integer and fractional parts, then convert these parts into degrees, minutes, and seconds.

```