Shades of Burning Sand #DA815C
Tints of Burning Sand #DA815C
RGB
CMYK
RGB Variations
Color information
#DA815C (or 0xDA815C) is known color: Burning Sand. HEX triplet: DA, 81 and 5C. RGB value is (218,129,92). Sum of RGB (Red+Green+Blue) = 218+129+92=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA815C is #257EA3. Grayscale: #979797. Windows color (decimal): -2457252 or 6062554. OLE color: 6062554.
HSL color Cylindrical-coordinate representation of color #DA815C: hue angle of 17.62º 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 #DA815C is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 92 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.15 |
| HSL | 17.62º | 0.63% | 0.61% | - |
| HSV(B) | 17.62º | 0.58% | 0.85% | - |
| XYZ | 38.7 | 31.38 | 14.14 | - |
| YUV | 151.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 92 | 0 | 0.41 | 0.58 | 0.15 | 17.62 | 0.63 | 0.61 |
| Hex | DA | 81 | 5C | 0 | 29 | 3A | F | 12 | 3F | 3D |
| Octal | 332 | 201 | 134 | 0 | 51 | 72 | 17 | 22 | 77 | 75 |
| Binary | 11011010 | 10000001 | 1011100 | 0 | 101001 | 111010 | 1111 | 10010 | 111111 | 111101 |
Color Harmonies of #DA815C
Complementary color
Monochromatic Colors of #DA815C
Black with #DA815C
Text Example
Text Example
White with #DA815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA815C; }
p { color: rgb(218,129,92); }
H1.HeaderClassName
{
color: #DA815C;
}
.AnyTagClassName
{
color: #DA815C;
}
</style>
background-color css
<style>
a { background-color: #DA815C; }
a { background-color: rgb(218,129,92); }
div.DivClassName
{
background-color: #DA815C;
}
.BgClassName
{
background-color: #DA815C;
}
</style>
border-color css
<style>
span { border-color: #DA815C; }
span { border-color: rgb(218,129,92); }
td.TdClassName
{
border-color: #DA815C;
}
.TagClassName
{
border-color: #DA815C;
}
</style>