Shades of Chocolate #DC6119
Tints of Chocolate #DC6119
RGB
CMYK
RGB Variations
Color information
#DC6119 (or 0xDC6119) is known color: Chocolate. HEX triplet: DC, 61 and 19. RGB value is (220,97,25). Sum of RGB (Red+Green+Blue) = 220+97+25=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6119 is #239EE6. Grayscale: #7D7D7D. Windows color (decimal): -2334439 or 1663452. OLE color: 1663452.
HSL color Cylindrical-coordinate representation of color #DC6119: hue angle of 22.15º 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 #DC6119 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 25 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.14 |
| HSL | 22.15º | 0.8% | 0.48% | - |
| HSV(B) | 22.15º | 0.89% | 0.86% | - |
| XYZ | 33.97 | 23.84 | 3.73 | - |
| YUV | 125.57 | 71.25 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 25 | 0 | 0.56 | 0.89 | 0.14 | 22.15 | 0.8 | 0.48 |
| Hex | DC | 61 | 19 | 0 | 38 | 59 | E | 16 | 50 | 30 |
| Octal | 334 | 141 | 31 | 0 | 70 | 131 | 16 | 26 | 120 | 60 |
| Binary | 11011100 | 1100001 | 11001 | 0 | 111000 | 1011001 | 1110 | 10110 | 1010000 | 110000 |
Color Harmonies of #DC6119
Complementary color
Monochromatic Colors of #DC6119
Black with #DC6119
Text Example
Text Example
White with #DC6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6119; }
p { color: rgb(220,97,25); }
H1.HeaderClassName
{
color: #DC6119;
}
.AnyTagClassName
{
color: #DC6119;
}
</style>
background-color css
<style>
a { background-color: #DC6119; }
a { background-color: rgb(220,97,25); }
div.DivClassName
{
background-color: #DC6119;
}
.BgClassName
{
background-color: #DC6119;
}
</style>
border-color css
<style>
span { border-color: #DC6119; }
span { border-color: rgb(220,97,25); }
td.TdClassName
{
border-color: #DC6119;
}
.TagClassName
{
border-color: #DC6119;
}
</style>