Shades of Ochre #D98114
Tints of Ochre #D98114
RGB
CMYK
RGB Variations
Color information
#D98114 (or 0xD98114) is known color: Ochre. HEX triplet: D9, 81 and 14. RGB value is (217,129,20). Sum of RGB (Red+Green+Blue) = 217+129+20=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D98114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98114 is #267EEB. Grayscale: #8F8F8F. Windows color (decimal): -2522860 or 1343961. OLE color: 1343961.
HSL color Cylindrical-coordinate representation of color #D98114: hue angle of 33.2º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D98114 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 20 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.15 |
| HSL | 33.2º | 0.83% | 0.46% | - |
| HSV(B) | 33.2º | 0.91% | 0.85% | - |
| XYZ | 36.59 | 30.5 | 4.62 | - |
| YUV | 142.89 | 58.65 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 20 | 0 | 0.41 | 0.91 | 0.15 | 33.2 | 0.83 | 0.46 |
| Hex | D9 | 81 | 14 | 0 | 29 | 5B | F | 21 | 53 | 2E |
| Octal | 331 | 201 | 24 | 0 | 51 | 133 | 17 | 41 | 123 | 56 |
| Binary | 11011001 | 10000001 | 10100 | 0 | 101001 | 1011011 | 1111 | 100001 | 1010011 | 101110 |
Color Harmonies of #D98114
Complementary color
Monochromatic Colors of #D98114
Black with #D98114
Text Example
Text Example
White with #D98114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98114; }
p { color: rgb(217,129,20); }
H1.HeaderClassName
{
color: #D98114;
}
.AnyTagClassName
{
color: #D98114;
}
</style>
background-color css
<style>
a { background-color: #D98114; }
a { background-color: rgb(217,129,20); }
div.DivClassName
{
background-color: #D98114;
}
.BgClassName
{
background-color: #D98114;
}
</style>
border-color css
<style>
span { border-color: #D98114; }
span { border-color: rgb(217,129,20); }
td.TdClassName
{
border-color: #D98114;
}
.TagClassName
{
border-color: #D98114;
}
</style>