Shades of Chocolate #D7700F
Tints of Chocolate #D7700F
RGB
CMYK
RGB Variations
Color information
#D7700F (or 0xD7700F) is known color: Chocolate. HEX triplet: D7, 70 and 0F. RGB value is (215,112,15). Sum of RGB (Red+Green+Blue) = 215+112+15=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7700F is #288FF0. Grayscale: #848484. Windows color (decimal): -2658289 or 1011927. OLE color: 1011927.
HSL color Cylindrical-coordinate representation of color #D7700F: hue angle of 29.1º degrees, saturation: 0.87, 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 #D7700F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 15 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.16 |
| HSL | 29.1º | 0.87% | 0.45% | - |
| HSV(B) | 29.1º | 0.93% | 0.84% | - |
| XYZ | 33.9 | 26.07 | 3.7 | - |
| YUV | 131.74 | 62.12 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 15 | 0 | 0.48 | 0.93 | 0.16 | 29.1 | 0.87 | 0.45 |
| Hex | D7 | 70 | F | 0 | 30 | 5D | 10 | 1D | 57 | 2D |
| Octal | 327 | 160 | 17 | 0 | 60 | 135 | 20 | 35 | 127 | 55 |
| Binary | 11010111 | 1110000 | 1111 | 0 | 110000 | 1011101 | 10000 | 11101 | 1010111 | 101101 |
Color Harmonies of #D7700F
Complementary color
Monochromatic Colors of #D7700F
Black with #D7700F
Text Example
Text Example
White with #D7700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7700F; }
p { color: rgb(215,112,15); }
H1.HeaderClassName
{
color: #D7700F;
}
.AnyTagClassName
{
color: #D7700F;
}
</style>
background-color css
<style>
a { background-color: #D7700F; }
a { background-color: rgb(215,112,15); }
div.DivClassName
{
background-color: #D7700F;
}
.BgClassName
{
background-color: #D7700F;
}
</style>
border-color css
<style>
span { border-color: #D7700F; }
span { border-color: rgb(215,112,15); }
td.TdClassName
{
border-color: #D7700F;
}
.TagClassName
{
border-color: #D7700F;
}
</style>