Shades of Burning Sand #DA815E
Tints of Burning Sand #DA815E
RGB
CMYK
RGB Variations
Color information
#DA815E (or 0xDA815E) is known color: Burning Sand. HEX triplet: DA, 81 and 5E. RGB value is (218,129,94). Sum of RGB (Red+Green+Blue) = 218+129+94=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA815E is #257EA1. Grayscale: #979797. Windows color (decimal): -2457250 or 6193626. OLE color: 6193626.
HSL color Cylindrical-coordinate representation of color #DA815E: hue angle of 16.94º 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 #DA815E is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 94 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.15 |
| HSL | 16.94º | 0.63% | 0.61% | - |
| HSV(B) | 16.94º | 0.57% | 0.85% | - |
| XYZ | 38.78 | 31.41 | 14.61 | - |
| YUV | 151.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 94 | 0 | 0.41 | 0.57 | 0.15 | 16.94 | 0.63 | 0.61 |
| Hex | DA | 81 | 5E | 0 | 29 | 39 | F | 11 | 3F | 3D |
| Octal | 332 | 201 | 136 | 0 | 51 | 71 | 17 | 21 | 77 | 75 |
| Binary | 11011010 | 10000001 | 1011110 | 0 | 101001 | 111001 | 1111 | 10001 | 111111 | 111101 |
Color Harmonies of #DA815E
Complementary color
Monochromatic Colors of #DA815E
Black with #DA815E
Text Example
Text Example
White with #DA815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA815E; }
p { color: rgb(218,129,94); }
H1.HeaderClassName
{
color: #DA815E;
}
.AnyTagClassName
{
color: #DA815E;
}
</style>
background-color css
<style>
a { background-color: #DA815E; }
a { background-color: rgb(218,129,94); }
div.DivClassName
{
background-color: #DA815E;
}
.BgClassName
{
background-color: #DA815E;
}
</style>
border-color css
<style>
span { border-color: #DA815E; }
span { border-color: rgb(218,129,94); }
td.TdClassName
{
border-color: #DA815E;
}
.TagClassName
{
border-color: #DA815E;
}
</style>