Shades of Chocolate #D16919
Tints of Chocolate #D16919
RGB
CMYK
RGB Variations
Color information
#D16919 (or 0xD16919) is known color: Chocolate. HEX triplet: D1, 69 and 19. RGB value is (209,105,25). Sum of RGB (Red+Green+Blue) = 209+105+25=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D16919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16919 is #2E96E6. Grayscale: #7F7F7F. Windows color (decimal): -3053287 or 1665489. OLE color: 1665489.
HSL color Cylindrical-coordinate representation of color #D16919: hue angle of 26.09º 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 #D16919 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 25 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.18 |
| HSL | 26.09º | 0.79% | 0.46% | - |
| HSV(B) | 26.09º | 0.88% | 0.82% | - |
| XYZ | 31.52 | 23.73 | 3.84 | - |
| YUV | 126.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 25 | 0 | 0.50 | 0.88 | 0.18 | 26.09 | 0.79 | 0.46 |
| Hex | D1 | 69 | 19 | 0 | 32 | 58 | 12 | 1A | 4F | 2E |
| Octal | 321 | 151 | 31 | 0 | 62 | 130 | 22 | 32 | 117 | 56 |
| Binary | 11010001 | 1101001 | 11001 | 0 | 110010 | 1011000 | 10010 | 11010 | 1001111 | 101110 |
Color Harmonies of #D16919
Complementary color
Monochromatic Colors of #D16919
Black with #D16919
Text Example
Text Example
White with #D16919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16919; }
p { color: rgb(209,105,25); }
H1.HeaderClassName
{
color: #D16919;
}
.AnyTagClassName
{
color: #D16919;
}
</style>
background-color css
<style>
a { background-color: #D16919; }
a { background-color: rgb(209,105,25); }
div.DivClassName
{
background-color: #D16919;
}
.BgClassName
{
background-color: #D16919;
}
</style>
border-color css
<style>
span { border-color: #D16919; }
span { border-color: rgb(209,105,25); }
td.TdClassName
{
border-color: #D16919;
}
.TagClassName
{
border-color: #D16919;
}
</style>