Shades of Chocolate #DD6419
Tints of Chocolate #DD6419
RGB
CMYK
RGB Variations
Color information
#DD6419 (or 0xDD6419) is known color: Chocolate. HEX triplet: DD, 64 and 19. RGB value is (221,100,25). Sum of RGB (Red+Green+Blue) = 221+100+25=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6419 is #229BE6. Grayscale: #808080. Windows color (decimal): -2268135 or 1664221. OLE color: 1664221.
HSL color Cylindrical-coordinate representation of color #DD6419: hue angle of 22.96º 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 #DD6419 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 25 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.13 |
| HSL | 22.96º | 0.8% | 0.48% | - |
| HSV(B) | 22.96º | 0.89% | 0.87% | - |
| XYZ | 34.55 | 24.56 | 3.84 | - |
| YUV | 127.63 | 70.09 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 25 | 0 | 0.55 | 0.89 | 0.13 | 22.96 | 0.8 | 0.48 |
| Hex | DD | 64 | 19 | 0 | 37 | 59 | D | 17 | 50 | 30 |
| Octal | 335 | 144 | 31 | 0 | 67 | 131 | 15 | 27 | 120 | 60 |
| Binary | 11011101 | 1100100 | 11001 | 0 | 110111 | 1011001 | 1101 | 10111 | 1010000 | 110000 |
Color Harmonies of #DD6419
Complementary color
Monochromatic Colors of #DD6419
Black with #DD6419
Text Example
Text Example
White with #DD6419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6419; }
p { color: rgb(221,100,25); }
H1.HeaderClassName
{
color: #DD6419;
}
.AnyTagClassName
{
color: #DD6419;
}
</style>
background-color css
<style>
a { background-color: #DD6419; }
a { background-color: rgb(221,100,25); }
div.DivClassName
{
background-color: #DD6419;
}
.BgClassName
{
background-color: #DD6419;
}
</style>
border-color css
<style>
span { border-color: #DD6419; }
span { border-color: rgb(221,100,25); }
td.TdClassName
{
border-color: #DD6419;
}
.TagClassName
{
border-color: #DD6419;
}
</style>