Shades of Burning Sand #D18962
Tints of Burning Sand #D18962
RGB
CMYK
RGB Variations
Color information
#D18962 (or 0xD18962) is known color: Burning Sand. HEX triplet: D1, 89 and 62. RGB value is (209,137,98). Sum of RGB (Red+Green+Blue) = 209+137+98=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D18962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18962 is #2E769D. Grayscale: #9A9A9A. Windows color (decimal): -3045022 or 6457809. OLE color: 6457809.
HSL color Cylindrical-coordinate representation of color #D18962: hue angle of 21.08º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D18962 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 98 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.18 |
| HSL | 21.08º | 0.55% | 0.6% | - |
| HSV(B) | 21.08º | 0.53% | 0.82% | - |
| XYZ | 37.44 | 32.33 | 15.82 | - |
| YUV | 154.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 98 | 0 | 0.34 | 0.53 | 0.18 | 21.08 | 0.55 | 0.6 |
| Hex | D1 | 89 | 62 | 0 | 22 | 35 | 12 | 15 | 37 | 3C |
| Octal | 321 | 211 | 142 | 0 | 42 | 65 | 22 | 25 | 67 | 74 |
| Binary | 11010001 | 10001001 | 1100010 | 0 | 100010 | 110101 | 10010 | 10101 | 110111 | 111100 |
Color Harmonies of #D18962
Complementary color
Monochromatic Colors of #D18962
Black with #D18962
Text Example
Text Example
White with #D18962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18962; }
p { color: rgb(209,137,98); }
H1.HeaderClassName
{
color: #D18962;
}
.AnyTagClassName
{
color: #D18962;
}
</style>
background-color css
<style>
a { background-color: #D18962; }
a { background-color: rgb(209,137,98); }
div.DivClassName
{
background-color: #D18962;
}
.BgClassName
{
background-color: #D18962;
}
</style>
border-color css
<style>
span { border-color: #D18962; }
span { border-color: rgb(209,137,98); }
td.TdClassName
{
border-color: #D18962;
}
.TagClassName
{
border-color: #D18962;
}
</style>