Shades of Chocolate #DD6622
Tints of Chocolate #DD6622
RGB
CMYK
RGB Variations
Color information
#DD6622 (or 0xDD6622) is known color: Chocolate. HEX triplet: DD, 66 and 22. RGB value is (221,102,34). Sum of RGB (Red+Green+Blue) = 221+102+34=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6622 is #2299DD. Grayscale: #828282. Windows color (decimal): -2267614 or 2254557. OLE color: 2254557.
HSL color Cylindrical-coordinate representation of color #DD6622: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD6622 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 34 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.13 |
| HSL | 21.82º | 0.73% | 0.5% | - |
| HSV(B) | 21.82º | 0.85% | 0.87% | - |
| XYZ | 34.86 | 24.99 | 4.5 | - |
| YUV | 129.83 | 73.92 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 34 | 0 | 0.54 | 0.85 | 0.13 | 21.82 | 0.73 | 0.5 |
| Hex | DD | 66 | 22 | 0 | 36 | 55 | D | 16 | 49 | 32 |
| Octal | 335 | 146 | 42 | 0 | 66 | 125 | 15 | 26 | 111 | 62 |
| Binary | 11011101 | 1100110 | 100010 | 0 | 110110 | 1010101 | 1101 | 10110 | 1001001 | 110010 |
Color Harmonies of #DD6622
Complementary color
Monochromatic Colors of #DD6622
Black with #DD6622
Text Example
Text Example
White with #DD6622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6622; }
p { color: rgb(221,102,34); }
H1.HeaderClassName
{
color: #DD6622;
}
.AnyTagClassName
{
color: #DD6622;
}
</style>
background-color css
<style>
a { background-color: #DD6622; }
a { background-color: rgb(221,102,34); }
div.DivClassName
{
background-color: #DD6622;
}
.BgClassName
{
background-color: #DD6622;
}
</style>
border-color css
<style>
span { border-color: #DD6622; }
span { border-color: rgb(221,102,34); }
td.TdClassName
{
border-color: #DD6622;
}
.TagClassName
{
border-color: #DD6622;
}
</style>