Shades of Chocolate #DD7519
Tints of Chocolate #DD7519
RGB
CMYK
RGB Variations
Color information
#DD7519 (or 0xDD7519) is known color: Chocolate. HEX triplet: DD, 75 and 19. RGB value is (221,117,25). Sum of RGB (Red+Green+Blue) = 221+117+25=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7519 is #228AE6. Grayscale: #8A8A8A. Windows color (decimal): -2263783 or 1668573. OLE color: 1668573.
HSL color Cylindrical-coordinate representation of color #DD7519: hue angle of 28.16º 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 #DD7519 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 25 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.13 |
| HSL | 28.16º | 0.8% | 0.48% | - |
| HSV(B) | 28.16º | 0.89% | 0.87% | - |
| XYZ | 36.36 | 28.16 | 4.44 | - |
| YUV | 137.61 | 64.46 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 25 | 0 | 0.47 | 0.89 | 0.13 | 28.16 | 0.8 | 0.48 |
| Hex | DD | 75 | 19 | 0 | 2F | 59 | D | 1C | 50 | 30 |
| Octal | 335 | 165 | 31 | 0 | 57 | 131 | 15 | 34 | 120 | 60 |
| Binary | 11011101 | 1110101 | 11001 | 0 | 101111 | 1011001 | 1101 | 11100 | 1010000 | 110000 |
Color Harmonies of #DD7519
Complementary color
Monochromatic Colors of #DD7519
Black with #DD7519
Text Example
Text Example
White with #DD7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7519; }
p { color: rgb(221,117,25); }
H1.HeaderClassName
{
color: #DD7519;
}
.AnyTagClassName
{
color: #DD7519;
}
</style>
background-color css
<style>
a { background-color: #DD7519; }
a { background-color: rgb(221,117,25); }
div.DivClassName
{
background-color: #DD7519;
}
.BgClassName
{
background-color: #DD7519;
}
</style>
border-color css
<style>
span { border-color: #DD7519; }
span { border-color: rgb(221,117,25); }
td.TdClassName
{
border-color: #DD7519;
}
.TagClassName
{
border-color: #DD7519;
}
</style>