Shades of Chocolate #DD6D15
Tints of Chocolate #DD6D15
RGB
CMYK
RGB Variations
Color information
#DD6D15 (or 0xDD6D15) is known color: Chocolate. HEX triplet: DD, 6D and 15. RGB value is (221,109,21). Sum of RGB (Red+Green+Blue) = 221+109+21=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D15 is #2292EA. Grayscale: #848484. Windows color (decimal): -2265835 or 1404381. OLE color: 1404381.
HSL color Cylindrical-coordinate representation of color #DD6D15: hue angle of 26.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD6D15 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 21 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.13 |
| HSL | 26.4º | 0.83% | 0.47% | - |
| HSV(B) | 26.4º | 0.9% | 0.87% | - |
| XYZ | 35.42 | 26.36 | 3.93 | - |
| YUV | 132.46 | 65.11 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 21 | 0 | 0.51 | 0.90 | 0.13 | 26.4 | 0.83 | 0.47 |
| Hex | DD | 6D | 15 | 0 | 33 | 5A | D | 1A | 53 | 2F |
| Octal | 335 | 155 | 25 | 0 | 63 | 132 | 15 | 32 | 123 | 57 |
| Binary | 11011101 | 1101101 | 10101 | 0 | 110011 | 1011010 | 1101 | 11010 | 1010011 | 101111 |
Color Harmonies of #DD6D15
Complementary color
Monochromatic Colors of #DD6D15
Black with #DD6D15
Text Example
Text Example
White with #DD6D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D15; }
p { color: rgb(221,109,21); }
H1.HeaderClassName
{
color: #DD6D15;
}
.AnyTagClassName
{
color: #DD6D15;
}
</style>
background-color css
<style>
a { background-color: #DD6D15; }
a { background-color: rgb(221,109,21); }
div.DivClassName
{
background-color: #DD6D15;
}
.BgClassName
{
background-color: #DD6D15;
}
</style>
border-color css
<style>
span { border-color: #DD6D15; }
span { border-color: rgb(221,109,21); }
td.TdClassName
{
border-color: #DD6D15;
}
.TagClassName
{
border-color: #DD6D15;
}
</style>