Shades of Chocolate #DD5E24
Tints of Chocolate #DD5E24
RGB
CMYK
RGB Variations
Color information
#DD5E24 (or 0xDD5E24) is known color: Chocolate. HEX triplet: DD, 5E and 24. RGB value is (221,94,36). Sum of RGB (Red+Green+Blue) = 221+94+36=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E24 is #22A1DB. Grayscale: #7D7D7D. Windows color (decimal): -2269660 or 2383581. OLE color: 2383581.
HSL color Cylindrical-coordinate representation of color #DD5E24: hue angle of 18.81º 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 #DD5E24 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 36 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.13 |
| HSL | 18.81º | 0.73% | 0.5% | - |
| HSV(B) | 18.81º | 0.84% | 0.87% | - |
| XYZ | 34.14 | 23.5 | 4.41 | - |
| YUV | 125.36 | 77.58 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 36 | 0 | 0.57 | 0.84 | 0.13 | 18.81 | 0.73 | 0.5 |
| Hex | DD | 5E | 24 | 0 | 39 | 54 | D | 13 | 49 | 32 |
| Octal | 335 | 136 | 44 | 0 | 71 | 124 | 15 | 23 | 111 | 62 |
| Binary | 11011101 | 1011110 | 100100 | 0 | 111001 | 1010100 | 1101 | 10011 | 1001001 | 110010 |
Color Harmonies of #DD5E24
Complementary color
Monochromatic Colors of #DD5E24
Black with #DD5E24
Text Example
Text Example
White with #DD5E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E24; }
p { color: rgb(221,94,36); }
H1.HeaderClassName
{
color: #DD5E24;
}
.AnyTagClassName
{
color: #DD5E24;
}
</style>
background-color css
<style>
a { background-color: #DD5E24; }
a { background-color: rgb(221,94,36); }
div.DivClassName
{
background-color: #DD5E24;
}
.BgClassName
{
background-color: #DD5E24;
}
</style>
border-color css
<style>
span { border-color: #DD5E24; }
span { border-color: rgb(221,94,36); }
td.TdClassName
{
border-color: #DD5E24;
}
.TagClassName
{
border-color: #DD5E24;
}
</style>