Shades of Chocolate #D76C1E
Tints of Chocolate #D76C1E
RGB
CMYK
RGB Variations
Color information
#D76C1E (or 0xD76C1E) is known color: Chocolate. HEX triplet: D7, 6C and 1E. RGB value is (215,108,30). Sum of RGB (Red+Green+Blue) = 215+108+30=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C1E is #2893E1. Grayscale: #838383. Windows color (decimal): -2659298 or 1993943. OLE color: 1993943.
HSL color Cylindrical-coordinate representation of color #D76C1E: hue angle of 25.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D76C1E is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 30 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.16 |
| HSL | 25.3º | 0.76% | 0.48% | - |
| HSV(B) | 25.3º | 0.86% | 0.84% | - |
| XYZ | 33.62 | 25.27 | 4.33 | - |
| YUV | 131.1 | 70.95 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 30 | 0 | 0.50 | 0.86 | 0.16 | 25.3 | 0.76 | 0.48 |
| Hex | D7 | 6C | 1E | 0 | 32 | 56 | 10 | 19 | 4C | 30 |
| Octal | 327 | 154 | 36 | 0 | 62 | 126 | 20 | 31 | 114 | 60 |
| Binary | 11010111 | 1101100 | 11110 | 0 | 110010 | 1010110 | 10000 | 11001 | 1001100 | 110000 |
Color Harmonies of #D76C1E
Complementary color
Monochromatic Colors of #D76C1E
Black with #D76C1E
Text Example
Text Example
White with #D76C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C1E; }
p { color: rgb(215,108,30); }
H1.HeaderClassName
{
color: #D76C1E;
}
.AnyTagClassName
{
color: #D76C1E;
}
</style>
background-color css
<style>
a { background-color: #D76C1E; }
a { background-color: rgb(215,108,30); }
div.DivClassName
{
background-color: #D76C1E;
}
.BgClassName
{
background-color: #D76C1E;
}
</style>
border-color css
<style>
span { border-color: #D76C1E; }
span { border-color: rgb(215,108,30); }
td.TdClassName
{
border-color: #D76C1E;
}
.TagClassName
{
border-color: #D76C1E;
}
</style>