Shades of Chocolate #DD4F19
Tints of Chocolate #DD4F19
RGB
CMYK
RGB Variations
Color information
#DD4F19 (or 0xDD4F19) is known color: Chocolate. HEX triplet: DD, 4F and 19. RGB value is (221,79,25). Sum of RGB (Red+Green+Blue) = 221+79+25=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4F19 is #22B0E6. Grayscale: #737373. Windows color (decimal): -2273511 or 1658845. OLE color: 1658845.
HSL color Cylindrical-coordinate representation of color #DD4F19: hue angle of 16.53º 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 #DD4F19 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 25 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.13 |
| HSL | 16.53º | 0.8% | 0.48% | - |
| HSV(B) | 16.53º | 0.89% | 0.87% | - |
| XYZ | 32.79 | 21.03 | 3.25 | - |
| YUV | 115.3 | 77.04 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 25 | 0 | 0.64 | 0.89 | 0.13 | 16.53 | 0.8 | 0.48 |
| Hex | DD | 4F | 19 | 0 | 40 | 59 | D | 11 | 50 | 30 |
| Octal | 335 | 117 | 31 | 0 | 100 | 131 | 15 | 21 | 120 | 60 |
| Binary | 11011101 | 1001111 | 11001 | 0 | 1000000 | 1011001 | 1101 | 10001 | 1010000 | 110000 |
Color Harmonies of #DD4F19
Complementary color
Monochromatic Colors of #DD4F19
Black with #DD4F19
Text Example
Text Example
White with #DD4F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F19; }
p { color: rgb(221,79,25); }
H1.HeaderClassName
{
color: #DD4F19;
}
.AnyTagClassName
{
color: #DD4F19;
}
</style>
background-color css
<style>
a { background-color: #DD4F19; }
a { background-color: rgb(221,79,25); }
div.DivClassName
{
background-color: #DD4F19;
}
.BgClassName
{
background-color: #DD4F19;
}
</style>
border-color css
<style>
span { border-color: #DD4F19; }
span { border-color: rgb(221,79,25); }
td.TdClassName
{
border-color: #DD4F19;
}
.TagClassName
{
border-color: #DD4F19;
}
</style>