Shades of Chocolate #D76312
Tints of Chocolate #D76312
RGB
CMYK
RGB Variations
Color information
#D76312 (or 0xD76312) is known color: Chocolate. HEX triplet: D7, 63 and 12. RGB value is (215,99,18). Sum of RGB (Red+Green+Blue) = 215+99+18=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D76312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76312 is #289CED. Grayscale: #7C7C7C. Windows color (decimal): -2661614 or 1205207. OLE color: 1205207.
HSL color Cylindrical-coordinate representation of color #D76312: hue angle of 24.67º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D76312 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 18 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.16 |
| HSL | 24.67º | 0.85% | 0.46% | - |
| HSV(B) | 24.67º | 0.92% | 0.84% | - |
| XYZ | 32.6 | 23.41 | 3.37 | - |
| YUV | 124.45 | 67.93 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 18 | 0 | 0.54 | 0.92 | 0.16 | 24.67 | 0.85 | 0.46 |
| Hex | D7 | 63 | 12 | 0 | 36 | 5C | 10 | 19 | 55 | 2E |
| Octal | 327 | 143 | 22 | 0 | 66 | 134 | 20 | 31 | 125 | 56 |
| Binary | 11010111 | 1100011 | 10010 | 0 | 110110 | 1011100 | 10000 | 11001 | 1010101 | 101110 |
Color Harmonies of #D76312
Complementary color
Monochromatic Colors of #D76312
Black with #D76312
Text Example
Text Example
White with #D76312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76312; }
p { color: rgb(215,99,18); }
H1.HeaderClassName
{
color: #D76312;
}
.AnyTagClassName
{
color: #D76312;
}
</style>
background-color css
<style>
a { background-color: #D76312; }
a { background-color: rgb(215,99,18); }
div.DivClassName
{
background-color: #D76312;
}
.BgClassName
{
background-color: #D76312;
}
</style>
border-color css
<style>
span { border-color: #D76312; }
span { border-color: rgb(215,99,18); }
td.TdClassName
{
border-color: #D76312;
}
.TagClassName
{
border-color: #D76312;
}
</style>