Shades of Burning Sand #DC7E59
Tints of Burning Sand #DC7E59
RGB
CMYK
RGB Variations
Color information
#DC7E59 (or 0xDC7E59) is known color: Burning Sand. HEX triplet: DC, 7E and 59. RGB value is (220,126,89). Sum of RGB (Red+Green+Blue) = 220+126+89=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E59 is #2381A6. Grayscale: #969696. Windows color (decimal): -2326951 or 5865180. OLE color: 5865180.
HSL color Cylindrical-coordinate representation of color #DC7E59: hue angle of 16.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7E59 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 89 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.14 |
| HSL | 16.95º | 0.65% | 0.61% | - |
| HSV(B) | 16.95º | 0.6% | 0.86% | - |
| XYZ | 38.78 | 30.86 | 13.36 | - |
| YUV | 149.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 89 | 0 | 0.43 | 0.60 | 0.14 | 16.95 | 0.65 | 0.61 |
| Hex | DC | 7E | 59 | 0 | 2B | 3C | E | 11 | 41 | 3D |
| Octal | 334 | 176 | 131 | 0 | 53 | 74 | 16 | 21 | 101 | 75 |
| Binary | 11011100 | 1111110 | 1011001 | 0 | 101011 | 111100 | 1110 | 10001 | 1000001 | 111101 |
Color Harmonies of #DC7E59
Complementary color
Monochromatic Colors of #DC7E59
Black with #DC7E59
Text Example
Text Example
White with #DC7E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E59; }
p { color: rgb(220,126,89); }
H1.HeaderClassName
{
color: #DC7E59;
}
.AnyTagClassName
{
color: #DC7E59;
}
</style>
background-color css
<style>
a { background-color: #DC7E59; }
a { background-color: rgb(220,126,89); }
div.DivClassName
{
background-color: #DC7E59;
}
.BgClassName
{
background-color: #DC7E59;
}
</style>
border-color css
<style>
span { border-color: #DC7E59; }
span { border-color: rgb(220,126,89); }
td.TdClassName
{
border-color: #DC7E59;
}
.TagClassName
{
border-color: #DC7E59;
}
</style>