Shades of Burning Sand #D87F58
Tints of Burning Sand #D87F58
RGB
CMYK
RGB Variations
Color information
#D87F58 (or 0xD87F58) is known color: Burning Sand. HEX triplet: D8, 7F and 58. RGB value is (216,127,88). Sum of RGB (Red+Green+Blue) = 216+127+88=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F58 is #2780A7. Grayscale: #959595. Windows color (decimal): -2588840 or 5799896. OLE color: 5799896.
HSL color Cylindrical-coordinate representation of color #D87F58: hue angle of 18.28º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D87F58 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 88 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.15 |
| HSL | 18.28º | 0.62% | 0.6% | - |
| HSV(B) | 18.28º | 0.59% | 0.85% | - |
| XYZ | 37.67 | 30.48 | 13.13 | - |
| YUV | 149.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 88 | 0 | 0.41 | 0.59 | 0.15 | 18.28 | 0.62 | 0.6 |
| Hex | D8 | 7F | 58 | 0 | 29 | 3B | F | 12 | 3E | 3C |
| Octal | 330 | 177 | 130 | 0 | 51 | 73 | 17 | 22 | 76 | 74 |
| Binary | 11011000 | 1111111 | 1011000 | 0 | 101001 | 111011 | 1111 | 10010 | 111110 | 111100 |
Color Harmonies of #D87F58
Complementary color
Monochromatic Colors of #D87F58
Black with #D87F58
Text Example
Text Example
White with #D87F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F58; }
p { color: rgb(216,127,88); }
H1.HeaderClassName
{
color: #D87F58;
}
.AnyTagClassName
{
color: #D87F58;
}
</style>
background-color css
<style>
a { background-color: #D87F58; }
a { background-color: rgb(216,127,88); }
div.DivClassName
{
background-color: #D87F58;
}
.BgClassName
{
background-color: #D87F58;
}
</style>
border-color css
<style>
span { border-color: #D87F58; }
span { border-color: rgb(216,127,88); }
td.TdClassName
{
border-color: #D87F58;
}
.TagClassName
{
border-color: #D87F58;
}
</style>