Shades of Chocolate #DD6819
Tints of Chocolate #DD6819
RGB
CMYK
RGB Variations
Color information
#DD6819 (or 0xDD6819) is known color: Chocolate. HEX triplet: DD, 68 and 19. RGB value is (221,104,25). Sum of RGB (Red+Green+Blue) = 221+104+25=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6819 is #2297E6. Grayscale: #828282. Windows color (decimal): -2267111 or 1665245. OLE color: 1665245.
HSL color Cylindrical-coordinate representation of color #DD6819: hue angle of 24.18º 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 #DD6819 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 25 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.13 |
| HSL | 24.18º | 0.8% | 0.48% | - |
| HSV(B) | 24.18º | 0.89% | 0.87% | - |
| XYZ | 34.94 | 25.34 | 3.97 | - |
| YUV | 129.98 | 68.76 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 25 | 0 | 0.53 | 0.89 | 0.13 | 24.18 | 0.8 | 0.48 |
| Hex | DD | 68 | 19 | 0 | 35 | 59 | D | 18 | 50 | 30 |
| Octal | 335 | 150 | 31 | 0 | 65 | 131 | 15 | 30 | 120 | 60 |
| Binary | 11011101 | 1101000 | 11001 | 0 | 110101 | 1011001 | 1101 | 11000 | 1010000 | 110000 |
Color Harmonies of #DD6819
Complementary color
Monochromatic Colors of #DD6819
Black with #DD6819
Text Example
Text Example
White with #DD6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6819; }
p { color: rgb(221,104,25); }
H1.HeaderClassName
{
color: #DD6819;
}
.AnyTagClassName
{
color: #DD6819;
}
</style>
background-color css
<style>
a { background-color: #DD6819; }
a { background-color: rgb(221,104,25); }
div.DivClassName
{
background-color: #DD6819;
}
.BgClassName
{
background-color: #DD6819;
}
</style>
border-color css
<style>
span { border-color: #DD6819; }
span { border-color: rgb(221,104,25); }
td.TdClassName
{
border-color: #DD6819;
}
.TagClassName
{
border-color: #DD6819;
}
</style>