Shades of Burning Sand #D87D5E
Tints of Burning Sand #D87D5E
RGB
CMYK
RGB Variations
Color information
#D87D5E (or 0xD87D5E) is known color: Burning Sand. HEX triplet: D8, 7D and 5E. RGB value is (216,125,94). Sum of RGB (Red+Green+Blue) = 216+125+94=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D5E is #2782A1. Grayscale: #949494. Windows color (decimal): -2589346 or 6192600. OLE color: 6192600.
HSL color Cylindrical-coordinate representation of color #D87D5E: hue angle of 15.25º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D87D5E is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 94 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.15 |
| HSL | 15.25º | 0.61% | 0.61% | - |
| HSV(B) | 15.25º | 0.56% | 0.85% | - |
| XYZ | 37.67 | 30.07 | 14.41 | - |
| YUV | 148.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 94 | 0 | 0.42 | 0.56 | 0.15 | 15.25 | 0.61 | 0.61 |
| Hex | D8 | 7D | 5E | 0 | 2A | 38 | F | F | 3D | 3D |
| Octal | 330 | 175 | 136 | 0 | 52 | 70 | 17 | 17 | 75 | 75 |
| Binary | 11011000 | 1111101 | 1011110 | 0 | 101010 | 111000 | 1111 | 1111 | 111101 | 111101 |
Color Harmonies of #D87D5E
Complementary color
Monochromatic Colors of #D87D5E
Black with #D87D5E
Text Example
Text Example
White with #D87D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D5E; }
p { color: rgb(216,125,94); }
H1.HeaderClassName
{
color: #D87D5E;
}
.AnyTagClassName
{
color: #D87D5E;
}
</style>
background-color css
<style>
a { background-color: #D87D5E; }
a { background-color: rgb(216,125,94); }
div.DivClassName
{
background-color: #D87D5E;
}
.BgClassName
{
background-color: #D87D5E;
}
</style>
border-color css
<style>
span { border-color: #D87D5E; }
span { border-color: rgb(216,125,94); }
td.TdClassName
{
border-color: #D87D5E;
}
.TagClassName
{
border-color: #D87D5E;
}
</style>