Shades of Chocolate #D47211
Tints of Chocolate #D47211
RGB
CMYK
RGB Variations
Color information
#D47211 (or 0xD47211) is known color: Chocolate. HEX triplet: D4, 72 and 11. RGB value is (212,114,17). Sum of RGB (Red+Green+Blue) = 212+114+17=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D47211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47211 is #2B8DEE. Grayscale: #848484. Windows color (decimal): -2854383 or 1143508. OLE color: 1143508.
HSL color Cylindrical-coordinate representation of color #D47211: hue angle of 29.85º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D47211 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 17 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.17 |
| HSL | 29.85º | 0.85% | 0.45% | - |
| HSV(B) | 29.85º | 0.92% | 0.83% | - |
| XYZ | 33.27 | 26.07 | 3.81 | - |
| YUV | 132.24 | 62.97 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 17 | 0 | 0.46 | 0.92 | 0.17 | 29.85 | 0.85 | 0.45 |
| Hex | D4 | 72 | 11 | 0 | 2E | 5C | 11 | 1E | 55 | 2D |
| Octal | 324 | 162 | 21 | 0 | 56 | 134 | 21 | 36 | 125 | 55 |
| Binary | 11010100 | 1110010 | 10001 | 0 | 101110 | 1011100 | 10001 | 11110 | 1010101 | 101101 |
Color Harmonies of #D47211
Complementary color
Monochromatic Colors of #D47211
Black with #D47211
Text Example
Text Example
White with #D47211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47211; }
p { color: rgb(212,114,17); }
H1.HeaderClassName
{
color: #D47211;
}
.AnyTagClassName
{
color: #D47211;
}
</style>
background-color css
<style>
a { background-color: #D47211; }
a { background-color: rgb(212,114,17); }
div.DivClassName
{
background-color: #D47211;
}
.BgClassName
{
background-color: #D47211;
}
</style>
border-color css
<style>
span { border-color: #D47211; }
span { border-color: rgb(212,114,17); }
td.TdClassName
{
border-color: #D47211;
}
.TagClassName
{
border-color: #D47211;
}
</style>