Shades of Ochre #D97811
Tints of Ochre #D97811
RGB
CMYK
RGB Variations
Color information
#D97811 (or 0xD97811) is known color: Ochre. HEX triplet: D9, 78 and 11. RGB value is (217,120,17). Sum of RGB (Red+Green+Blue) = 217+120+17=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D97811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97811 is #2687EE. Grayscale: #898989. Windows color (decimal): -2525167 or 1145049. OLE color: 1145049.
HSL color Cylindrical-coordinate representation of color #D97811: hue angle of 30.9º 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 #D97811 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 17 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.15 |
| HSL | 30.9º | 0.85% | 0.46% | - |
| HSV(B) | 30.9º | 0.92% | 0.85% | - |
| XYZ | 35.43 | 28.23 | 4.11 | - |
| YUV | 137.26 | 60.14 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 17 | 0 | 0.45 | 0.92 | 0.15 | 30.9 | 0.85 | 0.46 |
| Hex | D9 | 78 | 11 | 0 | 2D | 5C | F | 1F | 55 | 2E |
| Octal | 331 | 170 | 21 | 0 | 55 | 134 | 17 | 37 | 125 | 56 |
| Binary | 11011001 | 1111000 | 10001 | 0 | 101101 | 1011100 | 1111 | 11111 | 1010101 | 101110 |
Color Harmonies of #D97811
Complementary color
Monochromatic Colors of #D97811
Black with #D97811
Text Example
Text Example
White with #D97811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97811; }
p { color: rgb(217,120,17); }
H1.HeaderClassName
{
color: #D97811;
}
.AnyTagClassName
{
color: #D97811;
}
</style>
background-color css
<style>
a { background-color: #D97811; }
a { background-color: rgb(217,120,17); }
div.DivClassName
{
background-color: #D97811;
}
.BgClassName
{
background-color: #D97811;
}
</style>
border-color css
<style>
span { border-color: #D97811; }
span { border-color: rgb(217,120,17); }
td.TdClassName
{
border-color: #D97811;
}
.TagClassName
{
border-color: #D97811;
}
</style>