Shades of Chocolate #DD6E12
Tints of Chocolate #DD6E12
RGB
CMYK
RGB Variations
Color information
#DD6E12 (or 0xDD6E12) is known color: Chocolate. HEX triplet: DD, 6E and 12. RGB value is (221,110,18). Sum of RGB (Red+Green+Blue) = 221+110+18=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6E12 is #2291ED. Grayscale: #858585. Windows color (decimal): -2265582 or 1208029. OLE color: 1208029.
HSL color Cylindrical-coordinate representation of color #DD6E12: hue angle of 27.19º degrees, saturation: 0.85, 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 #DD6E12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.13 |
| HSL | 27.19º | 0.85% | 0.47% | - |
| HSV(B) | 27.19º | 0.92% | 0.87% | - |
| XYZ | 35.5 | 26.57 | 3.83 | - |
| YUV | 132.7 | 63.27 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 18 | 0 | 0.50 | 0.92 | 0.13 | 27.19 | 0.85 | 0.47 |
| Hex | DD | 6E | 12 | 0 | 32 | 5C | D | 1B | 55 | 2F |
| Octal | 335 | 156 | 22 | 0 | 62 | 134 | 15 | 33 | 125 | 57 |
| Binary | 11011101 | 1101110 | 10010 | 0 | 110010 | 1011100 | 1101 | 11011 | 1010101 | 101111 |
Color Harmonies of #DD6E12
Complementary color
Monochromatic Colors of #DD6E12
Black with #DD6E12
Text Example
Text Example
White with #DD6E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6E12; }
p { color: rgb(221,110,18); }
H1.HeaderClassName
{
color: #DD6E12;
}
.AnyTagClassName
{
color: #DD6E12;
}
</style>
background-color css
<style>
a { background-color: #DD6E12; }
a { background-color: rgb(221,110,18); }
div.DivClassName
{
background-color: #DD6E12;
}
.BgClassName
{
background-color: #DD6E12;
}
</style>
border-color css
<style>
span { border-color: #DD6E12; }
span { border-color: rgb(221,110,18); }
td.TdClassName
{
border-color: #DD6E12;
}
.TagClassName
{
border-color: #DD6E12;
}
</style>