Shades of Burning Sand #D58860
Tints of Burning Sand #D58860
RGB
CMYK
RGB Variations
Color information
#D58860 (or 0xD58860) is known color: Burning Sand. HEX triplet: D5, 88 and 60. RGB value is (213,136,96). Sum of RGB (Red+Green+Blue) = 213+136+96=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D58860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58860 is #2A779F. Grayscale: #9A9A9A. Windows color (decimal): -2783136 or 6326485. OLE color: 6326485.
HSL color Cylindrical-coordinate representation of color #D58860: hue angle of 20.51º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D58860 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 96 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.16 |
| HSL | 20.51º | 0.58% | 0.61% | - |
| HSV(B) | 20.51º | 0.55% | 0.84% | - |
| XYZ | 38.36 | 32.6 | 15.34 | - |
| YUV | 154.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 96 | 0 | 0.36 | 0.55 | 0.16 | 20.51 | 0.58 | 0.61 |
| Hex | D5 | 88 | 60 | 0 | 24 | 37 | 10 | 15 | 3A | 3D |
| Octal | 325 | 210 | 140 | 0 | 44 | 67 | 20 | 25 | 72 | 75 |
| Binary | 11010101 | 10001000 | 1100000 | 0 | 100100 | 110111 | 10000 | 10101 | 111010 | 111101 |
Color Harmonies of #D58860
Complementary color
Monochromatic Colors of #D58860
Black with #D58860
Text Example
Text Example
White with #D58860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58860; }
p { color: rgb(213,136,96); }
H1.HeaderClassName
{
color: #D58860;
}
.AnyTagClassName
{
color: #D58860;
}
</style>
background-color css
<style>
a { background-color: #D58860; }
a { background-color: rgb(213,136,96); }
div.DivClassName
{
background-color: #D58860;
}
.BgClassName
{
background-color: #D58860;
}
</style>
border-color css
<style>
span { border-color: #D58860; }
span { border-color: rgb(213,136,96); }
td.TdClassName
{
border-color: #D58860;
}
.TagClassName
{
border-color: #D58860;
}
</style>