Shades of Chocolate #D16219
Tints of Chocolate #D16219
RGB
CMYK
RGB Variations
Color information
#D16219 (or 0xD16219) is known color: Chocolate. HEX triplet: D1, 62 and 19. RGB value is (209,98,25). Sum of RGB (Red+Green+Blue) = 209+98+25=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D16219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16219 is #2E9DE6. Grayscale: #7B7B7B. Windows color (decimal): -3055079 or 1663697. OLE color: 1663697.
HSL color Cylindrical-coordinate representation of color #D16219: hue angle of 23.8º 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 #D16219 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 25 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.18 |
| HSL | 23.8º | 0.79% | 0.46% | - |
| HSV(B) | 23.8º | 0.88% | 0.82% | - |
| XYZ | 30.84 | 22.36 | 3.61 | - |
| YUV | 122.87 | 72.77 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 25 | 0 | 0.53 | 0.88 | 0.18 | 23.8 | 0.79 | 0.46 |
| Hex | D1 | 62 | 19 | 0 | 35 | 58 | 12 | 18 | 4F | 2E |
| Octal | 321 | 142 | 31 | 0 | 65 | 130 | 22 | 30 | 117 | 56 |
| Binary | 11010001 | 1100010 | 11001 | 0 | 110101 | 1011000 | 10010 | 11000 | 1001111 | 101110 |
Color Harmonies of #D16219
Complementary color
Monochromatic Colors of #D16219
Black with #D16219
Text Example
Text Example
White with #D16219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16219; }
p { color: rgb(209,98,25); }
H1.HeaderClassName
{
color: #D16219;
}
.AnyTagClassName
{
color: #D16219;
}
</style>
background-color css
<style>
a { background-color: #D16219; }
a { background-color: rgb(209,98,25); }
div.DivClassName
{
background-color: #D16219;
}
.BgClassName
{
background-color: #D16219;
}
</style>
border-color css
<style>
span { border-color: #D16219; }
span { border-color: rgb(209,98,25); }
td.TdClassName
{
border-color: #D16219;
}
.TagClassName
{
border-color: #D16219;
}
</style>