Shades of Chocolate #D07111
Tints of Chocolate #D07111
RGB
CMYK
RGB Variations
Color information
#D07111 (or 0xD07111) is known color: Chocolate. HEX triplet: D0, 71 and 11. RGB value is (208,113,17). Sum of RGB (Red+Green+Blue) = 208+113+17=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D07111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07111 is #2F8EEE. Grayscale: #828282. Windows color (decimal): -3116783 or 1143248. OLE color: 1143248.
HSL color Cylindrical-coordinate representation of color #D07111: hue angle of 30.16º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D07111 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 17 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.18 |
| HSL | 30.16º | 0.85% | 0.44% | - |
| HSV(B) | 30.16º | 0.92% | 0.82% | - |
| XYZ | 32.02 | 25.26 | 3.72 | - |
| YUV | 130.46 | 63.97 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 17 | 0 | 0.46 | 0.92 | 0.18 | 30.16 | 0.85 | 0.44 |
| Hex | D0 | 71 | 11 | 0 | 2E | 5C | 12 | 1E | 55 | 2C |
| Octal | 320 | 161 | 21 | 0 | 56 | 134 | 22 | 36 | 125 | 54 |
| Binary | 11010000 | 1110001 | 10001 | 0 | 101110 | 1011100 | 10010 | 11110 | 1010101 | 101100 |
Color Harmonies of #D07111
Complementary color
Monochromatic Colors of #D07111
Black with #D07111
Text Example
Text Example
White with #D07111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07111; }
p { color: rgb(208,113,17); }
H1.HeaderClassName
{
color: #D07111;
}
.AnyTagClassName
{
color: #D07111;
}
</style>
background-color css
<style>
a { background-color: #D07111; }
a { background-color: rgb(208,113,17); }
div.DivClassName
{
background-color: #D07111;
}
.BgClassName
{
background-color: #D07111;
}
</style>
border-color css
<style>
span { border-color: #D07111; }
span { border-color: rgb(208,113,17); }
td.TdClassName
{
border-color: #D07111;
}
.TagClassName
{
border-color: #D07111;
}
</style>