Shades of Burning Sand #DA7E59
Tints of Burning Sand #DA7E59
RGB
CMYK
RGB Variations
Color information
#DA7E59 (or 0xDA7E59) is known color: Burning Sand. HEX triplet: DA, 7E and 59. RGB value is (218,126,89). Sum of RGB (Red+Green+Blue) = 218+126+89=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E59 is #2581A6. Grayscale: #959595. Windows color (decimal): -2458023 or 5865178. OLE color: 5865178.
HSL color Cylindrical-coordinate representation of color #DA7E59: hue angle of 17.21º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA7E59 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 89 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.15 |
| HSL | 17.21º | 0.64% | 0.6% | - |
| HSV(B) | 17.21º | 0.59% | 0.85% | - |
| XYZ | 38.18 | 30.55 | 13.34 | - |
| YUV | 149.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 89 | 0 | 0.42 | 0.59 | 0.15 | 17.21 | 0.64 | 0.6 |
| Hex | DA | 7E | 59 | 0 | 2A | 3B | F | 11 | 40 | 3C |
| Octal | 332 | 176 | 131 | 0 | 52 | 73 | 17 | 21 | 100 | 74 |
| Binary | 11011010 | 1111110 | 1011001 | 0 | 101010 | 111011 | 1111 | 10001 | 1000000 | 111100 |
Color Harmonies of #DA7E59
Complementary color
Monochromatic Colors of #DA7E59
Black with #DA7E59
Text Example
Text Example
White with #DA7E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7E59; }
p { color: rgb(218,126,89); }
H1.HeaderClassName
{
color: #DA7E59;
}
.AnyTagClassName
{
color: #DA7E59;
}
</style>
background-color css
<style>
a { background-color: #DA7E59; }
a { background-color: rgb(218,126,89); }
div.DivClassName
{
background-color: #DA7E59;
}
.BgClassName
{
background-color: #DA7E59;
}
</style>
border-color css
<style>
span { border-color: #DA7E59; }
span { border-color: rgb(218,126,89); }
td.TdClassName
{
border-color: #DA7E59;
}
.TagClassName
{
border-color: #DA7E59;
}
</style>