Shades of Chocolate #D76215
Tints of Chocolate #D76215
RGB
CMYK
RGB Variations
Color information
#D76215 (or 0xD76215) is known color: Chocolate. HEX triplet: D7, 62 and 15. RGB value is (215,98,21). Sum of RGB (Red+Green+Blue) = 215+98+21=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D76215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76215 is #289DEA. Grayscale: #7C7C7C. Windows color (decimal): -2661867 or 1401559. OLE color: 1401559.
HSL color Cylindrical-coordinate representation of color #D76215: hue angle of 23.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D76215 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 21 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.16 |
| HSL | 23.81º | 0.82% | 0.46% | - |
| HSV(B) | 23.81º | 0.9% | 0.84% | - |
| XYZ | 32.53 | 23.24 | 3.48 | - |
| YUV | 124.21 | 69.76 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 21 | 0 | 0.54 | 0.90 | 0.16 | 23.81 | 0.82 | 0.46 |
| Hex | D7 | 62 | 15 | 0 | 36 | 5A | 10 | 18 | 52 | 2E |
| Octal | 327 | 142 | 25 | 0 | 66 | 132 | 20 | 30 | 122 | 56 |
| Binary | 11010111 | 1100010 | 10101 | 0 | 110110 | 1011010 | 10000 | 11000 | 1010010 | 101110 |
Color Harmonies of #D76215
Complementary color
Monochromatic Colors of #D76215
Black with #D76215
Text Example
Text Example
White with #D76215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76215; }
p { color: rgb(215,98,21); }
H1.HeaderClassName
{
color: #D76215;
}
.AnyTagClassName
{
color: #D76215;
}
</style>
background-color css
<style>
a { background-color: #D76215; }
a { background-color: rgb(215,98,21); }
div.DivClassName
{
background-color: #D76215;
}
.BgClassName
{
background-color: #D76215;
}
</style>
border-color css
<style>
span { border-color: #D76215; }
span { border-color: rgb(215,98,21); }
td.TdClassName
{
border-color: #D76215;
}
.TagClassName
{
border-color: #D76215;
}
</style>