Shades of Burning Sand #DA805C
Tints of Burning Sand #DA805C
RGB
CMYK
RGB Variations
Color information
#DA805C (or 0xDA805C) is known color: Burning Sand. HEX triplet: DA, 80 and 5C. RGB value is (218,128,92). Sum of RGB (Red+Green+Blue) = 218+128+92=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA805C is #257FA3. Grayscale: #979797. Windows color (decimal): -2457508 or 6062298. OLE color: 6062298.
HSL color Cylindrical-coordinate representation of color #DA805C: hue angle of 17.14º 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 #DA805C is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 92 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.15 |
| HSL | 17.14º | 0.63% | 0.61% | - |
| HSV(B) | 17.14º | 0.58% | 0.85% | - |
| XYZ | 38.56 | 31.12 | 14.1 | - |
| YUV | 150.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 92 | 0 | 0.41 | 0.58 | 0.15 | 17.14 | 0.63 | 0.61 |
| Hex | DA | 80 | 5C | 0 | 29 | 3A | F | 11 | 3F | 3D |
| Octal | 332 | 200 | 134 | 0 | 51 | 72 | 17 | 21 | 77 | 75 |
| Binary | 11011010 | 10000000 | 1011100 | 0 | 101001 | 111010 | 1111 | 10001 | 111111 | 111101 |
Color Harmonies of #DA805C
Complementary color
Monochromatic Colors of #DA805C
Black with #DA805C
Text Example
Text Example
White with #DA805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA805C; }
p { color: rgb(218,128,92); }
H1.HeaderClassName
{
color: #DA805C;
}
.AnyTagClassName
{
color: #DA805C;
}
</style>
background-color css
<style>
a { background-color: #DA805C; }
a { background-color: rgb(218,128,92); }
div.DivClassName
{
background-color: #DA805C;
}
.BgClassName
{
background-color: #DA805C;
}
</style>
border-color css
<style>
span { border-color: #DA805C; }
span { border-color: rgb(218,128,92); }
td.TdClassName
{
border-color: #DA805C;
}
.TagClassName
{
border-color: #DA805C;
}
</style>