Shades of Burning Sand #D5845C
Tints of Burning Sand #D5845C
RGB
CMYK
RGB Variations
Color information
#D5845C (or 0xD5845C) is known color: Burning Sand. HEX triplet: D5, 84 and 5C. RGB value is (213,132,92). Sum of RGB (Red+Green+Blue) = 213+132+92=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5845C is #2A7BA3. Grayscale: #979797. Windows color (decimal): -2784164 or 6063317. OLE color: 6063317.
HSL color Cylindrical-coordinate representation of color #D5845C: hue angle of 19.83º 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 #D5845C is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 92 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.16 |
| HSL | 19.83º | 0.59% | 0.6% | - |
| HSV(B) | 19.83º | 0.57% | 0.84% | - |
| XYZ | 37.62 | 31.42 | 14.21 | - |
| YUV | 151.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 92 | 0 | 0.38 | 0.57 | 0.16 | 19.83 | 0.59 | 0.6 |
| Hex | D5 | 84 | 5C | 0 | 26 | 39 | 10 | 14 | 3B | 3C |
| Octal | 325 | 204 | 134 | 0 | 46 | 71 | 20 | 24 | 73 | 74 |
| Binary | 11010101 | 10000100 | 1011100 | 0 | 100110 | 111001 | 10000 | 10100 | 111011 | 111100 |
Color Harmonies of #D5845C
Complementary color
Monochromatic Colors of #D5845C
Black with #D5845C
Text Example
Text Example
White with #D5845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5845C; }
p { color: rgb(213,132,92); }
H1.HeaderClassName
{
color: #D5845C;
}
.AnyTagClassName
{
color: #D5845C;
}
</style>
background-color css
<style>
a { background-color: #D5845C; }
a { background-color: rgb(213,132,92); }
div.DivClassName
{
background-color: #D5845C;
}
.BgClassName
{
background-color: #D5845C;
}
</style>
border-color css
<style>
span { border-color: #D5845C; }
span { border-color: rgb(213,132,92); }
td.TdClassName
{
border-color: #D5845C;
}
.TagClassName
{
border-color: #D5845C;
}
</style>