Shades of Chocolate #DD620F
Tints of Chocolate #DD620F
RGB
CMYK
RGB Variations
Color information
#DD620F (or 0xDD620F) is known color: Chocolate. HEX triplet: DD, 62 and 0F. RGB value is (221,98,15). Sum of RGB (Red+Green+Blue) = 221+98+15=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD620F is #229DF0. Grayscale: #7D7D7D. Windows color (decimal): -2268657 or 1008349. OLE color: 1008349.
HSL color Cylindrical-coordinate representation of color #DD620F: hue angle of 24.17º 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 #DD620F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.13 |
| HSL | 24.17º | 0.87% | 0.46% | - |
| HSV(B) | 24.17º | 0.93% | 0.87% | - |
| XYZ | 34.27 | 24.14 | 3.31 | - |
| YUV | 125.32 | 65.75 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 15 | 0 | 0.56 | 0.93 | 0.13 | 24.17 | 0.87 | 0.46 |
| Hex | DD | 62 | F | 0 | 38 | 5D | D | 18 | 57 | 2E |
| Octal | 335 | 142 | 17 | 0 | 70 | 135 | 15 | 30 | 127 | 56 |
| Binary | 11011101 | 1100010 | 1111 | 0 | 111000 | 1011101 | 1101 | 11000 | 1010111 | 101110 |
Color Harmonies of #DD620F
Complementary color
Monochromatic Colors of #DD620F
Black with #DD620F
Text Example
Text Example
White with #DD620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD620F; }
p { color: rgb(221,98,15); }
H1.HeaderClassName
{
color: #DD620F;
}
.AnyTagClassName
{
color: #DD620F;
}
</style>
background-color css
<style>
a { background-color: #DD620F; }
a { background-color: rgb(221,98,15); }
div.DivClassName
{
background-color: #DD620F;
}
.BgClassName
{
background-color: #DD620F;
}
</style>
border-color css
<style>
span { border-color: #DD620F; }
span { border-color: rgb(221,98,15); }
td.TdClassName
{
border-color: #DD620F;
}
.TagClassName
{
border-color: #DD620F;
}
</style>