Shades of Chocolate #D16C1E
Tints of Chocolate #D16C1E
RGB
CMYK
RGB Variations
Color information
#D16C1E (or 0xD16C1E) is known color: Chocolate. HEX triplet: D1, 6C and 1E. RGB value is (209,108,30). Sum of RGB (Red+Green+Blue) = 209+108+30=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C1E is #2E93E1. Grayscale: #818181. Windows color (decimal): -3052514 or 1993937. OLE color: 1993937.
HSL color Cylindrical-coordinate representation of color #D16C1E: hue angle of 26.15º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D16C1E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 30 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.18 |
| HSL | 26.15º | 0.75% | 0.47% | - |
| HSV(B) | 26.15º | 0.86% | 0.82% | - |
| XYZ | 31.89 | 24.37 | 4.25 | - |
| YUV | 129.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 30 | 0 | 0.48 | 0.86 | 0.18 | 26.15 | 0.75 | 0.47 |
| Hex | D1 | 6C | 1E | 0 | 30 | 56 | 12 | 1A | 4B | 2F |
| Octal | 321 | 154 | 36 | 0 | 60 | 126 | 22 | 32 | 113 | 57 |
| Binary | 11010001 | 1101100 | 11110 | 0 | 110000 | 1010110 | 10010 | 11010 | 1001011 | 101111 |
Color Harmonies of #D16C1E
Complementary color
Monochromatic Colors of #D16C1E
Black with #D16C1E
Text Example
Text Example
White with #D16C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C1E; }
p { color: rgb(209,108,30); }
H1.HeaderClassName
{
color: #D16C1E;
}
.AnyTagClassName
{
color: #D16C1E;
}
</style>
background-color css
<style>
a { background-color: #D16C1E; }
a { background-color: rgb(209,108,30); }
div.DivClassName
{
background-color: #D16C1E;
}
.BgClassName
{
background-color: #D16C1E;
}
</style>
border-color css
<style>
span { border-color: #D16C1E; }
span { border-color: rgb(209,108,30); }
td.TdClassName
{
border-color: #D16C1E;
}
.TagClassName
{
border-color: #D16C1E;
}
</style>