Shades of Burning Sand #DA805B
Tints of Burning Sand #DA805B
RGB
CMYK
RGB Variations
Color information
#DA805B (or 0xDA805B) is known color: Burning Sand. HEX triplet: DA, 80 and 5B. RGB value is (218,128,91). Sum of RGB (Red+Green+Blue) = 218+128+91=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA805B is #257FA4. Grayscale: #969696. Windows color (decimal): -2457509 or 5996762. OLE color: 5996762.
HSL color Cylindrical-coordinate representation of color #DA805B: hue angle of 17.48º 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 #DA805B is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 91 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.15 |
| HSL | 17.48º | 0.63% | 0.61% | - |
| HSV(B) | 17.48º | 0.58% | 0.85% | - |
| XYZ | 38.52 | 31.1 | 13.87 | - |
| YUV | 150.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 91 | 0 | 0.41 | 0.58 | 0.15 | 17.48 | 0.63 | 0.61 |
| Hex | DA | 80 | 5B | 0 | 29 | 3A | F | 11 | 3F | 3D |
| Octal | 332 | 200 | 133 | 0 | 51 | 72 | 17 | 21 | 77 | 75 |
| Binary | 11011010 | 10000000 | 1011011 | 0 | 101001 | 111010 | 1111 | 10001 | 111111 | 111101 |
Color Harmonies of #DA805B
Complementary color
Monochromatic Colors of #DA805B
Black with #DA805B
Text Example
Text Example
White with #DA805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA805B; }
p { color: rgb(218,128,91); }
H1.HeaderClassName
{
color: #DA805B;
}
.AnyTagClassName
{
color: #DA805B;
}
</style>
background-color css
<style>
a { background-color: #DA805B; }
a { background-color: rgb(218,128,91); }
div.DivClassName
{
background-color: #DA805B;
}
.BgClassName
{
background-color: #DA805B;
}
</style>
border-color css
<style>
span { border-color: #DA805B; }
span { border-color: rgb(218,128,91); }
td.TdClassName
{
border-color: #DA805B;
}
.TagClassName
{
border-color: #DA805B;
}
</style>