Shades of Chocolate #DD6A12
Tints of Chocolate #DD6A12
RGB
CMYK
RGB Variations
Color information
#DD6A12 (or 0xDD6A12) is known color: Chocolate. HEX triplet: DD, 6A and 12. RGB value is (221,106,18). Sum of RGB (Red+Green+Blue) = 221+106+18=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6A12 is #2295ED. Grayscale: #828282. Windows color (decimal): -2266606 or 1207005. OLE color: 1207005.
HSL color Cylindrical-coordinate representation of color #DD6A12: hue angle of 26.01º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD6A12 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 18 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.13 |
| HSL | 26.01º | 0.85% | 0.47% | - |
| HSV(B) | 26.01º | 0.92% | 0.87% | - |
| XYZ | 35.08 | 25.72 | 3.69 | - |
| YUV | 130.35 | 64.6 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 18 | 0 | 0.52 | 0.92 | 0.13 | 26.01 | 0.85 | 0.47 |
| Hex | DD | 6A | 12 | 0 | 34 | 5C | D | 1A | 55 | 2F |
| Octal | 335 | 152 | 22 | 0 | 64 | 134 | 15 | 32 | 125 | 57 |
| Binary | 11011101 | 1101010 | 10010 | 0 | 110100 | 1011100 | 1101 | 11010 | 1010101 | 101111 |
Color Harmonies of #DD6A12
Complementary color
Monochromatic Colors of #DD6A12
Black with #DD6A12
Text Example
Text Example
White with #DD6A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A12; }
p { color: rgb(221,106,18); }
H1.HeaderClassName
{
color: #DD6A12;
}
.AnyTagClassName
{
color: #DD6A12;
}
</style>
background-color css
<style>
a { background-color: #DD6A12; }
a { background-color: rgb(221,106,18); }
div.DivClassName
{
background-color: #DD6A12;
}
.BgClassName
{
background-color: #DD6A12;
}
</style>
border-color css
<style>
span { border-color: #DD6A12; }
span { border-color: rgb(221,106,18); }
td.TdClassName
{
border-color: #DD6A12;
}
.TagClassName
{
border-color: #DD6A12;
}
</style>