Shades of Chocolate #DD5118
Tints of Chocolate #DD5118
RGB
CMYK
RGB Variations
Color information
#DD5118 (or 0xDD5118) is known color: Chocolate. HEX triplet: DD, 51 and 18. RGB value is (221,81,24). Sum of RGB (Red+Green+Blue) = 221+81+24=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5118 is #22AEE7. Grayscale: #747474. Windows color (decimal): -2273000 or 1593821. OLE color: 1593821.
HSL color Cylindrical-coordinate representation of color #DD5118: hue angle of 17.36º 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 #DD5118 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 24 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.13 |
| HSL | 17.36º | 0.8% | 0.48% | - |
| HSV(B) | 17.36º | 0.89% | 0.87% | - |
| XYZ | 32.93 | 21.32 | 3.24 | - |
| YUV | 116.36 | 75.88 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 24 | 0 | 0.63 | 0.89 | 0.13 | 17.36 | 0.8 | 0.48 |
| Hex | DD | 51 | 18 | 0 | 3F | 59 | D | 11 | 50 | 30 |
| Octal | 335 | 121 | 30 | 0 | 77 | 131 | 15 | 21 | 120 | 60 |
| Binary | 11011101 | 1010001 | 11000 | 0 | 111111 | 1011001 | 1101 | 10001 | 1010000 | 110000 |
Color Harmonies of #DD5118
Complementary color
Monochromatic Colors of #DD5118
Black with #DD5118
Text Example
Text Example
White with #DD5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5118; }
p { color: rgb(221,81,24); }
H1.HeaderClassName
{
color: #DD5118;
}
.AnyTagClassName
{
color: #DD5118;
}
</style>
background-color css
<style>
a { background-color: #DD5118; }
a { background-color: rgb(221,81,24); }
div.DivClassName
{
background-color: #DD5118;
}
.BgClassName
{
background-color: #DD5118;
}
</style>
border-color css
<style>
span { border-color: #DD5118; }
span { border-color: rgb(221,81,24); }
td.TdClassName
{
border-color: #DD5118;
}
.TagClassName
{
border-color: #DD5118;
}
</style>