Shades of Burning Sand #D2866E
Tints of Burning Sand #D2866E
RGB
CMYK
RGB Variations
Color information
#D2866E (or 0xD2866E) is known color: Burning Sand. HEX triplet: D2, 86 and 6E. RGB value is (210,134,110). Sum of RGB (Red+Green+Blue) = 210+134+110=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2866E is #2D7991. Grayscale: #9A9A9A. Windows color (decimal): -2980242 or 7243474. OLE color: 7243474.
HSL color Cylindrical-coordinate representation of color #D2866E: hue angle of 14.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2866E is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 110 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.18 |
| HSL | 14.4º | 0.53% | 0.63% | - |
| HSV(B) | 14.4º | 0.48% | 0.82% | - |
| XYZ | 37.92 | 31.88 | 18.91 | - |
| YUV | 153.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 110 | 0 | 0.36 | 0.48 | 0.18 | 14.4 | 0.53 | 0.63 |
| Hex | D2 | 86 | 6E | 0 | 24 | 30 | 12 | E | 35 | 3F |
| Octal | 322 | 206 | 156 | 0 | 44 | 60 | 22 | 16 | 65 | 77 |
| Binary | 11010010 | 10000110 | 1101110 | 0 | 100100 | 110000 | 10010 | 1110 | 110101 | 111111 |
Color Harmonies of #D2866E
Complementary color
Monochromatic Colors of #D2866E
Black with #D2866E
Text Example
Text Example
White with #D2866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2866E; }
p { color: rgb(210,134,110); }
H1.HeaderClassName
{
color: #D2866E;
}
.AnyTagClassName
{
color: #D2866E;
}
</style>
background-color css
<style>
a { background-color: #D2866E; }
a { background-color: rgb(210,134,110); }
div.DivClassName
{
background-color: #D2866E;
}
.BgClassName
{
background-color: #D2866E;
}
</style>
border-color css
<style>
span { border-color: #D2866E; }
span { border-color: rgb(210,134,110); }
td.TdClassName
{
border-color: #D2866E;
}
.TagClassName
{
border-color: #D2866E;
}
</style>