Shades of Chocolate #D76114
Tints of Chocolate #D76114
RGB
CMYK
RGB Variations
Color information
#D76114 (or 0xD76114) is known color: Chocolate. HEX triplet: D7, 61 and 14. RGB value is (215,97,20). Sum of RGB (Red+Green+Blue) = 215+97+20=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D76114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76114 is #289EEB. Grayscale: #7B7B7B. Windows color (decimal): -2662124 or 1335767. OLE color: 1335767.
HSL color Cylindrical-coordinate representation of color #D76114: hue angle of 23.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D76114 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 20 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.16 |
| HSL | 23.69º | 0.83% | 0.46% | - |
| HSV(B) | 23.69º | 0.91% | 0.84% | - |
| XYZ | 32.43 | 23.05 | 3.4 | - |
| YUV | 123.5 | 69.59 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 20 | 0 | 0.55 | 0.91 | 0.16 | 23.69 | 0.83 | 0.46 |
| Hex | D7 | 61 | 14 | 0 | 37 | 5B | 10 | 18 | 53 | 2E |
| Octal | 327 | 141 | 24 | 0 | 67 | 133 | 20 | 30 | 123 | 56 |
| Binary | 11010111 | 1100001 | 10100 | 0 | 110111 | 1011011 | 10000 | 11000 | 1010011 | 101110 |
Color Harmonies of #D76114
Complementary color
Monochromatic Colors of #D76114
Black with #D76114
Text Example
Text Example
White with #D76114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76114; }
p { color: rgb(215,97,20); }
H1.HeaderClassName
{
color: #D76114;
}
.AnyTagClassName
{
color: #D76114;
}
</style>
background-color css
<style>
a { background-color: #D76114; }
a { background-color: rgb(215,97,20); }
div.DivClassName
{
background-color: #D76114;
}
.BgClassName
{
background-color: #D76114;
}
</style>
border-color css
<style>
span { border-color: #D76114; }
span { border-color: rgb(215,97,20); }
td.TdClassName
{
border-color: #D76114;
}
.TagClassName
{
border-color: #D76114;
}
</style>