Shades of Chocolate #DD6F12
Tints of Chocolate #DD6F12
RGB
CMYK
RGB Variations
Color information
#DD6F12 (or 0xDD6F12) is known color: Chocolate. HEX triplet: DD, 6F and 12. RGB value is (221,111,18). Sum of RGB (Red+Green+Blue) = 221+111+18=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F12 is #2290ED. Grayscale: #858585. Windows color (decimal): -2265326 or 1208285. OLE color: 1208285.
HSL color Cylindrical-coordinate representation of color #DD6F12: hue angle of 27.49º 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 #DD6F12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.13 |
| HSL | 27.49º | 0.85% | 0.47% | - |
| HSV(B) | 27.49º | 0.92% | 0.87% | - |
| XYZ | 35.61 | 26.78 | 3.87 | - |
| YUV | 133.29 | 62.94 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 18 | 0 | 0.50 | 0.92 | 0.13 | 27.49 | 0.85 | 0.47 |
| Hex | DD | 6F | 12 | 0 | 32 | 5C | D | 1B | 55 | 2F |
| Octal | 335 | 157 | 22 | 0 | 62 | 134 | 15 | 33 | 125 | 57 |
| Binary | 11011101 | 1101111 | 10010 | 0 | 110010 | 1011100 | 1101 | 11011 | 1010101 | 101111 |
Color Harmonies of #DD6F12
Complementary color
Monochromatic Colors of #DD6F12
Black with #DD6F12
Text Example
Text Example
White with #DD6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F12; }
p { color: rgb(221,111,18); }
H1.HeaderClassName
{
color: #DD6F12;
}
.AnyTagClassName
{
color: #DD6F12;
}
</style>
background-color css
<style>
a { background-color: #DD6F12; }
a { background-color: rgb(221,111,18); }
div.DivClassName
{
background-color: #DD6F12;
}
.BgClassName
{
background-color: #DD6F12;
}
</style>
border-color css
<style>
span { border-color: #DD6F12; }
span { border-color: rgb(221,111,18); }
td.TdClassName
{
border-color: #DD6F12;
}
.TagClassName
{
border-color: #DD6F12;
}
</style>