Shades of Chocolate #DD5619
Tints of Chocolate #DD5619
RGB
CMYK
RGB Variations
Color information
#DD5619 (or 0xDD5619) is known color: Chocolate. HEX triplet: DD, 56 and 19. RGB value is (221,86,25). Sum of RGB (Red+Green+Blue) = 221+86+25=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5619 is #22A9E6. Grayscale: #777777. Windows color (decimal): -2271719 or 1660637. OLE color: 1660637.
HSL color Cylindrical-coordinate representation of color #DD5619: hue angle of 18.67º 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 #DD5619 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 25 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.13 |
| HSL | 18.67º | 0.8% | 0.48% | - |
| HSV(B) | 18.67º | 0.89% | 0.87% | - |
| XYZ | 33.32 | 22.1 | 3.43 | - |
| YUV | 119.41 | 74.73 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 25 | 0 | 0.61 | 0.89 | 0.13 | 18.67 | 0.8 | 0.48 |
| Hex | DD | 56 | 19 | 0 | 3D | 59 | D | 13 | 50 | 30 |
| Octal | 335 | 126 | 31 | 0 | 75 | 131 | 15 | 23 | 120 | 60 |
| Binary | 11011101 | 1010110 | 11001 | 0 | 111101 | 1011001 | 1101 | 10011 | 1010000 | 110000 |
Color Harmonies of #DD5619
Complementary color
Monochromatic Colors of #DD5619
Black with #DD5619
Text Example
Text Example
White with #DD5619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5619; }
p { color: rgb(221,86,25); }
H1.HeaderClassName
{
color: #DD5619;
}
.AnyTagClassName
{
color: #DD5619;
}
</style>
background-color css
<style>
a { background-color: #DD5619; }
a { background-color: rgb(221,86,25); }
div.DivClassName
{
background-color: #DD5619;
}
.BgClassName
{
background-color: #DD5619;
}
</style>
border-color css
<style>
span { border-color: #DD5619; }
span { border-color: rgb(221,86,25); }
td.TdClassName
{
border-color: #DD5619;
}
.TagClassName
{
border-color: #DD5619;
}
</style>