Shades of Chocolate #DD6C13
Tints of Chocolate #DD6C13
RGB
CMYK
RGB Variations
Color information
#DD6C13 (or 0xDD6C13) is known color: Chocolate. HEX triplet: DD, 6C and 13. RGB value is (221,108,19). Sum of RGB (Red+Green+Blue) = 221+108+19=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C13 is #2293EC. Grayscale: #848484. Windows color (decimal): -2266093 or 1273053. OLE color: 1273053.
HSL color Cylindrical-coordinate representation of color #DD6C13: hue angle of 26.44º degrees, saturation: 0.84, 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 #DD6C13 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.13 |
| HSL | 26.44º | 0.84% | 0.47% | - |
| HSV(B) | 26.44º | 0.91% | 0.87% | - |
| XYZ | 35.3 | 26.14 | 3.8 | - |
| YUV | 131.64 | 64.44 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 19 | 0 | 0.51 | 0.91 | 0.13 | 26.44 | 0.84 | 0.47 |
| Hex | DD | 6C | 13 | 0 | 33 | 5B | D | 1A | 54 | 2F |
| Octal | 335 | 154 | 23 | 0 | 63 | 133 | 15 | 32 | 124 | 57 |
| Binary | 11011101 | 1101100 | 10011 | 0 | 110011 | 1011011 | 1101 | 11010 | 1010100 | 101111 |
Color Harmonies of #DD6C13
Complementary color
Monochromatic Colors of #DD6C13
Black with #DD6C13
Text Example
Text Example
White with #DD6C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C13; }
p { color: rgb(221,108,19); }
H1.HeaderClassName
{
color: #DD6C13;
}
.AnyTagClassName
{
color: #DD6C13;
}
</style>
background-color css
<style>
a { background-color: #DD6C13; }
a { background-color: rgb(221,108,19); }
div.DivClassName
{
background-color: #DD6C13;
}
.BgClassName
{
background-color: #DD6C13;
}
</style>
border-color css
<style>
span { border-color: #DD6C13; }
span { border-color: rgb(221,108,19); }
td.TdClassName
{
border-color: #DD6C13;
}
.TagClassName
{
border-color: #DD6C13;
}
</style>