Shades of Burning Sand #D08366
Tints of Burning Sand #D08366
RGB
CMYK
RGB Variations
Color information
#D08366 (or 0xD08366) is known color: Burning Sand. HEX triplet: D0, 83 and 66. RGB value is (208,131,102). Sum of RGB (Red+Green+Blue) = 208+131+102=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D08366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08366 is #2F7C99. Grayscale: #969696. Windows color (decimal): -3112090 or 6718416. OLE color: 6718416.
HSL color Cylindrical-coordinate representation of color #D08366: hue angle of 16.42º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D08366 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 102 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.18 |
| HSL | 16.42º | 0.53% | 0.61% | - |
| HSV(B) | 16.42º | 0.51% | 0.82% | - |
| XYZ | 36.53 | 30.6 | 16.55 | - |
| YUV | 150.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 102 | 0 | 0.37 | 0.51 | 0.18 | 16.42 | 0.53 | 0.61 |
| Hex | D0 | 83 | 66 | 0 | 25 | 33 | 12 | 10 | 35 | 3D |
| Octal | 320 | 203 | 146 | 0 | 45 | 63 | 22 | 20 | 65 | 75 |
| Binary | 11010000 | 10000011 | 1100110 | 0 | 100101 | 110011 | 10010 | 10000 | 110101 | 111101 |
Color Harmonies of #D08366
Complementary color
Monochromatic Colors of #D08366
Black with #D08366
Text Example
Text Example
White with #D08366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08366; }
p { color: rgb(208,131,102); }
H1.HeaderClassName
{
color: #D08366;
}
.AnyTagClassName
{
color: #D08366;
}
</style>
background-color css
<style>
a { background-color: #D08366; }
a { background-color: rgb(208,131,102); }
div.DivClassName
{
background-color: #D08366;
}
.BgClassName
{
background-color: #D08366;
}
</style>
border-color css
<style>
span { border-color: #D08366; }
span { border-color: rgb(208,131,102); }
td.TdClassName
{
border-color: #D08366;
}
.TagClassName
{
border-color: #D08366;
}
</style>