Shades of Chocolate #DC6219
Tints of Chocolate #DC6219
RGB
CMYK
RGB Variations
Color information
#DC6219 (or 0xDC6219) is known color: Chocolate. HEX triplet: DC, 62 and 19. RGB value is (220,98,25). Sum of RGB (Red+Green+Blue) = 220+98+25=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6219 is #239DE6. Grayscale: #7E7E7E. Windows color (decimal): -2334183 or 1663708. OLE color: 1663708.
HSL color Cylindrical-coordinate representation of color #DC6219: hue angle of 22.46º 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 #DC6219 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 25 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.14 |
| HSL | 22.46º | 0.8% | 0.48% | - |
| HSV(B) | 22.46º | 0.89% | 0.86% | - |
| XYZ | 34.06 | 24.02 | 3.76 | - |
| YUV | 126.16 | 70.92 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 25 | 0 | 0.55 | 0.89 | 0.14 | 22.46 | 0.8 | 0.48 |
| Hex | DC | 62 | 19 | 0 | 37 | 59 | E | 16 | 50 | 30 |
| Octal | 334 | 142 | 31 | 0 | 67 | 131 | 16 | 26 | 120 | 60 |
| Binary | 11011100 | 1100010 | 11001 | 0 | 110111 | 1011001 | 1110 | 10110 | 1010000 | 110000 |
Color Harmonies of #DC6219
Complementary color
Monochromatic Colors of #DC6219
Black with #DC6219
Text Example
Text Example
White with #DC6219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6219; }
p { color: rgb(220,98,25); }
H1.HeaderClassName
{
color: #DC6219;
}
.AnyTagClassName
{
color: #DC6219;
}
</style>
background-color css
<style>
a { background-color: #DC6219; }
a { background-color: rgb(220,98,25); }
div.DivClassName
{
background-color: #DC6219;
}
.BgClassName
{
background-color: #DC6219;
}
</style>
border-color css
<style>
span { border-color: #DC6219; }
span { border-color: rgb(220,98,25); }
td.TdClassName
{
border-color: #DC6219;
}
.TagClassName
{
border-color: #DC6219;
}
</style>