Shades of Chocolate #D76310
Tints of Chocolate #D76310
RGB
CMYK
RGB Variations
Color information
#D76310 (or 0xD76310) is known color: Chocolate. HEX triplet: D7, 63 and 10. RGB value is (215,99,16). Sum of RGB (Red+Green+Blue) = 215+99+16=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D76310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76310 is #289CEF. Grayscale: #7C7C7C. Windows color (decimal): -2661616 or 1074135. OLE color: 1074135.
HSL color Cylindrical-coordinate representation of color #D76310: hue angle of 25.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D76310 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.16 |
| HSL | 25.03º | 0.86% | 0.45% | - |
| HSV(B) | 25.03º | 0.93% | 0.84% | - |
| XYZ | 32.58 | 23.41 | 3.29 | - |
| YUV | 124.22 | 66.93 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 16 | 0 | 0.54 | 0.93 | 0.16 | 25.03 | 0.86 | 0.45 |
| Hex | D7 | 63 | 10 | 0 | 36 | 5D | 10 | 19 | 56 | 2D |
| Octal | 327 | 143 | 20 | 0 | 66 | 135 | 20 | 31 | 126 | 55 |
| Binary | 11010111 | 1100011 | 10000 | 0 | 110110 | 1011101 | 10000 | 11001 | 1010110 | 101101 |
Color Harmonies of #D76310
Complementary color
Monochromatic Colors of #D76310
Black with #D76310
Text Example
Text Example
White with #D76310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76310; }
p { color: rgb(215,99,16); }
H1.HeaderClassName
{
color: #D76310;
}
.AnyTagClassName
{
color: #D76310;
}
</style>
background-color css
<style>
a { background-color: #D76310; }
a { background-color: rgb(215,99,16); }
div.DivClassName
{
background-color: #D76310;
}
.BgClassName
{
background-color: #D76310;
}
</style>
border-color css
<style>
span { border-color: #D76310; }
span { border-color: rgb(215,99,16); }
td.TdClassName
{
border-color: #D76310;
}
.TagClassName
{
border-color: #D76310;
}
</style>