Shades of Burning Sand #D5845D
Tints of Burning Sand #D5845D
RGB
CMYK
RGB Variations
Color information
#D5845D (or 0xD5845D) is known color: Burning Sand. HEX triplet: D5, 84 and 5D. RGB value is (213,132,93). Sum of RGB (Red+Green+Blue) = 213+132+93=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5845D is #2A7BA2. Grayscale: #989898. Windows color (decimal): -2784163 or 6128853. OLE color: 6128853.
HSL color Cylindrical-coordinate representation of color #D5845D: hue angle of 19.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5845D is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 93 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.16 |
| HSL | 19.5º | 0.59% | 0.6% | - |
| HSV(B) | 19.5º | 0.56% | 0.84% | - |
| XYZ | 37.67 | 31.44 | 14.44 | - |
| YUV | 151.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 93 | 0 | 0.38 | 0.56 | 0.16 | 19.5 | 0.59 | 0.6 |
| Hex | D5 | 84 | 5D | 0 | 26 | 38 | 10 | 14 | 3B | 3C |
| Octal | 325 | 204 | 135 | 0 | 46 | 70 | 20 | 24 | 73 | 74 |
| Binary | 11010101 | 10000100 | 1011101 | 0 | 100110 | 111000 | 10000 | 10100 | 111011 | 111100 |
Color Harmonies of #D5845D
Complementary color
Monochromatic Colors of #D5845D
Black with #D5845D
Text Example
Text Example
White with #D5845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5845D; }
p { color: rgb(213,132,93); }
H1.HeaderClassName
{
color: #D5845D;
}
.AnyTagClassName
{
color: #D5845D;
}
</style>
background-color css
<style>
a { background-color: #D5845D; }
a { background-color: rgb(213,132,93); }
div.DivClassName
{
background-color: #D5845D;
}
.BgClassName
{
background-color: #D5845D;
}
</style>
border-color css
<style>
span { border-color: #D5845D; }
span { border-color: rgb(213,132,93); }
td.TdClassName
{
border-color: #D5845D;
}
.TagClassName
{
border-color: #D5845D;
}
</style>