Shades of Burning Sand #D08866
Tints of Burning Sand #D08866
RGB
CMYK
RGB Variations
Color information
#D08866 (or 0xD08866) is known color: Burning Sand. HEX triplet: D0, 88 and 66. RGB value is (208,136,102). Sum of RGB (Red+Green+Blue) = 208+136+102=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D08866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08866 is #2F7799. Grayscale: #999999. Windows color (decimal): -3110810 or 6719696. OLE color: 6719696.
HSL color Cylindrical-coordinate representation of color #D08866: hue angle of 19.25º 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 #D08866 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 102 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.18 |
| HSL | 19.25º | 0.53% | 0.61% | - |
| HSV(B) | 19.25º | 0.51% | 0.82% | - |
| XYZ | 37.21 | 31.98 | 16.78 | - |
| YUV | 153.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 102 | 0 | 0.35 | 0.51 | 0.18 | 19.25 | 0.53 | 0.61 |
| Hex | D0 | 88 | 66 | 0 | 23 | 33 | 12 | 13 | 35 | 3D |
| Octal | 320 | 210 | 146 | 0 | 43 | 63 | 22 | 23 | 65 | 75 |
| Binary | 11010000 | 10001000 | 1100110 | 0 | 100011 | 110011 | 10010 | 10011 | 110101 | 111101 |
Color Harmonies of #D08866
Complementary color
Monochromatic Colors of #D08866
Black with #D08866
Text Example
Text Example
White with #D08866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08866; }
p { color: rgb(208,136,102); }
H1.HeaderClassName
{
color: #D08866;
}
.AnyTagClassName
{
color: #D08866;
}
</style>
background-color css
<style>
a { background-color: #D08866; }
a { background-color: rgb(208,136,102); }
div.DivClassName
{
background-color: #D08866;
}
.BgClassName
{
background-color: #D08866;
}
</style>
border-color css
<style>
span { border-color: #D08866; }
span { border-color: rgb(208,136,102); }
td.TdClassName
{
border-color: #D08866;
}
.TagClassName
{
border-color: #D08866;
}
</style>