Shades of Burning Sand #D8875B
Tints of Burning Sand #D8875B
RGB
CMYK
RGB Variations
Color information
#D8875B (or 0xD8875B) is known color: Burning Sand. HEX triplet: D8, 87 and 5B. RGB value is (216,135,91). Sum of RGB (Red+Green+Blue) = 216+135+91=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8875B is #2778A4. Grayscale: #9A9A9A. Windows color (decimal): -2586789 or 5998552. OLE color: 5998552.
HSL color Cylindrical-coordinate representation of color #D8875B: hue angle of 21.12º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8875B is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 91 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.15 |
| HSL | 21.12º | 0.62% | 0.6% | - |
| HSV(B) | 21.12º | 0.58% | 0.85% | - |
| XYZ | 38.87 | 32.68 | 14.16 | - |
| YUV | 154.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 91 | 0 | 0.38 | 0.58 | 0.15 | 21.12 | 0.62 | 0.6 |
| Hex | D8 | 87 | 5B | 0 | 26 | 3A | F | 15 | 3E | 3C |
| Octal | 330 | 207 | 133 | 0 | 46 | 72 | 17 | 25 | 76 | 74 |
| Binary | 11011000 | 10000111 | 1011011 | 0 | 100110 | 111010 | 1111 | 10101 | 111110 | 111100 |
Color Harmonies of #D8875B
Complementary color
Monochromatic Colors of #D8875B
Black with #D8875B
Text Example
Text Example
White with #D8875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8875B; }
p { color: rgb(216,135,91); }
H1.HeaderClassName
{
color: #D8875B;
}
.AnyTagClassName
{
color: #D8875B;
}
</style>
background-color css
<style>
a { background-color: #D8875B; }
a { background-color: rgb(216,135,91); }
div.DivClassName
{
background-color: #D8875B;
}
.BgClassName
{
background-color: #D8875B;
}
</style>
border-color css
<style>
span { border-color: #D8875B; }
span { border-color: rgb(216,135,91); }
td.TdClassName
{
border-color: #D8875B;
}
.TagClassName
{
border-color: #D8875B;
}
</style>