Shades of Chocolate #DD6910
Tints of Chocolate #DD6910
RGB
CMYK
RGB Variations
Color information
#DD6910 (or 0xDD6910) is known color: Chocolate. HEX triplet: DD, 69 and 10. RGB value is (221,105,16). Sum of RGB (Red+Green+Blue) = 221+105+16=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6910 is #2296EF. Grayscale: #828282. Windows color (decimal): -2266864 or 1075677. OLE color: 1075677.
HSL color Cylindrical-coordinate representation of color #DD6910: hue angle of 26.05º degrees, saturation: 0.86, 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 #DD6910 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.13 |
| HSL | 26.05º | 0.86% | 0.46% | - |
| HSV(B) | 26.05º | 0.93% | 0.87% | - |
| XYZ | 34.96 | 25.51 | 3.57 | - |
| YUV | 129.54 | 63.93 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 16 | 0 | 0.52 | 0.93 | 0.13 | 26.05 | 0.86 | 0.46 |
| Hex | DD | 69 | 10 | 0 | 34 | 5D | D | 1A | 56 | 2E |
| Octal | 335 | 151 | 20 | 0 | 64 | 135 | 15 | 32 | 126 | 56 |
| Binary | 11011101 | 1101001 | 10000 | 0 | 110100 | 1011101 | 1101 | 11010 | 1010110 | 101110 |
Color Harmonies of #DD6910
Complementary color
Monochromatic Colors of #DD6910
Black with #DD6910
Text Example
Text Example
White with #DD6910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6910; }
p { color: rgb(221,105,16); }
H1.HeaderClassName
{
color: #DD6910;
}
.AnyTagClassName
{
color: #DD6910;
}
</style>
background-color css
<style>
a { background-color: #DD6910; }
a { background-color: rgb(221,105,16); }
div.DivClassName
{
background-color: #DD6910;
}
.BgClassName
{
background-color: #DD6910;
}
</style>
border-color css
<style>
span { border-color: #DD6910; }
span { border-color: rgb(221,105,16); }
td.TdClassName
{
border-color: #DD6910;
}
.TagClassName
{
border-color: #DD6910;
}
</style>