Shades of Chocolate #DD6C14
Tints of Chocolate #DD6C14
RGB
CMYK
RGB Variations
Color information
#DD6C14 (or 0xDD6C14) is known color: Chocolate. HEX triplet: DD, 6C and 14. RGB value is (221,108,20). Sum of RGB (Red+Green+Blue) = 221+108+20=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C14 is #2293EB. Grayscale: #848484. Windows color (decimal): -2266092 or 1338589. OLE color: 1338589.
HSL color Cylindrical-coordinate representation of color #DD6C14: hue angle of 26.27º 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 #DD6C14 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 20 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.13 |
| HSL | 26.27º | 0.83% | 0.47% | - |
| HSV(B) | 26.27º | 0.91% | 0.87% | - |
| XYZ | 35.31 | 26.15 | 3.85 | - |
| YUV | 131.76 | 64.94 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 20 | 0 | 0.51 | 0.91 | 0.13 | 26.27 | 0.83 | 0.47 |
| Hex | DD | 6C | 14 | 0 | 33 | 5B | D | 1A | 53 | 2F |
| Octal | 335 | 154 | 24 | 0 | 63 | 133 | 15 | 32 | 123 | 57 |
| Binary | 11011101 | 1101100 | 10100 | 0 | 110011 | 1011011 | 1101 | 11010 | 1010011 | 101111 |
Color Harmonies of #DD6C14
Complementary color
Monochromatic Colors of #DD6C14
Black with #DD6C14
Text Example
Text Example
White with #DD6C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C14; }
p { color: rgb(221,108,20); }
H1.HeaderClassName
{
color: #DD6C14;
}
.AnyTagClassName
{
color: #DD6C14;
}
</style>
background-color css
<style>
a { background-color: #DD6C14; }
a { background-color: rgb(221,108,20); }
div.DivClassName
{
background-color: #DD6C14;
}
.BgClassName
{
background-color: #DD6C14;
}
</style>
border-color css
<style>
span { border-color: #DD6C14; }
span { border-color: rgb(221,108,20); }
td.TdClassName
{
border-color: #DD6C14;
}
.TagClassName
{
border-color: #DD6C14;
}
</style>