Shades of Chocolate #DD6D13
Tints of Chocolate #DD6D13
RGB
CMYK
RGB Variations
Color information
#DD6D13 (or 0xDD6D13) is known color: Chocolate. HEX triplet: DD, 6D and 13. RGB value is (221,109,19). Sum of RGB (Red+Green+Blue) = 221+109+19=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D13 is #2292EC. Grayscale: #848484. Windows color (decimal): -2265837 or 1273309. OLE color: 1273309.
HSL color Cylindrical-coordinate representation of color #DD6D13: hue angle of 26.73º 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 #DD6D13 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.13 |
| HSL | 26.73º | 0.84% | 0.47% | - |
| HSV(B) | 26.73º | 0.91% | 0.87% | - |
| XYZ | 35.4 | 26.36 | 3.84 | - |
| YUV | 132.23 | 64.11 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 19 | 0 | 0.51 | 0.91 | 0.13 | 26.73 | 0.84 | 0.47 |
| Hex | DD | 6D | 13 | 0 | 33 | 5B | D | 1B | 54 | 2F |
| Octal | 335 | 155 | 23 | 0 | 63 | 133 | 15 | 33 | 124 | 57 |
| Binary | 11011101 | 1101101 | 10011 | 0 | 110011 | 1011011 | 1101 | 11011 | 1010100 | 101111 |
Color Harmonies of #DD6D13
Complementary color
Monochromatic Colors of #DD6D13
Black with #DD6D13
Text Example
Text Example
White with #DD6D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D13; }
p { color: rgb(221,109,19); }
H1.HeaderClassName
{
color: #DD6D13;
}
.AnyTagClassName
{
color: #DD6D13;
}
</style>
background-color css
<style>
a { background-color: #DD6D13; }
a { background-color: rgb(221,109,19); }
div.DivClassName
{
background-color: #DD6D13;
}
.BgClassName
{
background-color: #DD6D13;
}
</style>
border-color css
<style>
span { border-color: #DD6D13; }
span { border-color: rgb(221,109,19); }
td.TdClassName
{
border-color: #DD6D13;
}
.TagClassName
{
border-color: #DD6D13;
}
</style>