Shades of Burning Sand #D87F62
Tints of Burning Sand #D87F62
RGB
CMYK
RGB Variations
Color information
#D87F62 (or 0xD87F62) is known color: Burning Sand. HEX triplet: D8, 7F and 62. RGB value is (216,127,98). Sum of RGB (Red+Green+Blue) = 216+127+98=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F62 is #27809D. Grayscale: #969696. Windows color (decimal): -2588830 or 6455256. OLE color: 6455256.
HSL color Cylindrical-coordinate representation of color #D87F62: hue angle of 14.75º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D87F62 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 98 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.15 |
| HSL | 14.75º | 0.6% | 0.62% | - |
| HSV(B) | 14.75º | 0.55% | 0.85% | - |
| XYZ | 38.11 | 30.66 | 15.46 | - |
| YUV | 150.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 98 | 0 | 0.41 | 0.55 | 0.15 | 14.75 | 0.6 | 0.62 |
| Hex | D8 | 7F | 62 | 0 | 29 | 37 | F | F | 3C | 3E |
| Octal | 330 | 177 | 142 | 0 | 51 | 67 | 17 | 17 | 74 | 76 |
| Binary | 11011000 | 1111111 | 1100010 | 0 | 101001 | 110111 | 1111 | 1111 | 111100 | 111110 |
Color Harmonies of #D87F62
Complementary color
Monochromatic Colors of #D87F62
Black with #D87F62
Text Example
Text Example
White with #D87F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F62; }
p { color: rgb(216,127,98); }
H1.HeaderClassName
{
color: #D87F62;
}
.AnyTagClassName
{
color: #D87F62;
}
</style>
background-color css
<style>
a { background-color: #D87F62; }
a { background-color: rgb(216,127,98); }
div.DivClassName
{
background-color: #D87F62;
}
.BgClassName
{
background-color: #D87F62;
}
</style>
border-color css
<style>
span { border-color: #D87F62; }
span { border-color: rgb(216,127,98); }
td.TdClassName
{
border-color: #D87F62;
}
.TagClassName
{
border-color: #D87F62;
}
</style>