Shades of Chocolate #D16A20
Tints of Chocolate #D16A20
RGB
CMYK
RGB Variations
Color information
#D16A20 (or 0xD16A20) is known color: Chocolate. HEX triplet: D1, 6A and 20. RGB value is (209,106,32). Sum of RGB (Red+Green+Blue) = 209+106+32=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A20 is #2E95DF. Grayscale: #808080. Windows color (decimal): -3053024 or 2124497. OLE color: 2124497.
HSL color Cylindrical-coordinate representation of color #D16A20: hue angle of 25.08º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D16A20 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 32 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.18 |
| HSL | 25.08º | 0.73% | 0.47% | - |
| HSV(B) | 25.08º | 0.85% | 0.82% | - |
| XYZ | 31.71 | 23.97 | 4.32 | - |
| YUV | 128.36 | 73.62 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 32 | 0 | 0.49 | 0.85 | 0.18 | 25.08 | 0.73 | 0.47 |
| Hex | D1 | 6A | 20 | 0 | 31 | 55 | 12 | 19 | 49 | 2F |
| Octal | 321 | 152 | 40 | 0 | 61 | 125 | 22 | 31 | 111 | 57 |
| Binary | 11010001 | 1101010 | 100000 | 0 | 110001 | 1010101 | 10010 | 11001 | 1001001 | 101111 |
Color Harmonies of #D16A20
Complementary color
Monochromatic Colors of #D16A20
Black with #D16A20
Text Example
Text Example
White with #D16A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A20; }
p { color: rgb(209,106,32); }
H1.HeaderClassName
{
color: #D16A20;
}
.AnyTagClassName
{
color: #D16A20;
}
</style>
background-color css
<style>
a { background-color: #D16A20; }
a { background-color: rgb(209,106,32); }
div.DivClassName
{
background-color: #D16A20;
}
.BgClassName
{
background-color: #D16A20;
}
</style>
border-color css
<style>
span { border-color: #D16A20; }
span { border-color: rgb(209,106,32); }
td.TdClassName
{
border-color: #D16A20;
}
.TagClassName
{
border-color: #D16A20;
}
</style>