Shades of Burning Sand #DC7E62
Tints of Burning Sand #DC7E62
RGB
CMYK
RGB Variations
Color information
#DC7E62 (or 0xDC7E62) is known color: Burning Sand. HEX triplet: DC, 7E and 62. RGB value is (220,126,98). Sum of RGB (Red+Green+Blue) = 220+126+98=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E62 is #23819D. Grayscale: #979797. Windows color (decimal): -2326942 or 6455004. OLE color: 6455004.
HSL color Cylindrical-coordinate representation of color #DC7E62: hue angle of 13.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7E62 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 98 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.14 |
| HSL | 13.77º | 0.64% | 0.62% | - |
| HSV(B) | 13.77º | 0.55% | 0.86% | - |
| XYZ | 39.18 | 31.02 | 15.48 | - |
| YUV | 150.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 98 | 0 | 0.43 | 0.55 | 0.14 | 13.77 | 0.64 | 0.62 |
| Hex | DC | 7E | 62 | 0 | 2B | 37 | E | E | 40 | 3E |
| Octal | 334 | 176 | 142 | 0 | 53 | 67 | 16 | 16 | 100 | 76 |
| Binary | 11011100 | 1111110 | 1100010 | 0 | 101011 | 110111 | 1110 | 1110 | 1000000 | 111110 |
Color Harmonies of #DC7E62
Complementary color
Monochromatic Colors of #DC7E62
Black with #DC7E62
Text Example
Text Example
White with #DC7E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E62; }
p { color: rgb(220,126,98); }
H1.HeaderClassName
{
color: #DC7E62;
}
.AnyTagClassName
{
color: #DC7E62;
}
</style>
background-color css
<style>
a { background-color: #DC7E62; }
a { background-color: rgb(220,126,98); }
div.DivClassName
{
background-color: #DC7E62;
}
.BgClassName
{
background-color: #DC7E62;
}
</style>
border-color css
<style>
span { border-color: #DC7E62; }
span { border-color: rgb(220,126,98); }
td.TdClassName
{
border-color: #DC7E62;
}
.TagClassName
{
border-color: #DC7E62;
}
</style>