Shades of Chocolate #DD6C17
Tints of Chocolate #DD6C17
RGB
CMYK
RGB Variations
Color information
#DD6C17 (or 0xDD6C17) is known color: Chocolate. HEX triplet: DD, 6C and 17. RGB value is (221,108,23). Sum of RGB (Red+Green+Blue) = 221+108+23=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C17 is #2293E8. Grayscale: #848484. Windows color (decimal): -2266089 or 1535197. OLE color: 1535197.
HSL color Cylindrical-coordinate representation of color #DD6C17: hue angle of 25.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD6C17 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 23 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.13 |
| HSL | 25.76º | 0.81% | 0.48% | - |
| HSV(B) | 25.76º | 0.9% | 0.87% | - |
| XYZ | 35.34 | 26.16 | 4 | - |
| YUV | 132.1 | 66.44 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 23 | 0 | 0.51 | 0.90 | 0.13 | 25.76 | 0.81 | 0.48 |
| Hex | DD | 6C | 17 | 0 | 33 | 5A | D | 1A | 51 | 30 |
| Octal | 335 | 154 | 27 | 0 | 63 | 132 | 15 | 32 | 121 | 60 |
| Binary | 11011101 | 1101100 | 10111 | 0 | 110011 | 1011010 | 1101 | 11010 | 1010001 | 110000 |
Color Harmonies of #DD6C17
Complementary color
Monochromatic Colors of #DD6C17
Black with #DD6C17
Text Example
Text Example
White with #DD6C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C17; }
p { color: rgb(221,108,23); }
H1.HeaderClassName
{
color: #DD6C17;
}
.AnyTagClassName
{
color: #DD6C17;
}
</style>
background-color css
<style>
a { background-color: #DD6C17; }
a { background-color: rgb(221,108,23); }
div.DivClassName
{
background-color: #DD6C17;
}
.BgClassName
{
background-color: #DD6C17;
}
</style>
border-color css
<style>
span { border-color: #DD6C17; }
span { border-color: rgb(221,108,23); }
td.TdClassName
{
border-color: #DD6C17;
}
.TagClassName
{
border-color: #DD6C17;
}
</style>