Shades of Chocolate #D7711B
Tints of Chocolate #D7711B
RGB
CMYK
RGB Variations
Color information
#D7711B (or 0xD7711B) is known color: Chocolate. HEX triplet: D7, 71 and 1B. RGB value is (215,113,27). Sum of RGB (Red+Green+Blue) = 215+113+27=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D7711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7711B is #288EE4. Grayscale: #868686. Windows color (decimal): -2658021 or 1798615. OLE color: 1798615.
HSL color Cylindrical-coordinate representation of color #D7711B: hue angle of 27.45º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7711B is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 27 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.16 |
| HSL | 27.45º | 0.78% | 0.47% | - |
| HSV(B) | 27.45º | 0.87% | 0.84% | - |
| XYZ | 34.13 | 26.34 | 4.32 | - |
| YUV | 133.69 | 67.79 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 27 | 0 | 0.47 | 0.87 | 0.16 | 27.45 | 0.78 | 0.47 |
| Hex | D7 | 71 | 1B | 0 | 2F | 57 | 10 | 1B | 4E | 2F |
| Octal | 327 | 161 | 33 | 0 | 57 | 127 | 20 | 33 | 116 | 57 |
| Binary | 11010111 | 1110001 | 11011 | 0 | 101111 | 1010111 | 10000 | 11011 | 1001110 | 101111 |
Color Harmonies of #D7711B
Complementary color
Monochromatic Colors of #D7711B
Black with #D7711B
Text Example
Text Example
White with #D7711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7711B; }
p { color: rgb(215,113,27); }
H1.HeaderClassName
{
color: #D7711B;
}
.AnyTagClassName
{
color: #D7711B;
}
</style>
background-color css
<style>
a { background-color: #D7711B; }
a { background-color: rgb(215,113,27); }
div.DivClassName
{
background-color: #D7711B;
}
.BgClassName
{
background-color: #D7711B;
}
</style>
border-color css
<style>
span { border-color: #D7711B; }
span { border-color: rgb(215,113,27); }
td.TdClassName
{
border-color: #D7711B;
}
.TagClassName
{
border-color: #D7711B;
}
</style>