Shades of Chocolate #DD6821
Tints of Chocolate #DD6821
RGB
CMYK
RGB Variations
Color information
#DD6821 (or 0xDD6821) is known color: Chocolate. HEX triplet: DD, 68 and 21. RGB value is (221,104,33). Sum of RGB (Red+Green+Blue) = 221+104+33=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6821 is #2297DE. Grayscale: #838383. Windows color (decimal): -2267103 or 2189533. OLE color: 2189533.
HSL color Cylindrical-coordinate representation of color #DD6821: hue angle of 22.66º degrees, saturation: 0.74, 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 #DD6821 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 33 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.13 |
| HSL | 22.66º | 0.74% | 0.5% | - |
| HSV(B) | 22.66º | 0.85% | 0.87% | - |
| XYZ | 35.04 | 25.38 | 4.49 | - |
| YUV | 130.89 | 72.76 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 33 | 0 | 0.53 | 0.85 | 0.13 | 22.66 | 0.74 | 0.5 |
| Hex | DD | 68 | 21 | 0 | 35 | 55 | D | 17 | 4A | 32 |
| Octal | 335 | 150 | 41 | 0 | 65 | 125 | 15 | 27 | 112 | 62 |
| Binary | 11011101 | 1101000 | 100001 | 0 | 110101 | 1010101 | 1101 | 10111 | 1001010 | 110010 |
Color Harmonies of #DD6821
Complementary color
Monochromatic Colors of #DD6821
Black with #DD6821
Text Example
Text Example
White with #DD6821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6821; }
p { color: rgb(221,104,33); }
H1.HeaderClassName
{
color: #DD6821;
}
.AnyTagClassName
{
color: #DD6821;
}
</style>
background-color css
<style>
a { background-color: #DD6821; }
a { background-color: rgb(221,104,33); }
div.DivClassName
{
background-color: #DD6821;
}
.BgClassName
{
background-color: #DD6821;
}
</style>
border-color css
<style>
span { border-color: #DD6821; }
span { border-color: rgb(221,104,33); }
td.TdClassName
{
border-color: #DD6821;
}
.TagClassName
{
border-color: #DD6821;
}
</style>