Shades of Burning Sand #D5845B
Tints of Burning Sand #D5845B
RGB
CMYK
RGB Variations
Color information
#D5845B (or 0xD5845B) is known color: Burning Sand. HEX triplet: D5, 84 and 5B. RGB value is (213,132,91). Sum of RGB (Red+Green+Blue) = 213+132+91=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5845B is #2A7BA4. Grayscale: #979797. Windows color (decimal): -2784165 or 5997781. OLE color: 5997781.
HSL color Cylindrical-coordinate representation of color #D5845B: hue angle of 20.16º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5845B is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 91 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.16 |
| HSL | 20.16º | 0.59% | 0.6% | - |
| HSV(B) | 20.16º | 0.57% | 0.84% | - |
| XYZ | 37.58 | 31.4 | 13.98 | - |
| YUV | 151.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 91 | 0 | 0.38 | 0.57 | 0.16 | 20.16 | 0.59 | 0.6 |
| Hex | D5 | 84 | 5B | 0 | 26 | 39 | 10 | 14 | 3B | 3C |
| Octal | 325 | 204 | 133 | 0 | 46 | 71 | 20 | 24 | 73 | 74 |
| Binary | 11010101 | 10000100 | 1011011 | 0 | 100110 | 111001 | 10000 | 10100 | 111011 | 111100 |
Color Harmonies of #D5845B
Complementary color
Monochromatic Colors of #D5845B
Black with #D5845B
Text Example
Text Example
White with #D5845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5845B; }
p { color: rgb(213,132,91); }
H1.HeaderClassName
{
color: #D5845B;
}
.AnyTagClassName
{
color: #D5845B;
}
</style>
background-color css
<style>
a { background-color: #D5845B; }
a { background-color: rgb(213,132,91); }
div.DivClassName
{
background-color: #D5845B;
}
.BgClassName
{
background-color: #D5845B;
}
</style>
border-color css
<style>
span { border-color: #D5845B; }
span { border-color: rgb(213,132,91); }
td.TdClassName
{
border-color: #D5845B;
}
.TagClassName
{
border-color: #D5845B;
}
</style>