Shades of Chocolate #DC6F17
Tints of Chocolate #DC6F17
RGB
CMYK
RGB Variations
Color information
#DC6F17 (or 0xDC6F17) is known color: Chocolate. HEX triplet: DC, 6F and 17. RGB value is (220,111,23). Sum of RGB (Red+Green+Blue) = 220+111+23=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6F17 is #2390E8. Grayscale: #868686. Windows color (decimal): -2330857 or 1535964. OLE color: 1535964.
HSL color Cylindrical-coordinate representation of color #DC6F17: hue angle of 26.8º 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 #DC6F17 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 23 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.14 |
| HSL | 26.8º | 0.81% | 0.48% | - |
| HSV(B) | 26.8º | 0.9% | 0.86% | - |
| XYZ | 35.35 | 26.65 | 4.09 | - |
| YUV | 133.56 | 65.61 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 23 | 0 | 0.50 | 0.90 | 0.14 | 26.8 | 0.81 | 0.48 |
| Hex | DC | 6F | 17 | 0 | 32 | 5A | E | 1B | 51 | 30 |
| Octal | 334 | 157 | 27 | 0 | 62 | 132 | 16 | 33 | 121 | 60 |
| Binary | 11011100 | 1101111 | 10111 | 0 | 110010 | 1011010 | 1110 | 11011 | 1010001 | 110000 |
Color Harmonies of #DC6F17
Complementary color
Monochromatic Colors of #DC6F17
Black with #DC6F17
Text Example
Text Example
White with #DC6F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F17; }
p { color: rgb(220,111,23); }
H1.HeaderClassName
{
color: #DC6F17;
}
.AnyTagClassName
{
color: #DC6F17;
}
</style>
background-color css
<style>
a { background-color: #DC6F17; }
a { background-color: rgb(220,111,23); }
div.DivClassName
{
background-color: #DC6F17;
}
.BgClassName
{
background-color: #DC6F17;
}
</style>
border-color css
<style>
span { border-color: #DC6F17; }
span { border-color: rgb(220,111,23); }
td.TdClassName
{
border-color: #DC6F17;
}
.TagClassName
{
border-color: #DC6F17;
}
</style>