Shades of Chocolate #DD6C10
Tints of Chocolate #DD6C10
RGB
CMYK
RGB Variations
Color information
#DD6C10 (or 0xDD6C10) is known color: Chocolate. HEX triplet: DD, 6C and 10. RGB value is (221,108,16). Sum of RGB (Red+Green+Blue) = 221+108+16=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C10 is #2293EF. Grayscale: #838383. Windows color (decimal): -2266096 or 1076445. OLE color: 1076445.
HSL color Cylindrical-coordinate representation of color #DD6C10: hue angle of 26.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD6C10 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.13 |
| HSL | 26.93º | 0.86% | 0.46% | - |
| HSV(B) | 26.93º | 0.93% | 0.87% | - |
| XYZ | 35.27 | 26.13 | 3.68 | - |
| YUV | 131.3 | 62.94 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 16 | 0 | 0.51 | 0.93 | 0.13 | 26.93 | 0.86 | 0.46 |
| Hex | DD | 6C | 10 | 0 | 33 | 5D | D | 1B | 56 | 2E |
| Octal | 335 | 154 | 20 | 0 | 63 | 135 | 15 | 33 | 126 | 56 |
| Binary | 11011101 | 1101100 | 10000 | 0 | 110011 | 1011101 | 1101 | 11011 | 1010110 | 101110 |
Color Harmonies of #DD6C10
Complementary color
Monochromatic Colors of #DD6C10
Black with #DD6C10
Text Example
Text Example
White with #DD6C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C10; }
p { color: rgb(221,108,16); }
H1.HeaderClassName
{
color: #DD6C10;
}
.AnyTagClassName
{
color: #DD6C10;
}
</style>
background-color css
<style>
a { background-color: #DD6C10; }
a { background-color: rgb(221,108,16); }
div.DivClassName
{
background-color: #DD6C10;
}
.BgClassName
{
background-color: #DD6C10;
}
</style>
border-color css
<style>
span { border-color: #DD6C10; }
span { border-color: rgb(221,108,16); }
td.TdClassName
{
border-color: #DD6C10;
}
.TagClassName
{
border-color: #DD6C10;
}
</style>