Shades of Chocolate #D77013
Tints of Chocolate #D77013
RGB
CMYK
RGB Variations
Color information
#D77013 (or 0xD77013) is known color: Chocolate. HEX triplet: D7, 70 and 13. RGB value is (215,112,19). Sum of RGB (Red+Green+Blue) = 215+112+19=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D77013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77013 is #288FEC. Grayscale: #848484. Windows color (decimal): -2658285 or 1274071. OLE color: 1274071.
HSL color Cylindrical-coordinate representation of color #D77013: hue angle of 28.47º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D77013 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 19 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.16 |
| HSL | 28.47º | 0.84% | 0.46% | - |
| HSV(B) | 28.47º | 0.91% | 0.84% | - |
| XYZ | 33.94 | 26.08 | 3.86 | - |
| YUV | 132.2 | 64.12 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 19 | 0 | 0.48 | 0.91 | 0.16 | 28.47 | 0.84 | 0.46 |
| Hex | D7 | 70 | 13 | 0 | 30 | 5B | 10 | 1C | 54 | 2E |
| Octal | 327 | 160 | 23 | 0 | 60 | 133 | 20 | 34 | 124 | 56 |
| Binary | 11010111 | 1110000 | 10011 | 0 | 110000 | 1011011 | 10000 | 11100 | 1010100 | 101110 |
Color Harmonies of #D77013
Complementary color
Monochromatic Colors of #D77013
Black with #D77013
Text Example
Text Example
White with #D77013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77013; }
p { color: rgb(215,112,19); }
H1.HeaderClassName
{
color: #D77013;
}
.AnyTagClassName
{
color: #D77013;
}
</style>
background-color css
<style>
a { background-color: #D77013; }
a { background-color: rgb(215,112,19); }
div.DivClassName
{
background-color: #D77013;
}
.BgClassName
{
background-color: #D77013;
}
</style>
border-color css
<style>
span { border-color: #D77013; }
span { border-color: rgb(215,112,19); }
td.TdClassName
{
border-color: #D77013;
}
.TagClassName
{
border-color: #D77013;
}
</style>