Shades of Chocolate #D16E1A
Tints of Chocolate #D16E1A
RGB
CMYK
RGB Variations
Color information
#D16E1A (or 0xD16E1A) is known color: Chocolate. HEX triplet: D1, 6E and 1A. RGB value is (209,110,26). Sum of RGB (Red+Green+Blue) = 209+110+26=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E1A is #2E91E5. Grayscale: #828282. Windows color (decimal): -3052006 or 1732305. OLE color: 1732305.
HSL color Cylindrical-coordinate representation of color #D16E1A: hue angle of 27.54º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D16E1A is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 26 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.18 |
| HSL | 27.54º | 0.78% | 0.46% | - |
| HSV(B) | 27.54º | 0.88% | 0.82% | - |
| XYZ | 32.06 | 24.78 | 4.07 | - |
| YUV | 130.03 | 69.3 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 26 | 0 | 0.47 | 0.88 | 0.18 | 27.54 | 0.78 | 0.46 |
| Hex | D1 | 6E | 1A | 0 | 2F | 58 | 12 | 1C | 4E | 2E |
| Octal | 321 | 156 | 32 | 0 | 57 | 130 | 22 | 34 | 116 | 56 |
| Binary | 11010001 | 1101110 | 11010 | 0 | 101111 | 1011000 | 10010 | 11100 | 1001110 | 101110 |
Color Harmonies of #D16E1A
Complementary color
Monochromatic Colors of #D16E1A
Black with #D16E1A
Text Example
Text Example
White with #D16E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E1A; }
p { color: rgb(209,110,26); }
H1.HeaderClassName
{
color: #D16E1A;
}
.AnyTagClassName
{
color: #D16E1A;
}
</style>
background-color css
<style>
a { background-color: #D16E1A; }
a { background-color: rgb(209,110,26); }
div.DivClassName
{
background-color: #D16E1A;
}
.BgClassName
{
background-color: #D16E1A;
}
</style>
border-color css
<style>
span { border-color: #D16E1A; }
span { border-color: rgb(209,110,26); }
td.TdClassName
{
border-color: #D16E1A;
}
.TagClassName
{
border-color: #D16E1A;
}
</style>