Shades of Chocolate #DD5D24
Tints of Chocolate #DD5D24
RGB
CMYK
RGB Variations
Color information
#DD5D24 (or 0xDD5D24) is known color: Chocolate. HEX triplet: DD, 5D and 24. RGB value is (221,93,36). Sum of RGB (Red+Green+Blue) = 221+93+36=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D24 is #22A2DB. Grayscale: #7D7D7D. Windows color (decimal): -2269916 or 2383325. OLE color: 2383325.
HSL color Cylindrical-coordinate representation of color #DD5D24: hue angle of 18.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD5D24 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 36 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.13 |
| HSL | 18.49º | 0.73% | 0.5% | - |
| HSV(B) | 18.49º | 0.84% | 0.87% | - |
| XYZ | 34.05 | 23.33 | 4.38 | - |
| YUV | 124.77 | 77.91 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 36 | 0 | 0.58 | 0.84 | 0.13 | 18.49 | 0.73 | 0.5 |
| Hex | DD | 5D | 24 | 0 | 3A | 54 | D | 12 | 49 | 32 |
| Octal | 335 | 135 | 44 | 0 | 72 | 124 | 15 | 22 | 111 | 62 |
| Binary | 11011101 | 1011101 | 100100 | 0 | 111010 | 1010100 | 1101 | 10010 | 1001001 | 110010 |
Color Harmonies of #DD5D24
Complementary color
Monochromatic Colors of #DD5D24
Black with #DD5D24
Text Example
Text Example
White with #DD5D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D24; }
p { color: rgb(221,93,36); }
H1.HeaderClassName
{
color: #DD5D24;
}
.AnyTagClassName
{
color: #DD5D24;
}
</style>
background-color css
<style>
a { background-color: #DD5D24; }
a { background-color: rgb(221,93,36); }
div.DivClassName
{
background-color: #DD5D24;
}
.BgClassName
{
background-color: #DD5D24;
}
</style>
border-color css
<style>
span { border-color: #DD5D24; }
span { border-color: rgb(221,93,36); }
td.TdClassName
{
border-color: #DD5D24;
}
.TagClassName
{
border-color: #DD5D24;
}
</style>