Shades of Chocolate #DD620E
Tints of Chocolate #DD620E
RGB
CMYK
RGB Variations
Color information
#DD620E (or 0xDD620E) is known color: Chocolate. HEX triplet: DD, 62 and 0E. RGB value is (221,98,14). Sum of RGB (Red+Green+Blue) = 221+98+14=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD620E is #229DF1. Grayscale: #7D7D7D. Windows color (decimal): -2268658 or 942813. OLE color: 942813.
HSL color Cylindrical-coordinate representation of color #DD620E: hue angle of 24.35º 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 #DD620E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.13 |
| HSL | 24.35º | 0.88% | 0.46% | - |
| HSV(B) | 24.35º | 0.94% | 0.87% | - |
| XYZ | 34.27 | 24.14 | 3.27 | - |
| YUV | 125.2 | 65.25 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 14 | 0 | 0.56 | 0.94 | 0.13 | 24.35 | 0.88 | 0.46 |
| Hex | DD | 62 | E | 0 | 38 | 5E | D | 18 | 58 | 2E |
| Octal | 335 | 142 | 16 | 0 | 70 | 136 | 15 | 30 | 130 | 56 |
| Binary | 11011101 | 1100010 | 1110 | 0 | 111000 | 1011110 | 1101 | 11000 | 1011000 | 101110 |
Color Harmonies of #DD620E
Complementary color
Monochromatic Colors of #DD620E
Black with #DD620E
Text Example
Text Example
White with #DD620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD620E; }
p { color: rgb(221,98,14); }
H1.HeaderClassName
{
color: #DD620E;
}
.AnyTagClassName
{
color: #DD620E;
}
</style>
background-color css
<style>
a { background-color: #DD620E; }
a { background-color: rgb(221,98,14); }
div.DivClassName
{
background-color: #DD620E;
}
.BgClassName
{
background-color: #DD620E;
}
</style>
border-color css
<style>
span { border-color: #DD620E; }
span { border-color: rgb(221,98,14); }
td.TdClassName
{
border-color: #DD620E;
}
.TagClassName
{
border-color: #DD620E;
}
</style>