Shades of Chocolate #DD6A21
Tints of Chocolate #DD6A21
RGB
CMYK
RGB Variations
Color information
#DD6A21 (or 0xDD6A21) is known color: Chocolate. HEX triplet: DD, 6A and 21. RGB value is (221,106,33). Sum of RGB (Red+Green+Blue) = 221+106+33=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A21 is #2295DE. Grayscale: #848484. Windows color (decimal): -2266591 or 2190045. OLE color: 2190045.
HSL color Cylindrical-coordinate representation of color #DD6A21: hue angle of 23.3º 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 #DD6A21 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 33 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.13 |
| HSL | 23.3º | 0.74% | 0.5% | - |
| HSV(B) | 23.3º | 0.85% | 0.87% | - |
| XYZ | 35.25 | 25.79 | 4.56 | - |
| YUV | 132.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 33 | 0 | 0.52 | 0.85 | 0.13 | 23.3 | 0.74 | 0.5 |
| Hex | DD | 6A | 21 | 0 | 34 | 55 | D | 17 | 4A | 32 |
| Octal | 335 | 152 | 41 | 0 | 64 | 125 | 15 | 27 | 112 | 62 |
| Binary | 11011101 | 1101010 | 100001 | 0 | 110100 | 1010101 | 1101 | 10111 | 1001010 | 110010 |
Color Harmonies of #DD6A21
Complementary color
Monochromatic Colors of #DD6A21
Black with #DD6A21
Text Example
Text Example
White with #DD6A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A21; }
p { color: rgb(221,106,33); }
H1.HeaderClassName
{
color: #DD6A21;
}
.AnyTagClassName
{
color: #DD6A21;
}
</style>
background-color css
<style>
a { background-color: #DD6A21; }
a { background-color: rgb(221,106,33); }
div.DivClassName
{
background-color: #DD6A21;
}
.BgClassName
{
background-color: #DD6A21;
}
</style>
border-color css
<style>
span { border-color: #DD6A21; }
span { border-color: rgb(221,106,33); }
td.TdClassName
{
border-color: #DD6A21;
}
.TagClassName
{
border-color: #DD6A21;
}
</style>