Shades of Burning Sand #DA845C
Tints of Burning Sand #DA845C
RGB
CMYK
RGB Variations
Color information
#DA845C (or 0xDA845C) is known color: Burning Sand. HEX triplet: DA, 84 and 5C. RGB value is (218,132,92). Sum of RGB (Red+Green+Blue) = 218+132+92=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA845C is #257BA3. Grayscale: #999999. Windows color (decimal): -2456484 or 6063322. OLE color: 6063322.
HSL color Cylindrical-coordinate representation of color #DA845C: hue angle of 19.05º degrees, saturation: 0.63, 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 #DA845C is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 92 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.15 |
| HSL | 19.05º | 0.63% | 0.61% | - |
| HSV(B) | 19.05º | 0.58% | 0.85% | - |
| XYZ | 39.1 | 32.18 | 14.28 | - |
| YUV | 153.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 92 | 0 | 0.39 | 0.58 | 0.15 | 19.05 | 0.63 | 0.61 |
| Hex | DA | 84 | 5C | 0 | 27 | 3A | F | 13 | 3F | 3D |
| Octal | 332 | 204 | 134 | 0 | 47 | 72 | 17 | 23 | 77 | 75 |
| Binary | 11011010 | 10000100 | 1011100 | 0 | 100111 | 111010 | 1111 | 10011 | 111111 | 111101 |
Color Harmonies of #DA845C
Complementary color
Monochromatic Colors of #DA845C
Black with #DA845C
Text Example
Text Example
White with #DA845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA845C; }
p { color: rgb(218,132,92); }
H1.HeaderClassName
{
color: #DA845C;
}
.AnyTagClassName
{
color: #DA845C;
}
</style>
background-color css
<style>
a { background-color: #DA845C; }
a { background-color: rgb(218,132,92); }
div.DivClassName
{
background-color: #DA845C;
}
.BgClassName
{
background-color: #DA845C;
}
</style>
border-color css
<style>
span { border-color: #DA845C; }
span { border-color: rgb(218,132,92); }
td.TdClassName
{
border-color: #DA845C;
}
.TagClassName
{
border-color: #DA845C;
}
</style>