Shades of Chocolate #DC6417
Tints of Chocolate #DC6417
RGB
CMYK
RGB Variations
Color information
#DC6417 (or 0xDC6417) is known color: Chocolate. HEX triplet: DC, 64 and 17. RGB value is (220,100,23). Sum of RGB (Red+Green+Blue) = 220+100+23=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6417 is #239BE8. Grayscale: #7F7F7F. Windows color (decimal): -2333673 or 1533148. OLE color: 1533148.
HSL color Cylindrical-coordinate representation of color #DC6417: hue angle of 23.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC6417 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 23 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.14 |
| HSL | 23.45º | 0.81% | 0.48% | - |
| HSV(B) | 23.45º | 0.9% | 0.86% | - |
| XYZ | 34.23 | 24.39 | 3.71 | - |
| YUV | 127.1 | 69.26 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 23 | 0 | 0.55 | 0.90 | 0.14 | 23.45 | 0.81 | 0.48 |
| Hex | DC | 64 | 17 | 0 | 37 | 5A | E | 17 | 51 | 30 |
| Octal | 334 | 144 | 27 | 0 | 67 | 132 | 16 | 27 | 121 | 60 |
| Binary | 11011100 | 1100100 | 10111 | 0 | 110111 | 1011010 | 1110 | 10111 | 1010001 | 110000 |
Color Harmonies of #DC6417
Complementary color
Monochromatic Colors of #DC6417
Black with #DC6417
Text Example
Text Example
White with #DC6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6417; }
p { color: rgb(220,100,23); }
H1.HeaderClassName
{
color: #DC6417;
}
.AnyTagClassName
{
color: #DC6417;
}
</style>
background-color css
<style>
a { background-color: #DC6417; }
a { background-color: rgb(220,100,23); }
div.DivClassName
{
background-color: #DC6417;
}
.BgClassName
{
background-color: #DC6417;
}
</style>
border-color css
<style>
span { border-color: #DC6417; }
span { border-color: rgb(220,100,23); }
td.TdClassName
{
border-color: #DC6417;
}
.TagClassName
{
border-color: #DC6417;
}
</style>