Shades of Burning Sand #D8845C
Tints of Burning Sand #D8845C
RGB
CMYK
RGB Variations
Color information
#D8845C (or 0xD8845C) is known color: Burning Sand. HEX triplet: D8, 84 and 5C. RGB value is (216,132,92). Sum of RGB (Red+Green+Blue) = 216+132+92=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8845C is #277BA3. Grayscale: #989898. Windows color (decimal): -2587556 or 6063320. OLE color: 6063320.
HSL color Cylindrical-coordinate representation of color #D8845C: hue angle of 19.35º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8845C is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 92 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.15 |
| HSL | 19.35º | 0.61% | 0.6% | - |
| HSV(B) | 19.35º | 0.57% | 0.85% | - |
| XYZ | 38.5 | 31.87 | 14.25 | - |
| YUV | 152.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 92 | 0 | 0.39 | 0.57 | 0.15 | 19.35 | 0.61 | 0.6 |
| Hex | D8 | 84 | 5C | 0 | 27 | 39 | F | 13 | 3D | 3C |
| Octal | 330 | 204 | 134 | 0 | 47 | 71 | 17 | 23 | 75 | 74 |
| Binary | 11011000 | 10000100 | 1011100 | 0 | 100111 | 111001 | 1111 | 10011 | 111101 | 111100 |
Color Harmonies of #D8845C
Complementary color
Monochromatic Colors of #D8845C
Black with #D8845C
Text Example
Text Example
White with #D8845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8845C; }
p { color: rgb(216,132,92); }
H1.HeaderClassName
{
color: #D8845C;
}
.AnyTagClassName
{
color: #D8845C;
}
</style>
background-color css
<style>
a { background-color: #D8845C; }
a { background-color: rgb(216,132,92); }
div.DivClassName
{
background-color: #D8845C;
}
.BgClassName
{
background-color: #D8845C;
}
</style>
border-color css
<style>
span { border-color: #D8845C; }
span { border-color: rgb(216,132,92); }
td.TdClassName
{
border-color: #D8845C;
}
.TagClassName
{
border-color: #D8845C;
}
</style>