Shades of Burning Sand #D87F69
Tints of Burning Sand #D87F69
RGB
CMYK
RGB Variations
Color information
#D87F69 (or 0xD87F69) is known color: Burning Sand. HEX triplet: D8, 7F and 69. RGB value is (216,127,105). Sum of RGB (Red+Green+Blue) = 216+127+105=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F69 is #278096. Grayscale: #979797. Windows color (decimal): -2588823 or 6914008. OLE color: 6914008.
HSL color Cylindrical-coordinate representation of color #D87F69: hue angle of 11.89º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D87F69 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 105 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.15 |
| HSL | 11.89º | 0.59% | 0.63% | - |
| HSV(B) | 11.89º | 0.51% | 0.85% | - |
| XYZ | 38.46 | 30.8 | 17.28 | - |
| YUV | 151.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 105 | 0 | 0.41 | 0.51 | 0.15 | 11.89 | 0.59 | 0.63 |
| Hex | D8 | 7F | 69 | 0 | 29 | 33 | F | C | 3B | 3F |
| Octal | 330 | 177 | 151 | 0 | 51 | 63 | 17 | 14 | 73 | 77 |
| Binary | 11011000 | 1111111 | 1101001 | 0 | 101001 | 110011 | 1111 | 1100 | 111011 | 111111 |
Color Harmonies of #D87F69
Complementary color
Monochromatic Colors of #D87F69
Black with #D87F69
Text Example
Text Example
White with #D87F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F69; }
p { color: rgb(216,127,105); }
H1.HeaderClassName
{
color: #D87F69;
}
.AnyTagClassName
{
color: #D87F69;
}
</style>
background-color css
<style>
a { background-color: #D87F69; }
a { background-color: rgb(216,127,105); }
div.DivClassName
{
background-color: #D87F69;
}
.BgClassName
{
background-color: #D87F69;
}
</style>
border-color css
<style>
span { border-color: #D87F69; }
span { border-color: rgb(216,127,105); }
td.TdClassName
{
border-color: #D87F69;
}
.TagClassName
{
border-color: #D87F69;
}
</style>