Shades of Burning Sand #D0866C
Tints of Burning Sand #D0866C
RGB
CMYK
RGB Variations
Color information
#D0866C (or 0xD0866C) is known color: Burning Sand. HEX triplet: D0, 86 and 6C. RGB value is (208,134,108). Sum of RGB (Red+Green+Blue) = 208+134+108=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0866C is #2F7993. Grayscale: #999999. Windows color (decimal): -3111316 or 7112400. OLE color: 7112400.
HSL color Cylindrical-coordinate representation of color #D0866C: hue angle of 15.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0866C is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 108 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.18 |
| HSL | 15.6º | 0.52% | 0.62% | - |
| HSV(B) | 15.6º | 0.48% | 0.82% | - |
| XYZ | 37.24 | 31.54 | 18.31 | - |
| YUV | 153.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 108 | 0 | 0.36 | 0.48 | 0.18 | 15.6 | 0.52 | 0.62 |
| Hex | D0 | 86 | 6C | 0 | 24 | 30 | 12 | 10 | 34 | 3E |
| Octal | 320 | 206 | 154 | 0 | 44 | 60 | 22 | 20 | 64 | 76 |
| Binary | 11010000 | 10000110 | 1101100 | 0 | 100100 | 110000 | 10010 | 10000 | 110100 | 111110 |
Color Harmonies of #D0866C
Complementary color
Monochromatic Colors of #D0866C
Black with #D0866C
Text Example
Text Example
White with #D0866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0866C; }
p { color: rgb(208,134,108); }
H1.HeaderClassName
{
color: #D0866C;
}
.AnyTagClassName
{
color: #D0866C;
}
</style>
background-color css
<style>
a { background-color: #D0866C; }
a { background-color: rgb(208,134,108); }
div.DivClassName
{
background-color: #D0866C;
}
.BgClassName
{
background-color: #D0866C;
}
</style>
border-color css
<style>
span { border-color: #D0866C; }
span { border-color: rgb(208,134,108); }
td.TdClassName
{
border-color: #D0866C;
}
.TagClassName
{
border-color: #D0866C;
}
</style>