Shades of Burning Sand #DC7E5B
Tints of Burning Sand #DC7E5B
RGB
CMYK
RGB Variations
Color information
#DC7E5B (or 0xDC7E5B) is known color: Burning Sand. HEX triplet: DC, 7E and 5B. RGB value is (220,126,91). Sum of RGB (Red+Green+Blue) = 220+126+91=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E5B is #2381A4. Grayscale: #969696. Windows color (decimal): -2326949 or 5996252. OLE color: 5996252.
HSL color Cylindrical-coordinate representation of color #DC7E5B: hue angle of 16.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC7E5B is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 91 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.14 |
| HSL | 16.28º | 0.65% | 0.61% | - |
| HSV(B) | 16.28º | 0.59% | 0.86% | - |
| XYZ | 38.86 | 30.89 | 13.81 | - |
| YUV | 150.12 | 94.64 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 91 | 0 | 0.43 | 0.59 | 0.14 | 16.28 | 0.65 | 0.61 |
| Hex | DC | 7E | 5B | 0 | 2B | 3B | E | 10 | 41 | 3D |
| Octal | 334 | 176 | 133 | 0 | 53 | 73 | 16 | 20 | 101 | 75 |
| Binary | 11011100 | 1111110 | 1011011 | 0 | 101011 | 111011 | 1110 | 10000 | 1000001 | 111101 |
Color Harmonies of #DC7E5B
Complementary color
Monochromatic Colors of #DC7E5B
Black with #DC7E5B
Text Example
Text Example
White with #DC7E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E5B; }
p { color: rgb(220,126,91); }
H1.HeaderClassName
{
color: #DC7E5B;
}
.AnyTagClassName
{
color: #DC7E5B;
}
</style>
background-color css
<style>
a { background-color: #DC7E5B; }
a { background-color: rgb(220,126,91); }
div.DivClassName
{
background-color: #DC7E5B;
}
.BgClassName
{
background-color: #DC7E5B;
}
</style>
border-color css
<style>
span { border-color: #DC7E5B; }
span { border-color: rgb(220,126,91); }
td.TdClassName
{
border-color: #DC7E5B;
}
.TagClassName
{
border-color: #DC7E5B;
}
</style>