Shades of Chocolate #DD6B10
Tints of Chocolate #DD6B10
RGB
CMYK
RGB Variations
Color information
#DD6B10 (or 0xDD6B10) is known color: Chocolate. HEX triplet: DD, 6B and 10. RGB value is (221,107,16). Sum of RGB (Red+Green+Blue) = 221+107+16=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6B10 is #2294EF. Grayscale: #838383. Windows color (decimal): -2266352 or 1076189. OLE color: 1076189.
HSL color Cylindrical-coordinate representation of color #DD6B10: hue angle of 26.63º 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 #DD6B10 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.13 |
| HSL | 26.63º | 0.86% | 0.46% | - |
| HSV(B) | 26.63º | 0.93% | 0.87% | - |
| XYZ | 35.17 | 25.92 | 3.64 | - |
| YUV | 130.71 | 63.27 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 16 | 0 | 0.52 | 0.93 | 0.13 | 26.63 | 0.86 | 0.46 |
| Hex | DD | 6B | 10 | 0 | 34 | 5D | D | 1B | 56 | 2E |
| Octal | 335 | 153 | 20 | 0 | 64 | 135 | 15 | 33 | 126 | 56 |
| Binary | 11011101 | 1101011 | 10000 | 0 | 110100 | 1011101 | 1101 | 11011 | 1010110 | 101110 |
Color Harmonies of #DD6B10
Complementary color
Monochromatic Colors of #DD6B10
Black with #DD6B10
Text Example
Text Example
White with #DD6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B10; }
p { color: rgb(221,107,16); }
H1.HeaderClassName
{
color: #DD6B10;
}
.AnyTagClassName
{
color: #DD6B10;
}
</style>
background-color css
<style>
a { background-color: #DD6B10; }
a { background-color: rgb(221,107,16); }
div.DivClassName
{
background-color: #DD6B10;
}
.BgClassName
{
background-color: #DD6B10;
}
</style>
border-color css
<style>
span { border-color: #DD6B10; }
span { border-color: rgb(221,107,16); }
td.TdClassName
{
border-color: #DD6B10;
}
.TagClassName
{
border-color: #DD6B10;
}
</style>