Shades of Burning Sand #D98459
Tints of Burning Sand #D98459
RGB
CMYK
RGB Variations
Color information
#D98459 (or 0xD98459) is known color: Burning Sand. HEX triplet: D9, 84 and 59. RGB value is (217,132,89). Sum of RGB (Red+Green+Blue) = 217+132+89=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D98459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98459 is #267BA6. Grayscale: #989898. Windows color (decimal): -2522023 or 5866713. OLE color: 5866713.
HSL color Cylindrical-coordinate representation of color #D98459: hue angle of 20.16º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D98459 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 89 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.15 |
| HSL | 20.16º | 0.63% | 0.6% | - |
| HSV(B) | 20.16º | 0.59% | 0.85% | - |
| XYZ | 38.67 | 31.98 | 13.58 | - |
| YUV | 152.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 89 | 0 | 0.39 | 0.59 | 0.15 | 20.16 | 0.63 | 0.6 |
| Hex | D9 | 84 | 59 | 0 | 27 | 3B | F | 14 | 3F | 3C |
| Octal | 331 | 204 | 131 | 0 | 47 | 73 | 17 | 24 | 77 | 74 |
| Binary | 11011001 | 10000100 | 1011001 | 0 | 100111 | 111011 | 1111 | 10100 | 111111 | 111100 |
Color Harmonies of #D98459
Complementary color
Monochromatic Colors of #D98459
Black with #D98459
Text Example
Text Example
White with #D98459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98459; }
p { color: rgb(217,132,89); }
H1.HeaderClassName
{
color: #D98459;
}
.AnyTagClassName
{
color: #D98459;
}
</style>
background-color css
<style>
a { background-color: #D98459; }
a { background-color: rgb(217,132,89); }
div.DivClassName
{
background-color: #D98459;
}
.BgClassName
{
background-color: #D98459;
}
</style>
border-color css
<style>
span { border-color: #D98459; }
span { border-color: rgb(217,132,89); }
td.TdClassName
{
border-color: #D98459;
}
.TagClassName
{
border-color: #D98459;
}
</style>