Shades of Burning Sand #D87D65
Tints of Burning Sand #D87D65
RGB
CMYK
RGB Variations
Color information
#D87D65 (or 0xD87D65) is known color: Burning Sand. HEX triplet: D8, 7D and 65. RGB value is (216,125,101). Sum of RGB (Red+Green+Blue) = 216+125+101=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D65 is #27829A. Grayscale: #959595. Windows color (decimal): -2589339 or 6651352. OLE color: 6651352.
HSL color Cylindrical-coordinate representation of color #D87D65: hue angle of 12.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D87D65 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 101 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.15 |
| HSL | 12.52º | 0.6% | 0.62% | - |
| HSV(B) | 12.52º | 0.53% | 0.85% | - |
| XYZ | 38 | 30.21 | 16.14 | - |
| YUV | 149.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 101 | 0 | 0.42 | 0.53 | 0.15 | 12.52 | 0.6 | 0.62 |
| Hex | D8 | 7D | 65 | 0 | 2A | 35 | F | D | 3C | 3E |
| Octal | 330 | 175 | 145 | 0 | 52 | 65 | 17 | 15 | 74 | 76 |
| Binary | 11011000 | 1111101 | 1100101 | 0 | 101010 | 110101 | 1111 | 1101 | 111100 | 111110 |
Color Harmonies of #D87D65
Complementary color
Monochromatic Colors of #D87D65
Black with #D87D65
Text Example
Text Example
White with #D87D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D65; }
p { color: rgb(216,125,101); }
H1.HeaderClassName
{
color: #D87D65;
}
.AnyTagClassName
{
color: #D87D65;
}
</style>
background-color css
<style>
a { background-color: #D87D65; }
a { background-color: rgb(216,125,101); }
div.DivClassName
{
background-color: #D87D65;
}
.BgClassName
{
background-color: #D87D65;
}
</style>
border-color css
<style>
span { border-color: #D87D65; }
span { border-color: rgb(216,125,101); }
td.TdClassName
{
border-color: #D87D65;
}
.TagClassName
{
border-color: #D87D65;
}
</style>