Shades of Chocolate #DD610F
Tints of Chocolate #DD610F
RGB
CMYK
RGB Variations
Color information
#DD610F (or 0xDD610F) is known color: Chocolate. HEX triplet: DD, 61 and 0F. RGB value is (221,97,15). Sum of RGB (Red+Green+Blue) = 221+97+15=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD610F is #229EF0. Grayscale: #7D7D7D. Windows color (decimal): -2268913 or 1008093. OLE color: 1008093.
HSL color Cylindrical-coordinate representation of color #DD610F: hue angle of 23.88º 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 #DD610F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.13 |
| HSL | 23.88º | 0.87% | 0.46% | - |
| HSV(B) | 23.88º | 0.93% | 0.87% | - |
| XYZ | 34.18 | 23.96 | 3.27 | - |
| YUV | 124.73 | 66.08 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 15 | 0 | 0.56 | 0.93 | 0.13 | 23.88 | 0.87 | 0.46 |
| Hex | DD | 61 | F | 0 | 38 | 5D | D | 18 | 57 | 2E |
| Octal | 335 | 141 | 17 | 0 | 70 | 135 | 15 | 30 | 127 | 56 |
| Binary | 11011101 | 1100001 | 1111 | 0 | 111000 | 1011101 | 1101 | 11000 | 1010111 | 101110 |
Color Harmonies of #DD610F
Complementary color
Monochromatic Colors of #DD610F
Black with #DD610F
Text Example
Text Example
White with #DD610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD610F; }
p { color: rgb(221,97,15); }
H1.HeaderClassName
{
color: #DD610F;
}
.AnyTagClassName
{
color: #DD610F;
}
</style>
background-color css
<style>
a { background-color: #DD610F; }
a { background-color: rgb(221,97,15); }
div.DivClassName
{
background-color: #DD610F;
}
.BgClassName
{
background-color: #DD610F;
}
</style>
border-color css
<style>
span { border-color: #DD610F; }
span { border-color: rgb(221,97,15); }
td.TdClassName
{
border-color: #DD610F;
}
.TagClassName
{
border-color: #DD610F;
}
</style>