Shades of Chocolate #D76B0C
Tints of Chocolate #D76B0C
RGB
CMYK
RGB Variations
Color information
#D76B0C (or 0xD76B0C) is known color: Chocolate. HEX triplet: D7, 6B and 0C. RGB value is (215,107,12). Sum of RGB (Red+Green+Blue) = 215+107+12=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76B0C is #2894F3. Grayscale: #808080. Windows color (decimal): -2659572 or 814039. OLE color: 814039.
HSL color Cylindrical-coordinate representation of color #D76B0C: hue angle of 28.08º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D76B0C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 12 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.16 |
| HSL | 28.08º | 0.89% | 0.45% | - |
| HSV(B) | 28.08º | 0.94% | 0.84% | - |
| XYZ | 33.35 | 24.99 | 3.41 | - |
| YUV | 128.46 | 62.28 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 12 | 0 | 0.50 | 0.94 | 0.16 | 28.08 | 0.89 | 0.45 |
| Hex | D7 | 6B | C | 0 | 32 | 5E | 10 | 1C | 59 | 2D |
| Octal | 327 | 153 | 14 | 0 | 62 | 136 | 20 | 34 | 131 | 55 |
| Binary | 11010111 | 1101011 | 1100 | 0 | 110010 | 1011110 | 10000 | 11100 | 1011001 | 101101 |
Color Harmonies of #D76B0C
Complementary color
Monochromatic Colors of #D76B0C
Black with #D76B0C
Text Example
Text Example
White with #D76B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B0C; }
p { color: rgb(215,107,12); }
H1.HeaderClassName
{
color: #D76B0C;
}
.AnyTagClassName
{
color: #D76B0C;
}
</style>
background-color css
<style>
a { background-color: #D76B0C; }
a { background-color: rgb(215,107,12); }
div.DivClassName
{
background-color: #D76B0C;
}
.BgClassName
{
background-color: #D76B0C;
}
</style>
border-color css
<style>
span { border-color: #D76B0C; }
span { border-color: rgb(215,107,12); }
td.TdClassName
{
border-color: #D76B0C;
}
.TagClassName
{
border-color: #D76B0C;
}
</style>