Shades of Chocolate #D76D1C
Tints of Chocolate #D76D1C
RGB
CMYK
RGB Variations
Color information
#D76D1C (or 0xD76D1C) is known color: Chocolate. HEX triplet: D7, 6D and 1C. RGB value is (215,109,28). Sum of RGB (Red+Green+Blue) = 215+109+28=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D1C is #2892E3. Grayscale: #838383. Windows color (decimal): -2659044 or 1863127. OLE color: 1863127.
HSL color Cylindrical-coordinate representation of color #D76D1C: hue angle of 25.99º degrees, saturation: 0.77, 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 #D76D1C is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 28 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.16 |
| HSL | 25.99º | 0.77% | 0.48% | - |
| HSV(B) | 25.99º | 0.87% | 0.84% | - |
| XYZ | 33.7 | 25.47 | 4.24 | - |
| YUV | 131.46 | 69.62 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 28 | 0 | 0.49 | 0.87 | 0.16 | 25.99 | 0.77 | 0.48 |
| Hex | D7 | 6D | 1C | 0 | 31 | 57 | 10 | 1A | 4D | 30 |
| Octal | 327 | 155 | 34 | 0 | 61 | 127 | 20 | 32 | 115 | 60 |
| Binary | 11010111 | 1101101 | 11100 | 0 | 110001 | 1010111 | 10000 | 11010 | 1001101 | 110000 |
Color Harmonies of #D76D1C
Complementary color
Monochromatic Colors of #D76D1C
Black with #D76D1C
Text Example
Text Example
White with #D76D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D1C; }
p { color: rgb(215,109,28); }
H1.HeaderClassName
{
color: #D76D1C;
}
.AnyTagClassName
{
color: #D76D1C;
}
</style>
background-color css
<style>
a { background-color: #D76D1C; }
a { background-color: rgb(215,109,28); }
div.DivClassName
{
background-color: #D76D1C;
}
.BgClassName
{
background-color: #D76D1C;
}
</style>
border-color css
<style>
span { border-color: #D76D1C; }
span { border-color: rgb(215,109,28); }
td.TdClassName
{
border-color: #D76D1C;
}
.TagClassName
{
border-color: #D76D1C;
}
</style>