Shades of Burning Sand #DA845B
Tints of Burning Sand #DA845B
RGB
CMYK
RGB Variations
Color information
#DA845B (or 0xDA845B) is known color: Burning Sand. HEX triplet: DA, 84 and 5B. RGB value is (218,132,91). Sum of RGB (Red+Green+Blue) = 218+132+91=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA845B is #257BA4. Grayscale: #999999. Windows color (decimal): -2456485 or 5997786. OLE color: 5997786.
HSL color Cylindrical-coordinate representation of color #DA845B: hue angle of 19.37º 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 #DA845B is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 91 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.15 |
| HSL | 19.37º | 0.63% | 0.61% | - |
| HSV(B) | 19.37º | 0.58% | 0.85% | - |
| XYZ | 39.05 | 32.16 | 14.05 | - |
| YUV | 153.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 91 | 0 | 0.39 | 0.58 | 0.15 | 19.37 | 0.63 | 0.61 |
| Hex | DA | 84 | 5B | 0 | 27 | 3A | F | 13 | 3F | 3D |
| Octal | 332 | 204 | 133 | 0 | 47 | 72 | 17 | 23 | 77 | 75 |
| Binary | 11011010 | 10000100 | 1011011 | 0 | 100111 | 111010 | 1111 | 10011 | 111111 | 111101 |
Color Harmonies of #DA845B
Complementary color
Monochromatic Colors of #DA845B
Black with #DA845B
Text Example
Text Example
White with #DA845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA845B; }
p { color: rgb(218,132,91); }
H1.HeaderClassName
{
color: #DA845B;
}
.AnyTagClassName
{
color: #DA845B;
}
</style>
background-color css
<style>
a { background-color: #DA845B; }
a { background-color: rgb(218,132,91); }
div.DivClassName
{
background-color: #DA845B;
}
.BgClassName
{
background-color: #DA845B;
}
</style>
border-color css
<style>
span { border-color: #DA845B; }
span { border-color: rgb(218,132,91); }
td.TdClassName
{
border-color: #DA845B;
}
.TagClassName
{
border-color: #DA845B;
}
</style>