Shades of Chocolate #DD680E
Tints of Chocolate #DD680E
RGB
CMYK
RGB Variations
Color information
#DD680E (or 0xDD680E) is known color: Chocolate. HEX triplet: DD, 68 and 0E. RGB value is (221,104,14). Sum of RGB (Red+Green+Blue) = 221+104+14=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD680E is #2297F1. Grayscale: #818181. Windows color (decimal): -2267122 or 944349. OLE color: 944349.
HSL color Cylindrical-coordinate representation of color #DD680E: hue angle of 26.09º degrees, saturation: 0.88, 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 #DD680E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.13 |
| HSL | 26.09º | 0.88% | 0.46% | - |
| HSV(B) | 26.09º | 0.94% | 0.87% | - |
| XYZ | 34.85 | 25.3 | 3.46 | - |
| YUV | 128.72 | 63.26 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 14 | 0 | 0.53 | 0.94 | 0.13 | 26.09 | 0.88 | 0.46 |
| Hex | DD | 68 | E | 0 | 35 | 5E | D | 1A | 58 | 2E |
| Octal | 335 | 150 | 16 | 0 | 65 | 136 | 15 | 32 | 130 | 56 |
| Binary | 11011101 | 1101000 | 1110 | 0 | 110101 | 1011110 | 1101 | 11010 | 1011000 | 101110 |
Color Harmonies of #DD680E
Complementary color
Monochromatic Colors of #DD680E
Black with #DD680E
Text Example
Text Example
White with #DD680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD680E; }
p { color: rgb(221,104,14); }
H1.HeaderClassName
{
color: #DD680E;
}
.AnyTagClassName
{
color: #DD680E;
}
</style>
background-color css
<style>
a { background-color: #DD680E; }
a { background-color: rgb(221,104,14); }
div.DivClassName
{
background-color: #DD680E;
}
.BgClassName
{
background-color: #DD680E;
}
</style>
border-color css
<style>
span { border-color: #DD680E; }
span { border-color: rgb(221,104,14); }
td.TdClassName
{
border-color: #DD680E;
}
.TagClassName
{
border-color: #DD680E;
}
</style>