Shades of Burning Sand #D08459
Tints of Burning Sand #D08459
RGB
CMYK
RGB Variations
Color information
#D08459 (or 0xD08459) is known color: Burning Sand. HEX triplet: D0, 84 and 59. RGB value is (208,132,89). Sum of RGB (Red+Green+Blue) = 208+132+89=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D08459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08459 is #2F7BA6. Grayscale: #969696. Windows color (decimal): -3111847 or 5866704. OLE color: 5866704.
HSL color Cylindrical-coordinate representation of color #D08459: hue angle of 21.68º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D08459 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 89 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.18 |
| HSL | 21.68º | 0.56% | 0.58% | - |
| HSV(B) | 21.68º | 0.57% | 0.82% | - |
| XYZ | 36.07 | 30.63 | 13.46 | - |
| YUV | 149.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 89 | 0 | 0.37 | 0.57 | 0.18 | 21.68 | 0.56 | 0.58 |
| Hex | D0 | 84 | 59 | 0 | 25 | 39 | 12 | 16 | 38 | 3A |
| Octal | 320 | 204 | 131 | 0 | 45 | 71 | 22 | 26 | 70 | 72 |
| Binary | 11010000 | 10000100 | 1011001 | 0 | 100101 | 111001 | 10010 | 10110 | 111000 | 111010 |
Color Harmonies of #D08459
Complementary color
Monochromatic Colors of #D08459
Black with #D08459
Text Example
Text Example
White with #D08459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08459; }
p { color: rgb(208,132,89); }
H1.HeaderClassName
{
color: #D08459;
}
.AnyTagClassName
{
color: #D08459;
}
</style>
background-color css
<style>
a { background-color: #D08459; }
a { background-color: rgb(208,132,89); }
div.DivClassName
{
background-color: #D08459;
}
.BgClassName
{
background-color: #D08459;
}
</style>
border-color css
<style>
span { border-color: #D08459; }
span { border-color: rgb(208,132,89); }
td.TdClassName
{
border-color: #D08459;
}
.TagClassName
{
border-color: #D08459;
}
</style>