Shades of Burning Sand #D87E68
Tints of Burning Sand #D87E68
RGB
CMYK
RGB Variations
Color information
#D87E68 (or 0xD87E68) is known color: Burning Sand. HEX triplet: D8, 7E and 68. RGB value is (216,126,104). Sum of RGB (Red+Green+Blue) = 216+126+104=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87E68 is #278197. Grayscale: #969696. Windows color (decimal): -2589080 or 6848216. OLE color: 6848216.
HSL color Cylindrical-coordinate representation of color #D87E68: hue angle of 11.79º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D87E68 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 104 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.15 |
| HSL | 11.79º | 0.59% | 0.63% | - |
| HSV(B) | 11.79º | 0.52% | 0.85% | - |
| XYZ | 38.28 | 30.52 | 16.97 | - |
| YUV | 150.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 104 | 0 | 0.42 | 0.52 | 0.15 | 11.79 | 0.59 | 0.63 |
| Hex | D8 | 7E | 68 | 0 | 2A | 34 | F | C | 3B | 3F |
| Octal | 330 | 176 | 150 | 0 | 52 | 64 | 17 | 14 | 73 | 77 |
| Binary | 11011000 | 1111110 | 1101000 | 0 | 101010 | 110100 | 1111 | 1100 | 111011 | 111111 |
Color Harmonies of #D87E68
Complementary color
Monochromatic Colors of #D87E68
Black with #D87E68
Text Example
Text Example
White with #D87E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87E68; }
p { color: rgb(216,126,104); }
H1.HeaderClassName
{
color: #D87E68;
}
.AnyTagClassName
{
color: #D87E68;
}
</style>
background-color css
<style>
a { background-color: #D87E68; }
a { background-color: rgb(216,126,104); }
div.DivClassName
{
background-color: #D87E68;
}
.BgClassName
{
background-color: #D87E68;
}
</style>
border-color css
<style>
span { border-color: #D87E68; }
span { border-color: rgb(216,126,104); }
td.TdClassName
{
border-color: #D87E68;
}
.TagClassName
{
border-color: #D87E68;
}
</style>