Shades of Chocolate #DD6C12
Tints of Chocolate #DD6C12
RGB
CMYK
RGB Variations
Color information
#DD6C12 (or 0xDD6C12) is known color: Chocolate. HEX triplet: DD, 6C and 12. RGB value is (221,108,18). Sum of RGB (Red+Green+Blue) = 221+108+18=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C12 is #2293ED. Grayscale: #838383. Windows color (decimal): -2266094 or 1207517. OLE color: 1207517.
HSL color Cylindrical-coordinate representation of color #DD6C12: hue angle of 26.6º 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 #DD6C12 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.13 |
| HSL | 26.6º | 0.85% | 0.47% | - |
| HSV(B) | 26.6º | 0.92% | 0.87% | - |
| XYZ | 35.29 | 26.14 | 3.76 | - |
| YUV | 131.53 | 63.94 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 18 | 0 | 0.51 | 0.92 | 0.13 | 26.6 | 0.85 | 0.47 |
| Hex | DD | 6C | 12 | 0 | 33 | 5C | D | 1B | 55 | 2F |
| Octal | 335 | 154 | 22 | 0 | 63 | 134 | 15 | 33 | 125 | 57 |
| Binary | 11011101 | 1101100 | 10010 | 0 | 110011 | 1011100 | 1101 | 11011 | 1010101 | 101111 |
Color Harmonies of #DD6C12
Complementary color
Monochromatic Colors of #DD6C12
Black with #DD6C12
Text Example
Text Example
White with #DD6C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C12; }
p { color: rgb(221,108,18); }
H1.HeaderClassName
{
color: #DD6C12;
}
.AnyTagClassName
{
color: #DD6C12;
}
</style>
background-color css
<style>
a { background-color: #DD6C12; }
a { background-color: rgb(221,108,18); }
div.DivClassName
{
background-color: #DD6C12;
}
.BgClassName
{
background-color: #DD6C12;
}
</style>
border-color css
<style>
span { border-color: #DD6C12; }
span { border-color: rgb(221,108,18); }
td.TdClassName
{
border-color: #DD6C12;
}
.TagClassName
{
border-color: #DD6C12;
}
</style>