Shades of Burning Sand #DA805D
Tints of Burning Sand #DA805D
RGB
CMYK
RGB Variations
Color information
#DA805D (or 0xDA805D) is known color: Burning Sand. HEX triplet: DA, 80 and 5D. RGB value is (218,128,93). Sum of RGB (Red+Green+Blue) = 218+128+93=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA805D is #257FA2. Grayscale: #979797. Windows color (decimal): -2457507 or 6127834. OLE color: 6127834.
HSL color Cylindrical-coordinate representation of color #DA805D: hue angle of 16.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA805D is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 93 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.15 |
| HSL | 16.8º | 0.63% | 0.61% | - |
| HSV(B) | 16.8º | 0.57% | 0.85% | - |
| XYZ | 38.61 | 31.13 | 14.33 | - |
| YUV | 150.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 93 | 0 | 0.41 | 0.57 | 0.15 | 16.8 | 0.63 | 0.61 |
| Hex | DA | 80 | 5D | 0 | 29 | 39 | F | 11 | 3F | 3D |
| Octal | 332 | 200 | 135 | 0 | 51 | 71 | 17 | 21 | 77 | 75 |
| Binary | 11011010 | 10000000 | 1011101 | 0 | 101001 | 111001 | 1111 | 10001 | 111111 | 111101 |
Color Harmonies of #DA805D
Complementary color
Monochromatic Colors of #DA805D
Black with #DA805D
Text Example
Text Example
White with #DA805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA805D; }
p { color: rgb(218,128,93); }
H1.HeaderClassName
{
color: #DA805D;
}
.AnyTagClassName
{
color: #DA805D;
}
</style>
background-color css
<style>
a { background-color: #DA805D; }
a { background-color: rgb(218,128,93); }
div.DivClassName
{
background-color: #DA805D;
}
.BgClassName
{
background-color: #DA805D;
}
</style>
border-color css
<style>
span { border-color: #DA805D; }
span { border-color: rgb(218,128,93); }
td.TdClassName
{
border-color: #DA805D;
}
.TagClassName
{
border-color: #DA805D;
}
</style>