Shades of Burning Sand #D87D62
Tints of Burning Sand #D87D62
RGB
CMYK
RGB Variations
Color information
#D87D62 (or 0xD87D62) is known color: Burning Sand. HEX triplet: D8, 7D and 62. RGB value is (216,125,98). Sum of RGB (Red+Green+Blue) = 216+125+98=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D62 is #27829D. Grayscale: #959595. Windows color (decimal): -2589342 or 6454744. OLE color: 6454744.
HSL color Cylindrical-coordinate representation of color #D87D62: hue angle of 13.73º 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 #D87D62 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 98 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.15 |
| HSL | 13.73º | 0.6% | 0.62% | - |
| HSV(B) | 13.73º | 0.55% | 0.85% | - |
| XYZ | 37.86 | 30.15 | 15.38 | - |
| YUV | 149.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 98 | 0 | 0.42 | 0.55 | 0.15 | 13.73 | 0.6 | 0.62 |
| Hex | D8 | 7D | 62 | 0 | 2A | 37 | F | E | 3C | 3E |
| Octal | 330 | 175 | 142 | 0 | 52 | 67 | 17 | 16 | 74 | 76 |
| Binary | 11011000 | 1111101 | 1100010 | 0 | 101010 | 110111 | 1111 | 1110 | 111100 | 111110 |
Color Harmonies of #D87D62
Complementary color
Monochromatic Colors of #D87D62
Black with #D87D62
Text Example
Text Example
White with #D87D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D62; }
p { color: rgb(216,125,98); }
H1.HeaderClassName
{
color: #D87D62;
}
.AnyTagClassName
{
color: #D87D62;
}
</style>
background-color css
<style>
a { background-color: #D87D62; }
a { background-color: rgb(216,125,98); }
div.DivClassName
{
background-color: #D87D62;
}
.BgClassName
{
background-color: #D87D62;
}
</style>
border-color css
<style>
span { border-color: #D87D62; }
span { border-color: rgb(216,125,98); }
td.TdClassName
{
border-color: #D87D62;
}
.TagClassName
{
border-color: #D87D62;
}
</style>