Shades of Chocolate #D16622
Tints of Chocolate #D16622
RGB
CMYK
RGB Variations
Color information
#D16622 (or 0xD16622) is known color: Chocolate. HEX triplet: D1, 66 and 22. RGB value is (209,102,34). Sum of RGB (Red+Green+Blue) = 209+102+34=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D16622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16622 is #2E99DD. Grayscale: #7E7E7E. Windows color (decimal): -3054046 or 2254545. OLE color: 2254545.
HSL color Cylindrical-coordinate representation of color #D16622: hue angle of 23.31º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D16622 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 34 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.18 |
| HSL | 23.31º | 0.72% | 0.48% | - |
| HSV(B) | 23.31º | 0.84% | 0.82% | - |
| XYZ | 31.33 | 23.17 | 4.33 | - |
| YUV | 126.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 34 | 0 | 0.51 | 0.84 | 0.18 | 23.31 | 0.72 | 0.48 |
| Hex | D1 | 66 | 22 | 0 | 33 | 54 | 12 | 17 | 48 | 30 |
| Octal | 321 | 146 | 42 | 0 | 63 | 124 | 22 | 27 | 110 | 60 |
| Binary | 11010001 | 1100110 | 100010 | 0 | 110011 | 1010100 | 10010 | 10111 | 1001000 | 110000 |
Color Harmonies of #D16622
Complementary color
Monochromatic Colors of #D16622
Black with #D16622
Text Example
Text Example
White with #D16622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16622; }
p { color: rgb(209,102,34); }
H1.HeaderClassName
{
color: #D16622;
}
.AnyTagClassName
{
color: #D16622;
}
</style>
background-color css
<style>
a { background-color: #D16622; }
a { background-color: rgb(209,102,34); }
div.DivClassName
{
background-color: #D16622;
}
.BgClassName
{
background-color: #D16622;
}
</style>
border-color css
<style>
span { border-color: #D16622; }
span { border-color: rgb(209,102,34); }
td.TdClassName
{
border-color: #D16622;
}
.TagClassName
{
border-color: #D16622;
}
</style>