Shades of Burning Sand #D8805C
Tints of Burning Sand #D8805C
RGB
CMYK
RGB Variations
Color information
#D8805C (or 0xD8805C) is known color: Burning Sand. HEX triplet: D8, 80 and 5C. RGB value is (216,128,92). Sum of RGB (Red+Green+Blue) = 216+128+92=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8805C is #277FA3. Grayscale: #969696. Windows color (decimal): -2588580 or 6062296. OLE color: 6062296.
HSL color Cylindrical-coordinate representation of color #D8805C: hue angle of 17.42º 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 #D8805C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 92 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.15 |
| HSL | 17.42º | 0.61% | 0.6% | - |
| HSV(B) | 17.42º | 0.57% | 0.85% | - |
| XYZ | 37.97 | 30.81 | 14.07 | - |
| YUV | 150.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 92 | 0 | 0.41 | 0.57 | 0.15 | 17.42 | 0.61 | 0.6 |
| Hex | D8 | 80 | 5C | 0 | 29 | 39 | F | 11 | 3D | 3C |
| Octal | 330 | 200 | 134 | 0 | 51 | 71 | 17 | 21 | 75 | 74 |
| Binary | 11011000 | 10000000 | 1011100 | 0 | 101001 | 111001 | 1111 | 10001 | 111101 | 111100 |
Color Harmonies of #D8805C
Complementary color
Monochromatic Colors of #D8805C
Black with #D8805C
Text Example
Text Example
White with #D8805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8805C; }
p { color: rgb(216,128,92); }
H1.HeaderClassName
{
color: #D8805C;
}
.AnyTagClassName
{
color: #D8805C;
}
</style>
background-color css
<style>
a { background-color: #D8805C; }
a { background-color: rgb(216,128,92); }
div.DivClassName
{
background-color: #D8805C;
}
.BgClassName
{
background-color: #D8805C;
}
</style>
border-color css
<style>
span { border-color: #D8805C; }
span { border-color: rgb(216,128,92); }
td.TdClassName
{
border-color: #D8805C;
}
.TagClassName
{
border-color: #D8805C;
}
</style>