Shades of Chocolate #D76C1D
Tints of Chocolate #D76C1D
RGB
CMYK
RGB Variations
Color information
#D76C1D (or 0xD76C1D) is known color: Chocolate. HEX triplet: D7, 6C and 1D. RGB value is (215,108,29). Sum of RGB (Red+Green+Blue) = 215+108+29=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C1D is #2893E2. Grayscale: #838383. Windows color (decimal): -2659299 or 1928407. OLE color: 1928407.
HSL color Cylindrical-coordinate representation of color #D76C1D: hue angle of 25.48º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D76C1D is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 29 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.16 |
| HSL | 25.48º | 0.76% | 0.48% | - |
| HSV(B) | 25.48º | 0.87% | 0.84% | - |
| XYZ | 33.61 | 25.26 | 4.27 | - |
| YUV | 130.99 | 70.45 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 29 | 0 | 0.50 | 0.87 | 0.16 | 25.48 | 0.76 | 0.48 |
| Hex | D7 | 6C | 1D | 0 | 32 | 57 | 10 | 19 | 4C | 30 |
| Octal | 327 | 154 | 35 | 0 | 62 | 127 | 20 | 31 | 114 | 60 |
| Binary | 11010111 | 1101100 | 11101 | 0 | 110010 | 1010111 | 10000 | 11001 | 1001100 | 110000 |
Color Harmonies of #D76C1D
Complementary color
Monochromatic Colors of #D76C1D
Black with #D76C1D
Text Example
Text Example
White with #D76C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C1D; }
p { color: rgb(215,108,29); }
H1.HeaderClassName
{
color: #D76C1D;
}
.AnyTagClassName
{
color: #D76C1D;
}
</style>
background-color css
<style>
a { background-color: #D76C1D; }
a { background-color: rgb(215,108,29); }
div.DivClassName
{
background-color: #D76C1D;
}
.BgClassName
{
background-color: #D76C1D;
}
</style>
border-color css
<style>
span { border-color: #D76C1D; }
span { border-color: rgb(215,108,29); }
td.TdClassName
{
border-color: #D76C1D;
}
.TagClassName
{
border-color: #D76C1D;
}
</style>