Shades of Burning Sand #D9845C
Tints of Burning Sand #D9845C
RGB
CMYK
RGB Variations
Color information
#D9845C (or 0xD9845C) is known color: Burning Sand. HEX triplet: D9, 84 and 5C. RGB value is (217,132,92). Sum of RGB (Red+Green+Blue) = 217+132+92=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9845C is #267BA3. Grayscale: #999999. Windows color (decimal): -2522020 or 6063321. OLE color: 6063321.
HSL color Cylindrical-coordinate representation of color #D9845C: hue angle of 19.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9845C is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 92 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.15 |
| HSL | 19.2º | 0.62% | 0.61% | - |
| HSV(B) | 19.2º | 0.58% | 0.85% | - |
| XYZ | 38.8 | 32.03 | 14.26 | - |
| YUV | 152.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 92 | 0 | 0.39 | 0.58 | 0.15 | 19.2 | 0.62 | 0.61 |
| Hex | D9 | 84 | 5C | 0 | 27 | 3A | F | 13 | 3E | 3D |
| Octal | 331 | 204 | 134 | 0 | 47 | 72 | 17 | 23 | 76 | 75 |
| Binary | 11011001 | 10000100 | 1011100 | 0 | 100111 | 111010 | 1111 | 10011 | 111110 | 111101 |
Color Harmonies of #D9845C
Complementary color
Monochromatic Colors of #D9845C
Black with #D9845C
Text Example
Text Example
White with #D9845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9845C; }
p { color: rgb(217,132,92); }
H1.HeaderClassName
{
color: #D9845C;
}
.AnyTagClassName
{
color: #D9845C;
}
</style>
background-color css
<style>
a { background-color: #D9845C; }
a { background-color: rgb(217,132,92); }
div.DivClassName
{
background-color: #D9845C;
}
.BgClassName
{
background-color: #D9845C;
}
</style>
border-color css
<style>
span { border-color: #D9845C; }
span { border-color: rgb(217,132,92); }
td.TdClassName
{
border-color: #D9845C;
}
.TagClassName
{
border-color: #D9845C;
}
</style>