Shades of Chocolate #D97512
Tints of Chocolate #D97512
RGB
CMYK
RGB Variations
Color information
#D97512 (or 0xD97512) is known color: Chocolate. HEX triplet: D9, 75 and 12. RGB value is (217,117,18). Sum of RGB (Red+Green+Blue) = 217+117+18=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D97512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97512 is #268AED. Grayscale: #888888. Windows color (decimal): -2525934 or 1209817. OLE color: 1209817.
HSL color Cylindrical-coordinate representation of color #D97512: hue angle of 29.85º 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 #D97512 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.15 |
| HSL | 29.85º | 0.85% | 0.46% | - |
| HSV(B) | 29.85º | 0.92% | 0.85% | - |
| XYZ | 35.09 | 27.52 | 4.03 | - |
| YUV | 135.61 | 61.63 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 18 | 0 | 0.46 | 0.92 | 0.15 | 29.85 | 0.85 | 0.46 |
| Hex | D9 | 75 | 12 | 0 | 2E | 5C | F | 1E | 55 | 2E |
| Octal | 331 | 165 | 22 | 0 | 56 | 134 | 17 | 36 | 125 | 56 |
| Binary | 11011001 | 1110101 | 10010 | 0 | 101110 | 1011100 | 1111 | 11110 | 1010101 | 101110 |
Color Harmonies of #D97512
Complementary color
Monochromatic Colors of #D97512
Black with #D97512
Text Example
Text Example
White with #D97512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97512; }
p { color: rgb(217,117,18); }
H1.HeaderClassName
{
color: #D97512;
}
.AnyTagClassName
{
color: #D97512;
}
</style>
background-color css
<style>
a { background-color: #D97512; }
a { background-color: rgb(217,117,18); }
div.DivClassName
{
background-color: #D97512;
}
.BgClassName
{
background-color: #D97512;
}
</style>
border-color css
<style>
span { border-color: #D97512; }
span { border-color: rgb(217,117,18); }
td.TdClassName
{
border-color: #D97512;
}
.TagClassName
{
border-color: #D97512;
}
</style>