Shades of Chocolate #DD660D
Tints of Chocolate #DD660D
RGB
CMYK
RGB Variations
Color information
#DD660D (or 0xDD660D) is known color: Chocolate. HEX triplet: DD, 66 and 0D. RGB value is (221,102,13). Sum of RGB (Red+Green+Blue) = 221+102+13=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD660D is #2299F2. Grayscale: #7F7F7F. Windows color (decimal): -2267635 or 878301. OLE color: 878301.
HSL color Cylindrical-coordinate representation of color #DD660D: hue angle of 25.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD660D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 13 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.13 |
| HSL | 25.67º | 0.89% | 0.46% | - |
| HSV(B) | 25.67º | 0.94% | 0.87% | - |
| XYZ | 34.64 | 24.9 | 3.36 | - |
| YUV | 127.44 | 63.42 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 13 | 0 | 0.54 | 0.94 | 0.13 | 25.67 | 0.89 | 0.46 |
| Hex | DD | 66 | D | 0 | 36 | 5E | D | 1A | 59 | 2E |
| Octal | 335 | 146 | 15 | 0 | 66 | 136 | 15 | 32 | 131 | 56 |
| Binary | 11011101 | 1100110 | 1101 | 0 | 110110 | 1011110 | 1101 | 11010 | 1011001 | 101110 |
Color Harmonies of #DD660D
Complementary color
Monochromatic Colors of #DD660D
Black with #DD660D
Text Example
Text Example
White with #DD660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD660D; }
p { color: rgb(221,102,13); }
H1.HeaderClassName
{
color: #DD660D;
}
.AnyTagClassName
{
color: #DD660D;
}
</style>
background-color css
<style>
a { background-color: #DD660D; }
a { background-color: rgb(221,102,13); }
div.DivClassName
{
background-color: #DD660D;
}
.BgClassName
{
background-color: #DD660D;
}
</style>
border-color css
<style>
span { border-color: #DD660D; }
span { border-color: rgb(221,102,13); }
td.TdClassName
{
border-color: #DD660D;
}
.TagClassName
{
border-color: #DD660D;
}
</style>