Shades of Chocolate #D77216
Tints of Chocolate #D77216
RGB
CMYK
RGB Variations
Color information
#D77216 (or 0xD77216) is known color: Chocolate. HEX triplet: D7, 72 and 16. RGB value is (215,114,22). Sum of RGB (Red+Green+Blue) = 215+114+22=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D77216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77216 is #288DE9. Grayscale: #868686. Windows color (decimal): -2657770 or 1471191. OLE color: 1471191.
HSL color Cylindrical-coordinate representation of color #D77216: hue angle of 28.6º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D77216 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.16 |
| HSL | 28.6º | 0.81% | 0.46% | - |
| HSV(B) | 28.6º | 0.9% | 0.84% | - |
| XYZ | 34.19 | 26.54 | 4.08 | - |
| YUV | 133.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 22 | 0 | 0.47 | 0.90 | 0.16 | 28.6 | 0.81 | 0.46 |
| Hex | D7 | 72 | 16 | 0 | 2F | 5A | 10 | 1D | 51 | 2E |
| Octal | 327 | 162 | 26 | 0 | 57 | 132 | 20 | 35 | 121 | 56 |
| Binary | 11010111 | 1110010 | 10110 | 0 | 101111 | 1011010 | 10000 | 11101 | 1010001 | 101110 |
Color Harmonies of #D77216
Complementary color
Monochromatic Colors of #D77216
Black with #D77216
Text Example
Text Example
White with #D77216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77216; }
p { color: rgb(215,114,22); }
H1.HeaderClassName
{
color: #D77216;
}
.AnyTagClassName
{
color: #D77216;
}
</style>
background-color css
<style>
a { background-color: #D77216; }
a { background-color: rgb(215,114,22); }
div.DivClassName
{
background-color: #D77216;
}
.BgClassName
{
background-color: #D77216;
}
</style>
border-color css
<style>
span { border-color: #D77216; }
span { border-color: rgb(215,114,22); }
td.TdClassName
{
border-color: #D77216;
}
.TagClassName
{
border-color: #D77216;
}
</style>