Shades of Chocolate #D7720E
Tints of Chocolate #D7720E
RGB
CMYK
RGB Variations
Color information
#D7720E (or 0xD7720E) is known color: Chocolate. HEX triplet: D7, 72 and 0E. RGB value is (215,114,14). Sum of RGB (Red+Green+Blue) = 215+114+14=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D7720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7720E is #288DF1. Grayscale: #858585. Windows color (decimal): -2657778 or 946903. OLE color: 946903.
HSL color Cylindrical-coordinate representation of color #D7720E: hue angle of 29.85º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7720E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.16 |
| HSL | 29.85º | 0.88% | 0.45% | - |
| HSV(B) | 29.85º | 0.93% | 0.84% | - |
| XYZ | 34.12 | 26.51 | 3.73 | - |
| YUV | 132.8 | 60.96 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 14 | 0 | 0.47 | 0.93 | 0.16 | 29.85 | 0.88 | 0.45 |
| Hex | D7 | 72 | E | 0 | 2F | 5D | 10 | 1E | 58 | 2D |
| Octal | 327 | 162 | 16 | 0 | 57 | 135 | 20 | 36 | 130 | 55 |
| Binary | 11010111 | 1110010 | 1110 | 0 | 101111 | 1011101 | 10000 | 11110 | 1011000 | 101101 |
Color Harmonies of #D7720E
Complementary color
Monochromatic Colors of #D7720E
Black with #D7720E
Text Example
Text Example
White with #D7720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7720E; }
p { color: rgb(215,114,14); }
H1.HeaderClassName
{
color: #D7720E;
}
.AnyTagClassName
{
color: #D7720E;
}
</style>
background-color css
<style>
a { background-color: #D7720E; }
a { background-color: rgb(215,114,14); }
div.DivClassName
{
background-color: #D7720E;
}
.BgClassName
{
background-color: #D7720E;
}
</style>
border-color css
<style>
span { border-color: #D7720E; }
span { border-color: rgb(215,114,14); }
td.TdClassName
{
border-color: #D7720E;
}
.TagClassName
{
border-color: #D7720E;
}
</style>