Shades of Chocolate #D17112
Tints of Chocolate #D17112
RGB
CMYK
RGB Variations
Color information
#D17112 (or 0xD17112) is known color: Chocolate. HEX triplet: D1, 71 and 12. RGB value is (209,113,18). Sum of RGB (Red+Green+Blue) = 209+113+18=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D17112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17112 is #2E8EED. Grayscale: #838383. Windows color (decimal): -3051246 or 1208785. OLE color: 1208785.
HSL color Cylindrical-coordinate representation of color #D17112: hue angle of 29.84º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D17112 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 18 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.18 |
| HSL | 29.84º | 0.84% | 0.45% | - |
| HSV(B) | 29.84º | 0.91% | 0.82% | - |
| XYZ | 32.31 | 25.41 | 3.77 | - |
| YUV | 130.87 | 64.3 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 18 | 0 | 0.46 | 0.91 | 0.18 | 29.84 | 0.84 | 0.45 |
| Hex | D1 | 71 | 12 | 0 | 2E | 5B | 12 | 1E | 54 | 2D |
| Octal | 321 | 161 | 22 | 0 | 56 | 133 | 22 | 36 | 124 | 55 |
| Binary | 11010001 | 1110001 | 10010 | 0 | 101110 | 1011011 | 10010 | 11110 | 1010100 | 101101 |
Color Harmonies of #D17112
Complementary color
Monochromatic Colors of #D17112
Black with #D17112
Text Example
Text Example
White with #D17112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17112; }
p { color: rgb(209,113,18); }
H1.HeaderClassName
{
color: #D17112;
}
.AnyTagClassName
{
color: #D17112;
}
</style>
background-color css
<style>
a { background-color: #D17112; }
a { background-color: rgb(209,113,18); }
div.DivClassName
{
background-color: #D17112;
}
.BgClassName
{
background-color: #D17112;
}
</style>
border-color css
<style>
span { border-color: #D17112; }
span { border-color: rgb(209,113,18); }
td.TdClassName
{
border-color: #D17112;
}
.TagClassName
{
border-color: #D17112;
}
</style>