Shades of Chocolate #DD5319
Tints of Chocolate #DD5319
RGB
CMYK
RGB Variations
Color information
#DD5319 (or 0xDD5319) is known color: Chocolate. HEX triplet: DD, 53 and 19. RGB value is (221,83,25). Sum of RGB (Red+Green+Blue) = 221+83+25=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5319 is #22ACE6. Grayscale: #767676. Windows color (decimal): -2272487 or 1659869. OLE color: 1659869.
HSL color Cylindrical-coordinate representation of color #DD5319: hue angle of 17.76º 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 #DD5319 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 25 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.13 |
| HSL | 17.76º | 0.8% | 0.48% | - |
| HSV(B) | 17.76º | 0.89% | 0.87% | - |
| XYZ | 33.09 | 21.63 | 3.35 | - |
| YUV | 117.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 25 | 0 | 0.62 | 0.89 | 0.13 | 17.76 | 0.8 | 0.48 |
| Hex | DD | 53 | 19 | 0 | 3E | 59 | D | 12 | 50 | 30 |
| Octal | 335 | 123 | 31 | 0 | 76 | 131 | 15 | 22 | 120 | 60 |
| Binary | 11011101 | 1010011 | 11001 | 0 | 111110 | 1011001 | 1101 | 10010 | 1010000 | 110000 |
Color Harmonies of #DD5319
Complementary color
Monochromatic Colors of #DD5319
Black with #DD5319
Text Example
Text Example
White with #DD5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5319; }
p { color: rgb(221,83,25); }
H1.HeaderClassName
{
color: #DD5319;
}
.AnyTagClassName
{
color: #DD5319;
}
</style>
background-color css
<style>
a { background-color: #DD5319; }
a { background-color: rgb(221,83,25); }
div.DivClassName
{
background-color: #DD5319;
}
.BgClassName
{
background-color: #DD5319;
}
</style>
border-color css
<style>
span { border-color: #DD5319; }
span { border-color: rgb(221,83,25); }
td.TdClassName
{
border-color: #DD5319;
}
.TagClassName
{
border-color: #DD5319;
}
</style>