Shades of Chocolate #DC6419
Tints of Chocolate #DC6419
RGB
CMYK
RGB Variations
Color information
#DC6419 (or 0xDC6419) is known color: Chocolate. HEX triplet: DC, 64 and 19. RGB value is (220,100,25). Sum of RGB (Red+Green+Blue) = 220+100+25=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6419 is #239BE6. Grayscale: #7F7F7F. Windows color (decimal): -2333671 or 1664220. OLE color: 1664220.
HSL color Cylindrical-coordinate representation of color #DC6419: hue angle of 23.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 #DC6419 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 25 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.14 |
| HSL | 23.08º | 0.8% | 0.48% | - |
| HSV(B) | 23.08º | 0.89% | 0.86% | - |
| XYZ | 34.25 | 24.4 | 3.82 | - |
| YUV | 127.33 | 70.26 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 25 | 0 | 0.55 | 0.89 | 0.14 | 23.08 | 0.8 | 0.48 |
| Hex | DC | 64 | 19 | 0 | 37 | 59 | E | 17 | 50 | 30 |
| Octal | 334 | 144 | 31 | 0 | 67 | 131 | 16 | 27 | 120 | 60 |
| Binary | 11011100 | 1100100 | 11001 | 0 | 110111 | 1011001 | 1110 | 10111 | 1010000 | 110000 |
Color Harmonies of #DC6419
Complementary color
Monochromatic Colors of #DC6419
Black with #DC6419
Text Example
Text Example
White with #DC6419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6419; }
p { color: rgb(220,100,25); }
H1.HeaderClassName
{
color: #DC6419;
}
.AnyTagClassName
{
color: #DC6419;
}
</style>
background-color css
<style>
a { background-color: #DC6419; }
a { background-color: rgb(220,100,25); }
div.DivClassName
{
background-color: #DC6419;
}
.BgClassName
{
background-color: #DC6419;
}
</style>
border-color css
<style>
span { border-color: #DC6419; }
span { border-color: rgb(220,100,25); }
td.TdClassName
{
border-color: #DC6419;
}
.TagClassName
{
border-color: #DC6419;
}
</style>