Shades of Chocolate #DD6C20
Tints of Chocolate #DD6C20
RGB
CMYK
RGB Variations
Color information
#DD6C20 (or 0xDD6C20) is known color: Chocolate. HEX triplet: DD, 6C and 20. RGB value is (221,108,32). Sum of RGB (Red+Green+Blue) = 221+108+32=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C20 is #2293DF. Grayscale: #858585. Windows color (decimal): -2266080 or 2125021. OLE color: 2125021.
HSL color Cylindrical-coordinate representation of color #DD6C20: hue angle of 24.13º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD6C20 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 32 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.13 |
| HSL | 24.13º | 0.75% | 0.5% | - |
| HSV(B) | 24.13º | 0.86% | 0.87% | - |
| XYZ | 35.44 | 26.2 | 4.56 | - |
| YUV | 133.12 | 70.94 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 32 | 0 | 0.51 | 0.86 | 0.13 | 24.13 | 0.75 | 0.5 |
| Hex | DD | 6C | 20 | 0 | 33 | 56 | D | 18 | 4B | 32 |
| Octal | 335 | 154 | 40 | 0 | 63 | 126 | 15 | 30 | 113 | 62 |
| Binary | 11011101 | 1101100 | 100000 | 0 | 110011 | 1010110 | 1101 | 11000 | 1001011 | 110010 |
Color Harmonies of #DD6C20
Complementary color
Monochromatic Colors of #DD6C20
Black with #DD6C20
Text Example
Text Example
White with #DD6C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C20; }
p { color: rgb(221,108,32); }
H1.HeaderClassName
{
color: #DD6C20;
}
.AnyTagClassName
{
color: #DD6C20;
}
</style>
background-color css
<style>
a { background-color: #DD6C20; }
a { background-color: rgb(221,108,32); }
div.DivClassName
{
background-color: #DD6C20;
}
.BgClassName
{
background-color: #DD6C20;
}
</style>
border-color css
<style>
span { border-color: #DD6C20; }
span { border-color: rgb(221,108,32); }
td.TdClassName
{
border-color: #DD6C20;
}
.TagClassName
{
border-color: #DD6C20;
}
</style>