Shades of Burning Sand #DA7D58
Tints of Burning Sand #DA7D58
RGB
CMYK
RGB Variations
Color information
#DA7D58 (or 0xDA7D58) is known color: Burning Sand. HEX triplet: DA, 7D and 58. RGB value is (218,125,88). Sum of RGB (Red+Green+Blue) = 218+125+88=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D58 is #2582A7. Grayscale: #949494. Windows color (decimal): -2458280 or 5799386. OLE color: 5799386.
HSL color Cylindrical-coordinate representation of color #DA7D58: hue angle of 17.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA7D58 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 88 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.15 |
| HSL | 17.08º | 0.64% | 0.6% | - |
| HSV(B) | 17.08º | 0.6% | 0.85% | - |
| XYZ | 38.01 | 30.28 | 13.07 | - |
| YUV | 148.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 88 | 0 | 0.43 | 0.60 | 0.15 | 17.08 | 0.64 | 0.6 |
| Hex | DA | 7D | 58 | 0 | 2B | 3C | F | 11 | 40 | 3C |
| Octal | 332 | 175 | 130 | 0 | 53 | 74 | 17 | 21 | 100 | 74 |
| Binary | 11011010 | 1111101 | 1011000 | 0 | 101011 | 111100 | 1111 | 10001 | 1000000 | 111100 |
Color Harmonies of #DA7D58
Complementary color
Monochromatic Colors of #DA7D58
Black with #DA7D58
Text Example
Text Example
White with #DA7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D58; }
p { color: rgb(218,125,88); }
H1.HeaderClassName
{
color: #DA7D58;
}
.AnyTagClassName
{
color: #DA7D58;
}
</style>
background-color css
<style>
a { background-color: #DA7D58; }
a { background-color: rgb(218,125,88); }
div.DivClassName
{
background-color: #DA7D58;
}
.BgClassName
{
background-color: #DA7D58;
}
</style>
border-color css
<style>
span { border-color: #DA7D58; }
span { border-color: rgb(218,125,88); }
td.TdClassName
{
border-color: #DA7D58;
}
.TagClassName
{
border-color: #DA7D58;
}
</style>