Shades of Ochre #D98211
Tints of Ochre #D98211
RGB
CMYK
RGB Variations
Color information
#D98211 (or 0xD98211) is known color: Ochre. HEX triplet: D9, 82 and 11. RGB value is (217,130,17). Sum of RGB (Red+Green+Blue) = 217+130+17=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D98211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98211 is #267DEE. Grayscale: #8F8F8F. Windows color (decimal): -2522607 or 1147609. OLE color: 1147609.
HSL color Cylindrical-coordinate representation of color #D98211: hue angle of 33.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 #D98211 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 17 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.15 |
| HSL | 33.9º | 0.85% | 0.46% | - |
| HSV(B) | 33.9º | 0.92% | 0.85% | - |
| XYZ | 36.7 | 30.76 | 4.53 | - |
| YUV | 143.13 | 56.82 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 17 | 0 | 0.40 | 0.92 | 0.15 | 33.9 | 0.85 | 0.46 |
| Hex | D9 | 82 | 11 | 0 | 28 | 5C | F | 22 | 55 | 2E |
| Octal | 331 | 202 | 21 | 0 | 50 | 134 | 17 | 42 | 125 | 56 |
| Binary | 11011001 | 10000010 | 10001 | 0 | 101000 | 1011100 | 1111 | 100010 | 1010101 | 101110 |
Color Harmonies of #D98211
Complementary color
Monochromatic Colors of #D98211
Black with #D98211
Text Example
Text Example
White with #D98211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98211; }
p { color: rgb(217,130,17); }
H1.HeaderClassName
{
color: #D98211;
}
.AnyTagClassName
{
color: #D98211;
}
</style>
background-color css
<style>
a { background-color: #D98211; }
a { background-color: rgb(217,130,17); }
div.DivClassName
{
background-color: #D98211;
}
.BgClassName
{
background-color: #D98211;
}
</style>
border-color css
<style>
span { border-color: #D98211; }
span { border-color: rgb(217,130,17); }
td.TdClassName
{
border-color: #D98211;
}
.TagClassName
{
border-color: #D98211;
}
</style>