Shades of Chocolate #D76B10
Tints of Chocolate #D76B10
RGB
CMYK
RGB Variations
Color information
#D76B10 (or 0xD76B10) is known color: Chocolate. HEX triplet: D7, 6B and 10. RGB value is (215,107,16). Sum of RGB (Red+Green+Blue) = 215+107+16=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76B10 is #2894EF. Grayscale: #818181. Windows color (decimal): -2659568 or 1076183. OLE color: 1076183.
HSL color Cylindrical-coordinate representation of color #D76B10: hue angle of 27.44º 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 #D76B10 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.16 |
| HSL | 27.44º | 0.86% | 0.45% | - |
| HSV(B) | 27.44º | 0.93% | 0.84% | - |
| XYZ | 33.38 | 25 | 3.56 | - |
| YUV | 128.92 | 64.28 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 16 | 0 | 0.50 | 0.93 | 0.16 | 27.44 | 0.86 | 0.45 |
| Hex | D7 | 6B | 10 | 0 | 32 | 5D | 10 | 1B | 56 | 2D |
| Octal | 327 | 153 | 20 | 0 | 62 | 135 | 20 | 33 | 126 | 55 |
| Binary | 11010111 | 1101011 | 10000 | 0 | 110010 | 1011101 | 10000 | 11011 | 1010110 | 101101 |
Color Harmonies of #D76B10
Complementary color
Monochromatic Colors of #D76B10
Black with #D76B10
Text Example
Text Example
White with #D76B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B10; }
p { color: rgb(215,107,16); }
H1.HeaderClassName
{
color: #D76B10;
}
.AnyTagClassName
{
color: #D76B10;
}
</style>
background-color css
<style>
a { background-color: #D76B10; }
a { background-color: rgb(215,107,16); }
div.DivClassName
{
background-color: #D76B10;
}
.BgClassName
{
background-color: #D76B10;
}
</style>
border-color css
<style>
span { border-color: #D76B10; }
span { border-color: rgb(215,107,16); }
td.TdClassName
{
border-color: #D76B10;
}
.TagClassName
{
border-color: #D76B10;
}
</style>