Shades of Chocolate #DD6F14
Tints of Chocolate #DD6F14
RGB
CMYK
RGB Variations
Color information
#DD6F14 (or 0xDD6F14) is known color: Chocolate. HEX triplet: DD, 6F and 14. RGB value is (221,111,20). Sum of RGB (Red+Green+Blue) = 221+111+20=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F14 is #2290EB. Grayscale: #858585. Windows color (decimal): -2265324 or 1339357. OLE color: 1339357.
HSL color Cylindrical-coordinate representation of color #DD6F14: hue angle of 27.16º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD6F14 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 20 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.13 |
| HSL | 27.16º | 0.83% | 0.47% | - |
| HSV(B) | 27.16º | 0.91% | 0.87% | - |
| XYZ | 35.63 | 26.79 | 3.96 | - |
| YUV | 133.52 | 63.94 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 20 | 0 | 0.50 | 0.91 | 0.13 | 27.16 | 0.83 | 0.47 |
| Hex | DD | 6F | 14 | 0 | 32 | 5B | D | 1B | 53 | 2F |
| Octal | 335 | 157 | 24 | 0 | 62 | 133 | 15 | 33 | 123 | 57 |
| Binary | 11011101 | 1101111 | 10100 | 0 | 110010 | 1011011 | 1101 | 11011 | 1010011 | 101111 |
Color Harmonies of #DD6F14
Complementary color
Monochromatic Colors of #DD6F14
Black with #DD6F14
Text Example
Text Example
White with #DD6F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F14; }
p { color: rgb(221,111,20); }
H1.HeaderClassName
{
color: #DD6F14;
}
.AnyTagClassName
{
color: #DD6F14;
}
</style>
background-color css
<style>
a { background-color: #DD6F14; }
a { background-color: rgb(221,111,20); }
div.DivClassName
{
background-color: #DD6F14;
}
.BgClassName
{
background-color: #DD6F14;
}
</style>
border-color css
<style>
span { border-color: #DD6F14; }
span { border-color: rgb(221,111,20); }
td.TdClassName
{
border-color: #DD6F14;
}
.TagClassName
{
border-color: #DD6F14;
}
</style>