Shades of Burning Sand #D6885E
Tints of Burning Sand #D6885E
RGB
CMYK
RGB Variations
Color information
#D6885E (or 0xD6885E) is known color: Burning Sand. HEX triplet: D6, 88 and 5E. RGB value is (214,136,94). Sum of RGB (Red+Green+Blue) = 214+136+94=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6885E is #2977A1. Grayscale: #9A9A9A. Windows color (decimal): -2717602 or 6195414. OLE color: 6195414.
HSL color Cylindrical-coordinate representation of color #D6885E: hue angle of 21º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6885E is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 94 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.16 |
| HSL | 21º | 0.59% | 0.6% | - |
| HSV(B) | 21º | 0.56% | 0.84% | - |
| XYZ | 38.56 | 32.71 | 14.87 | - |
| YUV | 154.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 94 | 0 | 0.36 | 0.56 | 0.16 | 21 | 0.59 | 0.6 |
| Hex | D6 | 88 | 5E | 0 | 24 | 38 | 10 | 15 | 3B | 3C |
| Octal | 326 | 210 | 136 | 0 | 44 | 70 | 20 | 25 | 73 | 74 |
| Binary | 11010110 | 10001000 | 1011110 | 0 | 100100 | 111000 | 10000 | 10101 | 111011 | 111100 |
Color Harmonies of #D6885E
Complementary color
Monochromatic Colors of #D6885E
Black with #D6885E
Text Example
Text Example
White with #D6885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6885E; }
p { color: rgb(214,136,94); }
H1.HeaderClassName
{
color: #D6885E;
}
.AnyTagClassName
{
color: #D6885E;
}
</style>
background-color css
<style>
a { background-color: #D6885E; }
a { background-color: rgb(214,136,94); }
div.DivClassName
{
background-color: #D6885E;
}
.BgClassName
{
background-color: #D6885E;
}
</style>
border-color css
<style>
span { border-color: #D6885E; }
span { border-color: rgb(214,136,94); }
td.TdClassName
{
border-color: #D6885E;
}
.TagClassName
{
border-color: #D6885E;
}
</style>