Shades of Chocolate #DD5219
Tints of Chocolate #DD5219
RGB
CMYK
RGB Variations
Color information
#DD5219 (or 0xDD5219) is known color: Chocolate. HEX triplet: DD, 52 and 19. RGB value is (221,82,25). Sum of RGB (Red+Green+Blue) = 221+82+25=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5219 is #22ADE6. Grayscale: #757575. Windows color (decimal): -2272743 or 1659613. OLE color: 1659613.
HSL color Cylindrical-coordinate representation of color #DD5219: hue angle of 17.45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD5219 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 25 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.13 |
| HSL | 17.45º | 0.8% | 0.48% | - |
| HSV(B) | 17.45º | 0.89% | 0.87% | - |
| XYZ | 33.01 | 21.48 | 3.33 | - |
| YUV | 117.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 25 | 0 | 0.63 | 0.89 | 0.13 | 17.45 | 0.8 | 0.48 |
| Hex | DD | 52 | 19 | 0 | 3F | 59 | D | 11 | 50 | 30 |
| Octal | 335 | 122 | 31 | 0 | 77 | 131 | 15 | 21 | 120 | 60 |
| Binary | 11011101 | 1010010 | 11001 | 0 | 111111 | 1011001 | 1101 | 10001 | 1010000 | 110000 |
Color Harmonies of #DD5219
Complementary color
Monochromatic Colors of #DD5219
Black with #DD5219
Text Example
Text Example
White with #DD5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5219; }
p { color: rgb(221,82,25); }
H1.HeaderClassName
{
color: #DD5219;
}
.AnyTagClassName
{
color: #DD5219;
}
</style>
background-color css
<style>
a { background-color: #DD5219; }
a { background-color: rgb(221,82,25); }
div.DivClassName
{
background-color: #DD5219;
}
.BgClassName
{
background-color: #DD5219;
}
</style>
border-color css
<style>
span { border-color: #DD5219; }
span { border-color: rgb(221,82,25); }
td.TdClassName
{
border-color: #DD5219;
}
.TagClassName
{
border-color: #DD5219;
}
</style>