Shades of Chocolate #DC6B17
Tints of Chocolate #DC6B17
RGB
CMYK
RGB Variations
Color information
#DC6B17 (or 0xDC6B17) is known color: Chocolate. HEX triplet: DC, 6B and 17. RGB value is (220,107,23). Sum of RGB (Red+Green+Blue) = 220+107+23=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B17 is #2394E8. Grayscale: #838383. Windows color (decimal): -2331881 or 1534940. OLE color: 1534940.
HSL color Cylindrical-coordinate representation of color #DC6B17: hue angle of 25.58º 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 #DC6B17 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 23 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.14 |
| HSL | 25.58º | 0.81% | 0.48% | - |
| HSV(B) | 25.58º | 0.9% | 0.86% | - |
| XYZ | 34.93 | 25.79 | 3.95 | - |
| YUV | 131.21 | 66.94 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 23 | 0 | 0.51 | 0.90 | 0.14 | 25.58 | 0.81 | 0.48 |
| Hex | DC | 6B | 17 | 0 | 33 | 5A | E | 1A | 51 | 30 |
| Octal | 334 | 153 | 27 | 0 | 63 | 132 | 16 | 32 | 121 | 60 |
| Binary | 11011100 | 1101011 | 10111 | 0 | 110011 | 1011010 | 1110 | 11010 | 1010001 | 110000 |
Color Harmonies of #DC6B17
Complementary color
Monochromatic Colors of #DC6B17
Black with #DC6B17
Text Example
Text Example
White with #DC6B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B17; }
p { color: rgb(220,107,23); }
H1.HeaderClassName
{
color: #DC6B17;
}
.AnyTagClassName
{
color: #DC6B17;
}
</style>
background-color css
<style>
a { background-color: #DC6B17; }
a { background-color: rgb(220,107,23); }
div.DivClassName
{
background-color: #DC6B17;
}
.BgClassName
{
background-color: #DC6B17;
}
</style>
border-color css
<style>
span { border-color: #DC6B17; }
span { border-color: rgb(220,107,23); }
td.TdClassName
{
border-color: #DC6B17;
}
.TagClassName
{
border-color: #DC6B17;
}
</style>