Shades of Chocolate #DD6321
Tints of Chocolate #DD6321
RGB
CMYK
RGB Variations
Color information
#DD6321 (or 0xDD6321) is known color: Chocolate. HEX triplet: DD, 63 and 21. RGB value is (221,99,33). Sum of RGB (Red+Green+Blue) = 221+99+33=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6321 is #229CDE. Grayscale: #808080. Windows color (decimal): -2268383 or 2188253. OLE color: 2188253.
HSL color Cylindrical-coordinate representation of color #DD6321: hue angle of 21.06º 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 #DD6321 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 33 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.13 |
| HSL | 21.06º | 0.74% | 0.5% | - |
| HSV(B) | 21.06º | 0.85% | 0.87% | - |
| XYZ | 34.56 | 24.41 | 4.33 | - |
| YUV | 127.95 | 74.42 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 33 | 0 | 0.55 | 0.85 | 0.13 | 21.06 | 0.74 | 0.5 |
| Hex | DD | 63 | 21 | 0 | 37 | 55 | D | 15 | 4A | 32 |
| Octal | 335 | 143 | 41 | 0 | 67 | 125 | 15 | 25 | 112 | 62 |
| Binary | 11011101 | 1100011 | 100001 | 0 | 110111 | 1010101 | 1101 | 10101 | 1001010 | 110010 |
Color Harmonies of #DD6321
Complementary color
Monochromatic Colors of #DD6321
Black with #DD6321
Text Example
Text Example
White with #DD6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6321; }
p { color: rgb(221,99,33); }
H1.HeaderClassName
{
color: #DD6321;
}
.AnyTagClassName
{
color: #DD6321;
}
</style>
background-color css
<style>
a { background-color: #DD6321; }
a { background-color: rgb(221,99,33); }
div.DivClassName
{
background-color: #DD6321;
}
.BgClassName
{
background-color: #DD6321;
}
</style>
border-color css
<style>
span { border-color: #DD6321; }
span { border-color: rgb(221,99,33); }
td.TdClassName
{
border-color: #DD6321;
}
.TagClassName
{
border-color: #DD6321;
}
</style>