Shades of Burning Sand #DA815D
Tints of Burning Sand #DA815D
RGB
CMYK
RGB Variations
Color information
#DA815D (or 0xDA815D) is known color: Burning Sand. HEX triplet: DA, 81 and 5D. RGB value is (218,129,93). Sum of RGB (Red+Green+Blue) = 218+129+93=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA815D is #257EA2. Grayscale: #979797. Windows color (decimal): -2457251 or 6128090. OLE color: 6128090.
HSL color Cylindrical-coordinate representation of color #DA815D: hue angle of 17.28º 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 #DA815D is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 93 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.15 |
| HSL | 17.28º | 0.63% | 0.61% | - |
| HSV(B) | 17.28º | 0.57% | 0.85% | - |
| XYZ | 38.74 | 31.4 | 14.37 | - |
| YUV | 151.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 93 | 0 | 0.41 | 0.57 | 0.15 | 17.28 | 0.63 | 0.61 |
| Hex | DA | 81 | 5D | 0 | 29 | 39 | F | 11 | 3F | 3D |
| Octal | 332 | 201 | 135 | 0 | 51 | 71 | 17 | 21 | 77 | 75 |
| Binary | 11011010 | 10000001 | 1011101 | 0 | 101001 | 111001 | 1111 | 10001 | 111111 | 111101 |
Color Harmonies of #DA815D
Complementary color
Monochromatic Colors of #DA815D
Black with #DA815D
Text Example
Text Example
White with #DA815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA815D; }
p { color: rgb(218,129,93); }
H1.HeaderClassName
{
color: #DA815D;
}
.AnyTagClassName
{
color: #DA815D;
}
</style>
background-color css
<style>
a { background-color: #DA815D; }
a { background-color: rgb(218,129,93); }
div.DivClassName
{
background-color: #DA815D;
}
.BgClassName
{
background-color: #DA815D;
}
</style>
border-color css
<style>
span { border-color: #DA815D; }
span { border-color: rgb(218,129,93); }
td.TdClassName
{
border-color: #DA815D;
}
.TagClassName
{
border-color: #DA815D;
}
</style>