Shades of Chocolate #D16619
Tints of Chocolate #D16619
RGB
CMYK
RGB Variations
Color information
#D16619 (or 0xD16619) is known color: Chocolate. HEX triplet: D1, 66 and 19. RGB value is (209,102,25). Sum of RGB (Red+Green+Blue) = 209+102+25=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D16619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16619 is #2E99E6. Grayscale: #7D7D7D. Windows color (decimal): -3054055 or 1664721. OLE color: 1664721.
HSL color Cylindrical-coordinate representation of color #D16619: hue angle of 25.11º 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 #D16619 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 25 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.18 |
| HSL | 25.11º | 0.79% | 0.46% | - |
| HSV(B) | 25.11º | 0.88% | 0.82% | - |
| XYZ | 31.22 | 23.13 | 3.74 | - |
| YUV | 125.22 | 71.45 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 25 | 0 | 0.51 | 0.88 | 0.18 | 25.11 | 0.79 | 0.46 |
| Hex | D1 | 66 | 19 | 0 | 33 | 58 | 12 | 19 | 4F | 2E |
| Octal | 321 | 146 | 31 | 0 | 63 | 130 | 22 | 31 | 117 | 56 |
| Binary | 11010001 | 1100110 | 11001 | 0 | 110011 | 1011000 | 10010 | 11001 | 1001111 | 101110 |
Color Harmonies of #D16619
Complementary color
Monochromatic Colors of #D16619
Black with #D16619
Text Example
Text Example
White with #D16619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16619; }
p { color: rgb(209,102,25); }
H1.HeaderClassName
{
color: #D16619;
}
.AnyTagClassName
{
color: #D16619;
}
</style>
background-color css
<style>
a { background-color: #D16619; }
a { background-color: rgb(209,102,25); }
div.DivClassName
{
background-color: #D16619;
}
.BgClassName
{
background-color: #D16619;
}
</style>
border-color css
<style>
span { border-color: #D16619; }
span { border-color: rgb(209,102,25); }
td.TdClassName
{
border-color: #D16619;
}
.TagClassName
{
border-color: #D16619;
}
</style>