# Degrees to Gradians

Convert degrees to gradians with configurable decimal precision

> Canonical page: https://elysiatools.com/en/tools/degrees-to-gradians

- **Category:** Math & Numbers

- **Keywords:** degrees, gradians, angle, conversion, gon

## Overview

Convert angles from degrees to gradians instantly with customizable decimal precision. This tool provides accurate mathematical conversions for surveying, civil engineering, and geometry calculations, outputting results in a clean JSON format.

## Inputs

- **Degrees** (text): e.g. 90
- **Decimal Precision** (number)

## When to use

- When converting angular measurements for civil engineering projects and topographic maps.
- When working on surveying tasks that require angles in gradians (gon) instead of standard degrees.
- When you need to quickly convert degrees to gradians with specific decimal precision up to 12 places.

## How it works

- Enter the angle value in degrees in the input field.
- Adjust the decimal precision value (from 0 to 12) to control the output accuracy.
- The tool calculates the conversion using the formula: Gradians = Degrees * (200 / 180).
- View the result instantly in structured JSON format containing both the input degrees and converted gradians.

## Use cases

- Converting standard 90-degree right angles to 100-gradian values for surveying documentation.
- Standardizing angular datasets from degrees to gon for European geodetic systems.
- Verifying academic geometry homework and trigonometric calculations.

## Frequently asked questions

### What is the conversion formula from degrees to gradians?

Gradians equal degrees multiplied by 1.111111 (or 200/180).

### What is a gradian?

A gradian (also known as gon or grade) is a unit of angular measurement equal to 1/400 of a turn.

### Can I specify the decimal precision of the output?

Yes, you can set the decimal precision anywhere from 0 to 12 decimal places.

### What is the default precision if not specified?

The default decimal precision is 6 decimal places.

### Does this tool support negative degree values?

Yes, you can input negative degree values to get the corresponding negative gradian values.

## Related tools

- [Acre to Hectare](https://elysiatools.com/en/tools/acre-to-hectare): Convert acres to hectares with configurable decimal precision
- [Acre to Square Feet](https://elysiatools.com/en/tools/acre-to-square-feet): Convert acres to square feet with configurable decimal precision
- [Acre to Square Meter](https://elysiatools.com/en/tools/acre-to-square-meter): Convert acres to square meters with configurable decimal precision
- [Arcminutes to Degrees](https://elysiatools.com/en/tools/arcminutes-to-degrees): Convert arcminutes to degrees with configurable decimal precision
- [Arcseconds to Degrees](https://elysiatools.com/en/tools/arcseconds-to-degrees): Convert arcseconds to degrees with configurable decimal precision
- [ATM to KPa](https://elysiatools.com/en/tools/atm-to-kpa): Convert standard atmospheres to kilopascals with configurable decimal precision
- [Bar to KPa](https://elysiatools.com/en/tools/bar-to-kpa): Convert bar to kilopascals with configurable decimal precision
- [Bar to PSI](https://elysiatools.com/en/tools/bar-to-psi): Convert bar to pounds per square inch with configurable decimal precision

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
