Shades of Chocolate #DD6112
Tints of Chocolate #DD6112
RGB
CMYK
RGB Variations
Color information
#DD6112 (or 0xDD6112) is known color: Chocolate. HEX triplet: DD, 61 and 12. RGB value is (221,97,18). Sum of RGB (Red+Green+Blue) = 221+97+18=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6112 is #229EED. Grayscale: #7D7D7D. Windows color (decimal): -2268910 or 1204701. OLE color: 1204701.
HSL color Cylindrical-coordinate representation of color #DD6112: hue angle of 23.35º 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 #DD6112 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 97 | 18 | - |
CMYK | 0 | 0.56 | 0.92 | 0.13 |
HSL | 23.35º | 0.85% | 0.47% | - |
HSV(B) | 23.35º | 0.92% | 0.87% | - |
XYZ | 34.2 | 23.97 | 3.4 | - |
YUV | 125.07 | 67.58 | 196.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 97 | 18 | 0 | 0.56 | 0.92 | 0.13 | 23.35 | 0.85 | 0.47 |
Hex | DD | 61 | 12 | 0 | 38 | 5C | D | 17 | 55 | 2F |
Octal | 335 | 141 | 22 | 0 | 70 | 134 | 15 | 27 | 125 | 57 |
Binary | 11011101 | 1100001 | 10010 | 0 | 111000 | 1011100 | 1101 | 10111 | 1010101 | 101111 |
Color Harmonies of #DD6112
Complementary color
Monochromatic Colors of #DD6112
Black with #DD6112
Text Example
Text Example
White with #DD6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6112; }
p { color: rgb(221,97,18); }
H1.HeaderClassName
{
color: #DD6112;
}
.AnyTagClassName
{
color: #DD6112;
}
</style>
background-color css
<style>
a { background-color: #DD6112; }
a { background-color: rgb(221,97,18); }
div.DivClassName
{
background-color: #DD6112;
}
.BgClassName
{
background-color: #DD6112;
}
</style>
border-color css
<style>
span { border-color: #DD6112; }
span { border-color: rgb(221,97,18); }
td.TdClassName
{
border-color: #DD6112;
}
.TagClassName
{
border-color: #DD6112;
}
</style>