Shades of Chocolate #D16B1C
Tints of Chocolate #D16B1C
RGB
CMYK
RGB Variations
Color information
#D16B1C (or 0xD16B1C) is known color: Chocolate. HEX triplet: D1, 6B and 1C. RGB value is (209,107,28). Sum of RGB (Red+Green+Blue) = 209+107+28=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16B1C is #2E94E3. Grayscale: #808080. Windows color (decimal): -3052772 or 1862609. OLE color: 1862609.
HSL color Cylindrical-coordinate representation of color #D16B1C: hue angle of 26.19º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D16B1C is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 28 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.18 |
| HSL | 26.19º | 0.76% | 0.46% | - |
| HSV(B) | 26.19º | 0.87% | 0.82% | - |
| XYZ | 31.76 | 24.15 | 4.09 | - |
| YUV | 128.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 28 | 0 | 0.49 | 0.87 | 0.18 | 26.19 | 0.76 | 0.46 |
| Hex | D1 | 6B | 1C | 0 | 31 | 57 | 12 | 1A | 4C | 2E |
| Octal | 321 | 153 | 34 | 0 | 61 | 127 | 22 | 32 | 114 | 56 |
| Binary | 11010001 | 1101011 | 11100 | 0 | 110001 | 1010111 | 10010 | 11010 | 1001100 | 101110 |
Color Harmonies of #D16B1C
Complementary color
Monochromatic Colors of #D16B1C
Black with #D16B1C
Text Example
Text Example
White with #D16B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16B1C; }
p { color: rgb(209,107,28); }
H1.HeaderClassName
{
color: #D16B1C;
}
.AnyTagClassName
{
color: #D16B1C;
}
</style>
background-color css
<style>
a { background-color: #D16B1C; }
a { background-color: rgb(209,107,28); }
div.DivClassName
{
background-color: #D16B1C;
}
.BgClassName
{
background-color: #D16B1C;
}
</style>
border-color css
<style>
span { border-color: #D16B1C; }
span { border-color: rgb(209,107,28); }
td.TdClassName
{
border-color: #D16B1C;
}
.TagClassName
{
border-color: #D16B1C;
}
</style>