Shades of Chocolate #DD5C21
Tints of Chocolate #DD5C21
RGB
CMYK
RGB Variations
Color information
#DD5C21 (or 0xDD5C21) is known color: Chocolate. HEX triplet: DD, 5C and 21. RGB value is (221,92,33). Sum of RGB (Red+Green+Blue) = 221+92+33=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C21 is #22A3DE. Grayscale: #7C7C7C. Windows color (decimal): -2270175 or 2186461. OLE color: 2186461.
HSL color Cylindrical-coordinate representation of color #DD5C21: hue angle of 18.83º 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 #DD5C21 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 33 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.13 |
| HSL | 18.83º | 0.74% | 0.5% | - |
| HSV(B) | 18.83º | 0.85% | 0.87% | - |
| XYZ | 33.92 | 23.14 | 4.12 | - |
| YUV | 123.85 | 76.74 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 33 | 0 | 0.58 | 0.85 | 0.13 | 18.83 | 0.74 | 0.5 |
| Hex | DD | 5C | 21 | 0 | 3A | 55 | D | 13 | 4A | 32 |
| Octal | 335 | 134 | 41 | 0 | 72 | 125 | 15 | 23 | 112 | 62 |
| Binary | 11011101 | 1011100 | 100001 | 0 | 111010 | 1010101 | 1101 | 10011 | 1001010 | 110010 |
Color Harmonies of #DD5C21
Complementary color
Monochromatic Colors of #DD5C21
Black with #DD5C21
Text Example
Text Example
White with #DD5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C21; }
p { color: rgb(221,92,33); }
H1.HeaderClassName
{
color: #DD5C21;
}
.AnyTagClassName
{
color: #DD5C21;
}
</style>
background-color css
<style>
a { background-color: #DD5C21; }
a { background-color: rgb(221,92,33); }
div.DivClassName
{
background-color: #DD5C21;
}
.BgClassName
{
background-color: #DD5C21;
}
</style>
border-color css
<style>
span { border-color: #DD5C21; }
span { border-color: rgb(221,92,33); }
td.TdClassName
{
border-color: #DD5C21;
}
.TagClassName
{
border-color: #DD5C21;
}
</style>