Shades of Chocolate #DD6B11
Tints of Chocolate #DD6B11
RGB
CMYK
RGB Variations
Color information
#DD6B11 (or 0xDD6B11) is known color: Chocolate. HEX triplet: DD, 6B and 11. RGB value is (221,107,17). Sum of RGB (Red+Green+Blue) = 221+107+17=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6B11 is #2294EE. Grayscale: #838383. Windows color (decimal): -2266351 or 1141725. OLE color: 1141725.
HSL color Cylindrical-coordinate representation of color #DD6B11: hue angle of 26.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD6B11 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 17 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.13 |
| HSL | 26.47º | 0.86% | 0.47% | - |
| HSV(B) | 26.47º | 0.92% | 0.87% | - |
| XYZ | 35.18 | 25.93 | 3.68 | - |
| YUV | 130.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 17 | 0 | 0.52 | 0.92 | 0.13 | 26.47 | 0.86 | 0.47 |
| Hex | DD | 6B | 11 | 0 | 34 | 5C | D | 1A | 56 | 2F |
| Octal | 335 | 153 | 21 | 0 | 64 | 134 | 15 | 32 | 126 | 57 |
| Binary | 11011101 | 1101011 | 10001 | 0 | 110100 | 1011100 | 1101 | 11010 | 1010110 | 101111 |
Color Harmonies of #DD6B11
Complementary color
Monochromatic Colors of #DD6B11
Black with #DD6B11
Text Example
Text Example
White with #DD6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B11; }
p { color: rgb(221,107,17); }
H1.HeaderClassName
{
color: #DD6B11;
}
.AnyTagClassName
{
color: #DD6B11;
}
</style>
background-color css
<style>
a { background-color: #DD6B11; }
a { background-color: rgb(221,107,17); }
div.DivClassName
{
background-color: #DD6B11;
}
.BgClassName
{
background-color: #DD6B11;
}
</style>
border-color css
<style>
span { border-color: #DD6B11; }
span { border-color: rgb(221,107,17); }
td.TdClassName
{
border-color: #DD6B11;
}
.TagClassName
{
border-color: #DD6B11;
}
</style>