Shades of Burning Sand #D1845A
Tints of Burning Sand #D1845A
RGB
CMYK
RGB Variations
Color information
#D1845A (or 0xD1845A) is known color: Burning Sand. HEX triplet: D1, 84 and 5A. RGB value is (209,132,90). Sum of RGB (Red+Green+Blue) = 209+132+90=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1845A is #2E7BA5. Grayscale: #969696. Windows color (decimal): -3046310 or 5932241. OLE color: 5932241.
HSL color Cylindrical-coordinate representation of color #D1845A: hue angle of 21.18º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1845A is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 90 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.18 |
| HSL | 21.18º | 0.56% | 0.59% | - |
| HSV(B) | 21.18º | 0.57% | 0.82% | - |
| XYZ | 36.39 | 30.8 | 13.7 | - |
| YUV | 150.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 90 | 0 | 0.37 | 0.57 | 0.18 | 21.18 | 0.56 | 0.59 |
| Hex | D1 | 84 | 5A | 0 | 25 | 39 | 12 | 15 | 38 | 3B |
| Octal | 321 | 204 | 132 | 0 | 45 | 71 | 22 | 25 | 70 | 73 |
| Binary | 11010001 | 10000100 | 1011010 | 0 | 100101 | 111001 | 10010 | 10101 | 111000 | 111011 |
Color Harmonies of #D1845A
Complementary color
Monochromatic Colors of #D1845A
Black with #D1845A
Text Example
Text Example
White with #D1845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1845A; }
p { color: rgb(209,132,90); }
H1.HeaderClassName
{
color: #D1845A;
}
.AnyTagClassName
{
color: #D1845A;
}
</style>
background-color css
<style>
a { background-color: #D1845A; }
a { background-color: rgb(209,132,90); }
div.DivClassName
{
background-color: #D1845A;
}
.BgClassName
{
background-color: #D1845A;
}
</style>
border-color css
<style>
span { border-color: #D1845A; }
span { border-color: rgb(209,132,90); }
td.TdClassName
{
border-color: #D1845A;
}
.TagClassName
{
border-color: #D1845A;
}
</style>