Shades of Chocolate #D97312
Tints of Chocolate #D97312
RGB
CMYK
RGB Variations
Color information
#D97312 (or 0xD97312) is known color: Chocolate. HEX triplet: D9, 73 and 12. RGB value is (217,115,18). Sum of RGB (Red+Green+Blue) = 217+115+18=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D97312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97312 is #268CED. Grayscale: #868686. Windows color (decimal): -2526446 or 1209305. OLE color: 1209305.
HSL color Cylindrical-coordinate representation of color #D97312: hue angle of 29.25º 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 #D97312 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 18 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.15 |
| HSL | 29.25º | 0.85% | 0.46% | - |
| HSV(B) | 29.25º | 0.92% | 0.85% | - |
| XYZ | 34.86 | 27.06 | 3.96 | - |
| YUV | 134.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 18 | 0 | 0.47 | 0.92 | 0.15 | 29.25 | 0.85 | 0.46 |
| Hex | D9 | 73 | 12 | 0 | 2F | 5C | F | 1D | 55 | 2E |
| Octal | 331 | 163 | 22 | 0 | 57 | 134 | 17 | 35 | 125 | 56 |
| Binary | 11011001 | 1110011 | 10010 | 0 | 101111 | 1011100 | 1111 | 11101 | 1010101 | 101110 |
Color Harmonies of #D97312
Complementary color
Monochromatic Colors of #D97312
Black with #D97312
Text Example
Text Example
White with #D97312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97312; }
p { color: rgb(217,115,18); }
H1.HeaderClassName
{
color: #D97312;
}
.AnyTagClassName
{
color: #D97312;
}
</style>
background-color css
<style>
a { background-color: #D97312; }
a { background-color: rgb(217,115,18); }
div.DivClassName
{
background-color: #D97312;
}
.BgClassName
{
background-color: #D97312;
}
</style>
border-color css
<style>
span { border-color: #D97312; }
span { border-color: rgb(217,115,18); }
td.TdClassName
{
border-color: #D97312;
}
.TagClassName
{
border-color: #D97312;
}
</style>