Shades of Burning Sand #D87F67
Tints of Burning Sand #D87F67
RGB
CMYK
RGB Variations
Color information
#D87F67 (or 0xD87F67) is known color: Burning Sand. HEX triplet: D8, 7F and 67. RGB value is (216,127,103). Sum of RGB (Red+Green+Blue) = 216+127+103=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F67 is #278098. Grayscale: #979797. Windows color (decimal): -2588825 or 6782936. OLE color: 6782936.
HSL color Cylindrical-coordinate representation of color #D87F67: hue angle of 12.74º 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 #D87F67 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 103 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.15 |
| HSL | 12.74º | 0.59% | 0.63% | - |
| HSV(B) | 12.74º | 0.52% | 0.85% | - |
| XYZ | 38.36 | 30.76 | 16.75 | - |
| YUV | 150.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 103 | 0 | 0.41 | 0.52 | 0.15 | 12.74 | 0.59 | 0.63 |
| Hex | D8 | 7F | 67 | 0 | 29 | 34 | F | D | 3B | 3F |
| Octal | 330 | 177 | 147 | 0 | 51 | 64 | 17 | 15 | 73 | 77 |
| Binary | 11011000 | 1111111 | 1100111 | 0 | 101001 | 110100 | 1111 | 1101 | 111011 | 111111 |
Color Harmonies of #D87F67
Complementary color
Monochromatic Colors of #D87F67
Black with #D87F67
Text Example
Text Example
White with #D87F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F67; }
p { color: rgb(216,127,103); }
H1.HeaderClassName
{
color: #D87F67;
}
.AnyTagClassName
{
color: #D87F67;
}
</style>
background-color css
<style>
a { background-color: #D87F67; }
a { background-color: rgb(216,127,103); }
div.DivClassName
{
background-color: #D87F67;
}
.BgClassName
{
background-color: #D87F67;
}
</style>
border-color css
<style>
span { border-color: #D87F67; }
span { border-color: rgb(216,127,103); }
td.TdClassName
{
border-color: #D87F67;
}
.TagClassName
{
border-color: #D87F67;
}
</style>