Shades of Chocolate #DD6811
Tints of Chocolate #DD6811
RGB
CMYK
RGB Variations
Color information
#DD6811 (or 0xDD6811) is known color: Chocolate. HEX triplet: DD, 68 and 11. RGB value is (221,104,17). Sum of RGB (Red+Green+Blue) = 221+104+17=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6811 is #2297EE. Grayscale: #818181. Windows color (decimal): -2267119 or 1140957. OLE color: 1140957.
HSL color Cylindrical-coordinate representation of color #DD6811: hue angle of 25.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD6811 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.13 |
| HSL | 25.59º | 0.86% | 0.47% | - |
| HSV(B) | 25.59º | 0.92% | 0.87% | - |
| XYZ | 34.87 | 25.31 | 3.58 | - |
| YUV | 129.07 | 64.76 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 17 | 0 | 0.53 | 0.92 | 0.13 | 25.59 | 0.86 | 0.47 |
| Hex | DD | 68 | 11 | 0 | 35 | 5C | D | 1A | 56 | 2F |
| Octal | 335 | 150 | 21 | 0 | 65 | 134 | 15 | 32 | 126 | 57 |
| Binary | 11011101 | 1101000 | 10001 | 0 | 110101 | 1011100 | 1101 | 11010 | 1010110 | 101111 |
Color Harmonies of #DD6811
Complementary color
Monochromatic Colors of #DD6811
Black with #DD6811
Text Example
Text Example
White with #DD6811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6811; }
p { color: rgb(221,104,17); }
H1.HeaderClassName
{
color: #DD6811;
}
.AnyTagClassName
{
color: #DD6811;
}
</style>
background-color css
<style>
a { background-color: #DD6811; }
a { background-color: rgb(221,104,17); }
div.DivClassName
{
background-color: #DD6811;
}
.BgClassName
{
background-color: #DD6811;
}
</style>
border-color css
<style>
span { border-color: #DD6811; }
span { border-color: rgb(221,104,17); }
td.TdClassName
{
border-color: #DD6811;
}
.TagClassName
{
border-color: #DD6811;
}
</style>