Shades of Chocolate #DD521D
Tints of Chocolate #DD521D
RGB
CMYK
RGB Variations
Color information
#DD521D (or 0xDD521D) is known color: Chocolate. HEX triplet: DD, 52 and 1D. RGB value is (221,82,29). Sum of RGB (Red+Green+Blue) = 221+82+29=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD521D is #22ADE2. Grayscale: #757575. Windows color (decimal): -2272739 or 1921757. OLE color: 1921757.
HSL color Cylindrical-coordinate representation of color #DD521D: hue angle of 16.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD521D is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 29 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.13 |
| HSL | 16.56º | 0.77% | 0.49% | - |
| HSV(B) | 16.56º | 0.87% | 0.87% | - |
| XYZ | 33.06 | 21.5 | 3.57 | - |
| YUV | 117.52 | 78.05 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 29 | 0 | 0.63 | 0.87 | 0.13 | 16.56 | 0.77 | 0.49 |
| Hex | DD | 52 | 1D | 0 | 3F | 57 | D | 11 | 4D | 31 |
| Octal | 335 | 122 | 35 | 0 | 77 | 127 | 15 | 21 | 115 | 61 |
| Binary | 11011101 | 1010010 | 11101 | 0 | 111111 | 1010111 | 1101 | 10001 | 1001101 | 110001 |
Color Harmonies of #DD521D
Complementary color
Monochromatic Colors of #DD521D
Black with #DD521D
Text Example
Text Example
White with #DD521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD521D; }
p { color: rgb(221,82,29); }
H1.HeaderClassName
{
color: #DD521D;
}
.AnyTagClassName
{
color: #DD521D;
}
</style>
background-color css
<style>
a { background-color: #DD521D; }
a { background-color: rgb(221,82,29); }
div.DivClassName
{
background-color: #DD521D;
}
.BgClassName
{
background-color: #DD521D;
}
</style>
border-color css
<style>
span { border-color: #DD521D; }
span { border-color: rgb(221,82,29); }
td.TdClassName
{
border-color: #DD521D;
}
.TagClassName
{
border-color: #DD521D;
}
</style>