Shades of Burning Sand #DC7D62
Tints of Burning Sand #DC7D62
RGB
CMYK
RGB Variations
Color information
#DC7D62 (or 0xDC7D62) is known color: Burning Sand. HEX triplet: DC, 7D and 62. RGB value is (220,125,98). Sum of RGB (Red+Green+Blue) = 220+125+98=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D62 is #23829D. Grayscale: #969696. Windows color (decimal): -2327198 or 6454748. OLE color: 6454748.
HSL color Cylindrical-coordinate representation of color #DC7D62: hue angle of 13.28º 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 #DC7D62 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 98 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.14 |
| HSL | 13.28º | 0.64% | 0.62% | - |
| HSV(B) | 13.28º | 0.55% | 0.86% | - |
| XYZ | 39.05 | 30.76 | 15.44 | - |
| YUV | 150.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 98 | 0 | 0.43 | 0.55 | 0.14 | 13.28 | 0.64 | 0.62 |
| Hex | DC | 7D | 62 | 0 | 2B | 37 | E | D | 40 | 3E |
| Octal | 334 | 175 | 142 | 0 | 53 | 67 | 16 | 15 | 100 | 76 |
| Binary | 11011100 | 1111101 | 1100010 | 0 | 101011 | 110111 | 1110 | 1101 | 1000000 | 111110 |
Color Harmonies of #DC7D62
Complementary color
Monochromatic Colors of #DC7D62
Black with #DC7D62
Text Example
Text Example
White with #DC7D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D62; }
p { color: rgb(220,125,98); }
H1.HeaderClassName
{
color: #DC7D62;
}
.AnyTagClassName
{
color: #DC7D62;
}
</style>
background-color css
<style>
a { background-color: #DC7D62; }
a { background-color: rgb(220,125,98); }
div.DivClassName
{
background-color: #DC7D62;
}
.BgClassName
{
background-color: #DC7D62;
}
</style>
border-color css
<style>
span { border-color: #DC7D62; }
span { border-color: rgb(220,125,98); }
td.TdClassName
{
border-color: #DC7D62;
}
.TagClassName
{
border-color: #DC7D62;
}
</style>