Shades of Chocolate #D97612
Tints of Chocolate #D97612
RGB
CMYK
RGB Variations
Color information
#D97612 (or 0xD97612) is known color: Chocolate. HEX triplet: D9, 76 and 12. RGB value is (217,118,18). Sum of RGB (Red+Green+Blue) = 217+118+18=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D97612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97612 is #2689ED. Grayscale: #888888. Windows color (decimal): -2525678 or 1210073. OLE color: 1210073.
HSL color Cylindrical-coordinate representation of color #D97612: hue angle of 30.15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D97612 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.15 |
| HSL | 30.15º | 0.85% | 0.46% | - |
| HSV(B) | 30.15º | 0.92% | 0.85% | - |
| XYZ | 35.2 | 27.75 | 4.07 | - |
| YUV | 136.2 | 61.3 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 18 | 0 | 0.46 | 0.92 | 0.15 | 30.15 | 0.85 | 0.46 |
| Hex | D9 | 76 | 12 | 0 | 2E | 5C | F | 1E | 55 | 2E |
| Octal | 331 | 166 | 22 | 0 | 56 | 134 | 17 | 36 | 125 | 56 |
| Binary | 11011001 | 1110110 | 10010 | 0 | 101110 | 1011100 | 1111 | 11110 | 1010101 | 101110 |
Color Harmonies of #D97612
Complementary color
Monochromatic Colors of #D97612
Black with #D97612
Text Example
Text Example
White with #D97612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97612; }
p { color: rgb(217,118,18); }
H1.HeaderClassName
{
color: #D97612;
}
.AnyTagClassName
{
color: #D97612;
}
</style>
background-color css
<style>
a { background-color: #D97612; }
a { background-color: rgb(217,118,18); }
div.DivClassName
{
background-color: #D97612;
}
.BgClassName
{
background-color: #D97612;
}
</style>
border-color css
<style>
span { border-color: #D97612; }
span { border-color: rgb(217,118,18); }
td.TdClassName
{
border-color: #D97612;
}
.TagClassName
{
border-color: #D97612;
}
</style>