Shades of Chocolate #DD660F
Tints of Chocolate #DD660F
RGB
CMYK
RGB Variations
Color information
#DD660F (or 0xDD660F) is known color: Chocolate. HEX triplet: DD, 66 and 0F. RGB value is (221,102,15). Sum of RGB (Red+Green+Blue) = 221+102+15=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD660F is #2299F0. Grayscale: #808080. Windows color (decimal): -2267633 or 1009373. OLE color: 1009373.
HSL color Cylindrical-coordinate representation of color #DD660F: hue angle of 25.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD660F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 15 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.13 |
| HSL | 25.34º | 0.87% | 0.46% | - |
| HSV(B) | 25.34º | 0.93% | 0.87% | - |
| XYZ | 34.66 | 24.91 | 3.43 | - |
| YUV | 127.66 | 64.42 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 15 | 0 | 0.54 | 0.93 | 0.13 | 25.34 | 0.87 | 0.46 |
| Hex | DD | 66 | F | 0 | 36 | 5D | D | 19 | 57 | 2E |
| Octal | 335 | 146 | 17 | 0 | 66 | 135 | 15 | 31 | 127 | 56 |
| Binary | 11011101 | 1100110 | 1111 | 0 | 110110 | 1011101 | 1101 | 11001 | 1010111 | 101110 |
Color Harmonies of #DD660F
Complementary color
Monochromatic Colors of #DD660F
Black with #DD660F
Text Example
Text Example
White with #DD660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD660F; }
p { color: rgb(221,102,15); }
H1.HeaderClassName
{
color: #DD660F;
}
.AnyTagClassName
{
color: #DD660F;
}
</style>
background-color css
<style>
a { background-color: #DD660F; }
a { background-color: rgb(221,102,15); }
div.DivClassName
{
background-color: #DD660F;
}
.BgClassName
{
background-color: #DD660F;
}
</style>
border-color css
<style>
span { border-color: #DD660F; }
span { border-color: rgb(221,102,15); }
td.TdClassName
{
border-color: #DD660F;
}
.TagClassName
{
border-color: #DD660F;
}
</style>