Shades of Chocolate #D16022
Tints of Chocolate #D16022
RGB
CMYK
RGB Variations
Color information
#D16022 (or 0xD16022) is known color: Chocolate. HEX triplet: D1, 60 and 22. RGB value is (209,96,34). Sum of RGB (Red+Green+Blue) = 209+96+34=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D16022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16022 is #2E9FDD. Grayscale: #7B7B7B. Windows color (decimal): -3055582 or 2253009. OLE color: 2253009.
HSL color Cylindrical-coordinate representation of color #D16022: hue angle of 21.26º 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 #D16022 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 34 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.18 |
| HSL | 21.26º | 0.72% | 0.48% | - |
| HSV(B) | 21.26º | 0.84% | 0.82% | - |
| XYZ | 30.77 | 22.04 | 4.15 | - |
| YUV | 122.72 | 77.94 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 34 | 0 | 0.54 | 0.84 | 0.18 | 21.26 | 0.72 | 0.48 |
| Hex | D1 | 60 | 22 | 0 | 36 | 54 | 12 | 15 | 48 | 30 |
| Octal | 321 | 140 | 42 | 0 | 66 | 124 | 22 | 25 | 110 | 60 |
| Binary | 11010001 | 1100000 | 100010 | 0 | 110110 | 1010100 | 10010 | 10101 | 1001000 | 110000 |
Color Harmonies of #D16022
Complementary color
Monochromatic Colors of #D16022
Black with #D16022
Text Example
Text Example
White with #D16022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16022; }
p { color: rgb(209,96,34); }
H1.HeaderClassName
{
color: #D16022;
}
.AnyTagClassName
{
color: #D16022;
}
</style>
background-color css
<style>
a { background-color: #D16022; }
a { background-color: rgb(209,96,34); }
div.DivClassName
{
background-color: #D16022;
}
.BgClassName
{
background-color: #D16022;
}
</style>
border-color css
<style>
span { border-color: #D16022; }
span { border-color: rgb(209,96,34); }
td.TdClassName
{
border-color: #D16022;
}
.TagClassName
{
border-color: #D16022;
}
</style>