Shades of Chocolate #DD6119
Tints of Chocolate #DD6119
RGB
CMYK
RGB Variations
Color information
#DD6119 (or 0xDD6119) is known color: Chocolate. HEX triplet: DD, 61 and 19. RGB value is (221,97,25). Sum of RGB (Red+Green+Blue) = 221+97+25=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6119 is #229EE6. Grayscale: #7E7E7E. Windows color (decimal): -2268903 or 1663453. OLE color: 1663453.
HSL color Cylindrical-coordinate representation of color #DD6119: hue angle of 22.04º 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 #DD6119 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 25 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.13 |
| HSL | 22.04º | 0.8% | 0.48% | - |
| HSV(B) | 22.04º | 0.89% | 0.87% | - |
| XYZ | 34.27 | 23.99 | 3.74 | - |
| YUV | 125.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 25 | 0 | 0.56 | 0.89 | 0.13 | 22.04 | 0.8 | 0.48 |
| Hex | DD | 61 | 19 | 0 | 38 | 59 | D | 16 | 50 | 30 |
| Octal | 335 | 141 | 31 | 0 | 70 | 131 | 15 | 26 | 120 | 60 |
| Binary | 11011101 | 1100001 | 11001 | 0 | 111000 | 1011001 | 1101 | 10110 | 1010000 | 110000 |
Color Harmonies of #DD6119
Complementary color
Monochromatic Colors of #DD6119
Black with #DD6119
Text Example
Text Example
White with #DD6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6119; }
p { color: rgb(221,97,25); }
H1.HeaderClassName
{
color: #DD6119;
}
.AnyTagClassName
{
color: #DD6119;
}
</style>
background-color css
<style>
a { background-color: #DD6119; }
a { background-color: rgb(221,97,25); }
div.DivClassName
{
background-color: #DD6119;
}
.BgClassName
{
background-color: #DD6119;
}
</style>
border-color css
<style>
span { border-color: #DD6119; }
span { border-color: rgb(221,97,25); }
td.TdClassName
{
border-color: #DD6119;
}
.TagClassName
{
border-color: #DD6119;
}
</style>