Shades of Chocolate #D17119
Tints of Chocolate #D17119
RGB
CMYK
RGB Variations
Color information
#D17119 (or 0xD17119) is known color: Chocolate. HEX triplet: D1, 71 and 19. RGB value is (209,113,25). Sum of RGB (Red+Green+Blue) = 209+113+25=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D17119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17119 is #2E8EE6. Grayscale: #848484. Windows color (decimal): -3051239 or 1667537. OLE color: 1667537.
HSL color Cylindrical-coordinate representation of color #D17119: hue angle of 28.7º 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 #D17119 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 25 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.18 |
| HSL | 28.7º | 0.79% | 0.46% | - |
| HSV(B) | 28.7º | 0.88% | 0.82% | - |
| XYZ | 32.38 | 25.44 | 4.12 | - |
| YUV | 131.67 | 67.8 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 25 | 0 | 0.46 | 0.88 | 0.18 | 28.7 | 0.79 | 0.46 |
| Hex | D1 | 71 | 19 | 0 | 2E | 58 | 12 | 1D | 4F | 2E |
| Octal | 321 | 161 | 31 | 0 | 56 | 130 | 22 | 35 | 117 | 56 |
| Binary | 11010001 | 1110001 | 11001 | 0 | 101110 | 1011000 | 10010 | 11101 | 1001111 | 101110 |
Color Harmonies of #D17119
Complementary color
Monochromatic Colors of #D17119
Black with #D17119
Text Example
Text Example
White with #D17119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17119; }
p { color: rgb(209,113,25); }
H1.HeaderClassName
{
color: #D17119;
}
.AnyTagClassName
{
color: #D17119;
}
</style>
background-color css
<style>
a { background-color: #D17119; }
a { background-color: rgb(209,113,25); }
div.DivClassName
{
background-color: #D17119;
}
.BgClassName
{
background-color: #D17119;
}
</style>
border-color css
<style>
span { border-color: #D17119; }
span { border-color: rgb(209,113,25); }
td.TdClassName
{
border-color: #D17119;
}
.TagClassName
{
border-color: #D17119;
}
</style>