Shades of Burning Sand #DA7E56
Tints of Burning Sand #DA7E56
RGB
CMYK
RGB Variations
Color information
#DA7E56 (or 0xDA7E56) is known color: Burning Sand. HEX triplet: DA, 7E and 56. RGB value is (218,126,86). Sum of RGB (Red+Green+Blue) = 218+126+86=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E56 is #2581A9. Grayscale: #959595. Windows color (decimal): -2458026 or 5668570. OLE color: 5668570.
HSL color Cylindrical-coordinate representation of color #DA7E56: hue angle of 18.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA7E56 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 86 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.15 |
| HSL | 18.18º | 0.64% | 0.6% | - |
| HSV(B) | 18.18º | 0.61% | 0.85% | - |
| XYZ | 38.05 | 30.5 | 12.69 | - |
| YUV | 148.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 86 | 0 | 0.42 | 0.61 | 0.15 | 18.18 | 0.64 | 0.6 |
| Hex | DA | 7E | 56 | 0 | 2A | 3D | F | 12 | 40 | 3C |
| Octal | 332 | 176 | 126 | 0 | 52 | 75 | 17 | 22 | 100 | 74 |
| Binary | 11011010 | 1111110 | 1010110 | 0 | 101010 | 111101 | 1111 | 10010 | 1000000 | 111100 |
Color Harmonies of #DA7E56
Complementary color
Monochromatic Colors of #DA7E56
Black with #DA7E56
Text Example
Text Example
White with #DA7E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7E56; }
p { color: rgb(218,126,86); }
H1.HeaderClassName
{
color: #DA7E56;
}
.AnyTagClassName
{
color: #DA7E56;
}
</style>
background-color css
<style>
a { background-color: #DA7E56; }
a { background-color: rgb(218,126,86); }
div.DivClassName
{
background-color: #DA7E56;
}
.BgClassName
{
background-color: #DA7E56;
}
</style>
border-color css
<style>
span { border-color: #DA7E56; }
span { border-color: rgb(218,126,86); }
td.TdClassName
{
border-color: #DA7E56;
}
.TagClassName
{
border-color: #DA7E56;
}
</style>