Shades of Chocolate #DD6810
Tints of Chocolate #DD6810
RGB
CMYK
RGB Variations
Color information
#DD6810 (or 0xDD6810) is known color: Chocolate. HEX triplet: DD, 68 and 10. RGB value is (221,104,16). Sum of RGB (Red+Green+Blue) = 221+104+16=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6810 is #2297EF. Grayscale: #818181. Windows color (decimal): -2267120 or 1075421. OLE color: 1075421.
HSL color Cylindrical-coordinate representation of color #DD6810: hue angle of 25.76º 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 #DD6810 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.13 |
| HSL | 25.76º | 0.86% | 0.46% | - |
| HSV(B) | 25.76º | 0.93% | 0.87% | - |
| XYZ | 34.86 | 25.31 | 3.54 | - |
| YUV | 128.95 | 64.26 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 16 | 0 | 0.53 | 0.93 | 0.13 | 25.76 | 0.86 | 0.46 |
| Hex | DD | 68 | 10 | 0 | 35 | 5D | D | 1A | 56 | 2E |
| Octal | 335 | 150 | 20 | 0 | 65 | 135 | 15 | 32 | 126 | 56 |
| Binary | 11011101 | 1101000 | 10000 | 0 | 110101 | 1011101 | 1101 | 11010 | 1010110 | 101110 |
Color Harmonies of #DD6810
Complementary color
Monochromatic Colors of #DD6810
Black with #DD6810
Text Example
Text Example
White with #DD6810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6810; }
p { color: rgb(221,104,16); }
H1.HeaderClassName
{
color: #DD6810;
}
.AnyTagClassName
{
color: #DD6810;
}
</style>
background-color css
<style>
a { background-color: #DD6810; }
a { background-color: rgb(221,104,16); }
div.DivClassName
{
background-color: #DD6810;
}
.BgClassName
{
background-color: #DD6810;
}
</style>
border-color css
<style>
span { border-color: #DD6810; }
span { border-color: rgb(221,104,16); }
td.TdClassName
{
border-color: #DD6810;
}
.TagClassName
{
border-color: #DD6810;
}
</style>