Shades of Chocolate #DC7119
Tints of Chocolate #DC7119
RGB
CMYK
RGB Variations
Color information
#DC7119 (or 0xDC7119) is known color: Chocolate. HEX triplet: DC, 71 and 19. RGB value is (220,113,25). Sum of RGB (Red+Green+Blue) = 220+113+25=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7119 is #238EE6. Grayscale: #878787. Windows color (decimal): -2330343 or 1667548. OLE color: 1667548.
HSL color Cylindrical-coordinate representation of color #DC7119: hue angle of 27.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC7119 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 25 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.14 |
| HSL | 27.08º | 0.8% | 0.48% | - |
| HSV(B) | 27.08º | 0.89% | 0.86% | - |
| XYZ | 35.6 | 27.1 | 4.27 | - |
| YUV | 134.96 | 65.95 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 25 | 0 | 0.49 | 0.89 | 0.14 | 27.08 | 0.8 | 0.48 |
| Hex | DC | 71 | 19 | 0 | 31 | 59 | E | 1B | 50 | 30 |
| Octal | 334 | 161 | 31 | 0 | 61 | 131 | 16 | 33 | 120 | 60 |
| Binary | 11011100 | 1110001 | 11001 | 0 | 110001 | 1011001 | 1110 | 11011 | 1010000 | 110000 |
Color Harmonies of #DC7119
Complementary color
Monochromatic Colors of #DC7119
Black with #DC7119
Text Example
Text Example
White with #DC7119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7119; }
p { color: rgb(220,113,25); }
H1.HeaderClassName
{
color: #DC7119;
}
.AnyTagClassName
{
color: #DC7119;
}
</style>
background-color css
<style>
a { background-color: #DC7119; }
a { background-color: rgb(220,113,25); }
div.DivClassName
{
background-color: #DC7119;
}
.BgClassName
{
background-color: #DC7119;
}
</style>
border-color css
<style>
span { border-color: #DC7119; }
span { border-color: rgb(220,113,25); }
td.TdClassName
{
border-color: #DC7119;
}
.TagClassName
{
border-color: #DC7119;
}
</style>