Shades of Burning Sand #D87C65
Tints of Burning Sand #D87C65
RGB
CMYK
RGB Variations
Color information
#D87C65 (or 0xD87C65) is known color: Burning Sand. HEX triplet: D8, 7C and 65. RGB value is (216,124,101). Sum of RGB (Red+Green+Blue) = 216+124+101=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C65 is #27839A. Grayscale: #959595. Windows color (decimal): -2589595 or 6651096. OLE color: 6651096.
HSL color Cylindrical-coordinate representation of color #D87C65: hue angle of 12º 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 #D87C65 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 101 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.15 |
| HSL | 12º | 0.6% | 0.62% | - |
| HSV(B) | 12º | 0.53% | 0.85% | - |
| XYZ | 37.88 | 29.95 | 16.1 | - |
| YUV | 148.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 101 | 0 | 0.43 | 0.53 | 0.15 | 12 | 0.6 | 0.62 |
| Hex | D8 | 7C | 65 | 0 | 2B | 35 | F | C | 3C | 3E |
| Octal | 330 | 174 | 145 | 0 | 53 | 65 | 17 | 14 | 74 | 76 |
| Binary | 11011000 | 1111100 | 1100101 | 0 | 101011 | 110101 | 1111 | 1100 | 111100 | 111110 |
Color Harmonies of #D87C65
Complementary color
Monochromatic Colors of #D87C65
Black with #D87C65
Text Example
Text Example
White with #D87C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C65; }
p { color: rgb(216,124,101); }
H1.HeaderClassName
{
color: #D87C65;
}
.AnyTagClassName
{
color: #D87C65;
}
</style>
background-color css
<style>
a { background-color: #D87C65; }
a { background-color: rgb(216,124,101); }
div.DivClassName
{
background-color: #D87C65;
}
.BgClassName
{
background-color: #D87C65;
}
</style>
border-color css
<style>
span { border-color: #D87C65; }
span { border-color: rgb(216,124,101); }
td.TdClassName
{
border-color: #D87C65;
}
.TagClassName
{
border-color: #D87C65;
}
</style>