Shades of Ochre #D97711
Tints of Ochre #D97711
RGB
CMYK
RGB Variations
Color information
#D97711 (or 0xD97711) is known color: Ochre. HEX triplet: D9, 77 and 11. RGB value is (217,119,17). Sum of RGB (Red+Green+Blue) = 217+119+17=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D97711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97711 is #2688EE. Grayscale: #898989. Windows color (decimal): -2525423 or 1144793. OLE color: 1144793.
HSL color Cylindrical-coordinate representation of color #D97711: hue angle of 30.6º 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 #D97711 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 17 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.15 |
| HSL | 30.6º | 0.85% | 0.46% | - |
| HSV(B) | 30.6º | 0.92% | 0.85% | - |
| XYZ | 35.31 | 27.99 | 4.07 | - |
| YUV | 136.67 | 60.47 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 17 | 0 | 0.45 | 0.92 | 0.15 | 30.6 | 0.85 | 0.46 |
| Hex | D9 | 77 | 11 | 0 | 2D | 5C | F | 1F | 55 | 2E |
| Octal | 331 | 167 | 21 | 0 | 55 | 134 | 17 | 37 | 125 | 56 |
| Binary | 11011001 | 1110111 | 10001 | 0 | 101101 | 1011100 | 1111 | 11111 | 1010101 | 101110 |
Color Harmonies of #D97711
Complementary color
Monochromatic Colors of #D97711
Black with #D97711
Text Example
Text Example
White with #D97711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97711; }
p { color: rgb(217,119,17); }
H1.HeaderClassName
{
color: #D97711;
}
.AnyTagClassName
{
color: #D97711;
}
</style>
background-color css
<style>
a { background-color: #D97711; }
a { background-color: rgb(217,119,17); }
div.DivClassName
{
background-color: #D97711;
}
.BgClassName
{
background-color: #D97711;
}
</style>
border-color css
<style>
span { border-color: #D97711; }
span { border-color: rgb(217,119,17); }
td.TdClassName
{
border-color: #D97711;
}
.TagClassName
{
border-color: #D97711;
}
</style>