Shades of Chocolate #D77310
Tints of Chocolate #D77310
RGB
CMYK
RGB Variations
Color information
#D77310 (or 0xD77310) is known color: Chocolate. HEX triplet: D7, 73 and 10. RGB value is (215,115,16). Sum of RGB (Red+Green+Blue) = 215+115+16=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D77310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77310 is #288CEF. Grayscale: #868686. Windows color (decimal): -2657520 or 1078231. OLE color: 1078231.
HSL color Cylindrical-coordinate representation of color #D77310: hue angle of 29.85º degrees, saturation: 0.86, 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 #D77310 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 16 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.16 |
| HSL | 29.85º | 0.86% | 0.45% | - |
| HSV(B) | 29.85º | 0.93% | 0.84% | - |
| XYZ | 34.25 | 26.75 | 3.85 | - |
| YUV | 133.61 | 61.63 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 16 | 0 | 0.47 | 0.93 | 0.16 | 29.85 | 0.86 | 0.45 |
| Hex | D7 | 73 | 10 | 0 | 2F | 5D | 10 | 1E | 56 | 2D |
| Octal | 327 | 163 | 20 | 0 | 57 | 135 | 20 | 36 | 126 | 55 |
| Binary | 11010111 | 1110011 | 10000 | 0 | 101111 | 1011101 | 10000 | 11110 | 1010110 | 101101 |
Color Harmonies of #D77310
Complementary color
Monochromatic Colors of #D77310
Black with #D77310
Text Example
Text Example
White with #D77310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77310; }
p { color: rgb(215,115,16); }
H1.HeaderClassName
{
color: #D77310;
}
.AnyTagClassName
{
color: #D77310;
}
</style>
background-color css
<style>
a { background-color: #D77310; }
a { background-color: rgb(215,115,16); }
div.DivClassName
{
background-color: #D77310;
}
.BgClassName
{
background-color: #D77310;
}
</style>
border-color css
<style>
span { border-color: #D77310; }
span { border-color: rgb(215,115,16); }
td.TdClassName
{
border-color: #D77310;
}
.TagClassName
{
border-color: #D77310;
}
</style>