Shades of Chocolate #D16A19
Tints of Chocolate #D16A19
RGB
CMYK
RGB Variations
Color information
#D16A19 (or 0xD16A19) is known color: Chocolate. HEX triplet: D1, 6A and 19. RGB value is (209,106,25). Sum of RGB (Red+Green+Blue) = 209+106+25=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16A19 is #2E95E6. Grayscale: #7F7F7F. Windows color (decimal): -3053031 or 1665745. OLE color: 1665745.
HSL color Cylindrical-coordinate representation of color #D16A19: hue angle of 26.41º degrees, saturation: 0.79, 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 #D16A19 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 25 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.18 |
| HSL | 26.41º | 0.79% | 0.46% | - |
| HSV(B) | 26.41º | 0.88% | 0.82% | - |
| XYZ | 31.62 | 23.93 | 3.87 | - |
| YUV | 127.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 25 | 0 | 0.49 | 0.88 | 0.18 | 26.41 | 0.79 | 0.46 |
| Hex | D1 | 6A | 19 | 0 | 31 | 58 | 12 | 1A | 4F | 2E |
| Octal | 321 | 152 | 31 | 0 | 61 | 130 | 22 | 32 | 117 | 56 |
| Binary | 11010001 | 1101010 | 11001 | 0 | 110001 | 1011000 | 10010 | 11010 | 1001111 | 101110 |
Color Harmonies of #D16A19
Complementary color
Monochromatic Colors of #D16A19
Black with #D16A19
Text Example
Text Example
White with #D16A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A19; }
p { color: rgb(209,106,25); }
H1.HeaderClassName
{
color: #D16A19;
}
.AnyTagClassName
{
color: #D16A19;
}
</style>
background-color css
<style>
a { background-color: #D16A19; }
a { background-color: rgb(209,106,25); }
div.DivClassName
{
background-color: #D16A19;
}
.BgClassName
{
background-color: #D16A19;
}
</style>
border-color css
<style>
span { border-color: #D16A19; }
span { border-color: rgb(209,106,25); }
td.TdClassName
{
border-color: #D16A19;
}
.TagClassName
{
border-color: #D16A19;
}
</style>