Shades of Burning Sand #D87B65
Tints of Burning Sand #D87B65
RGB
CMYK
RGB Variations
Color information
#D87B65 (or 0xD87B65) is known color: Burning Sand. HEX triplet: D8, 7B and 65. RGB value is (216,123,101). Sum of RGB (Red+Green+Blue) = 216+123+101=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87B65 is #27849A. Grayscale: #949494. Windows color (decimal): -2589851 or 6650840. OLE color: 6650840.
HSL color Cylindrical-coordinate representation of color #D87B65: hue angle of 11.48º 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 #D87B65 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 101 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.15 |
| HSL | 11.48º | 0.6% | 0.62% | - |
| HSV(B) | 11.48º | 0.53% | 0.85% | - |
| XYZ | 37.75 | 29.7 | 16.06 | - |
| YUV | 148.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 101 | 0 | 0.43 | 0.53 | 0.15 | 11.48 | 0.6 | 0.62 |
| Hex | D8 | 7B | 65 | 0 | 2B | 35 | F | B | 3C | 3E |
| Octal | 330 | 173 | 145 | 0 | 53 | 65 | 17 | 13 | 74 | 76 |
| Binary | 11011000 | 1111011 | 1100101 | 0 | 101011 | 110101 | 1111 | 1011 | 111100 | 111110 |
Color Harmonies of #D87B65
Complementary color
Monochromatic Colors of #D87B65
Black with #D87B65
Text Example
Text Example
White with #D87B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87B65; }
p { color: rgb(216,123,101); }
H1.HeaderClassName
{
color: #D87B65;
}
.AnyTagClassName
{
color: #D87B65;
}
</style>
background-color css
<style>
a { background-color: #D87B65; }
a { background-color: rgb(216,123,101); }
div.DivClassName
{
background-color: #D87B65;
}
.BgClassName
{
background-color: #D87B65;
}
</style>
border-color css
<style>
span { border-color: #D87B65; }
span { border-color: rgb(216,123,101); }
td.TdClassName
{
border-color: #D87B65;
}
.TagClassName
{
border-color: #D87B65;
}
</style>