Shades of Ochre #D98014
Tints of Ochre #D98014
RGB
CMYK
RGB Variations
Color information
#D98014 (or 0xD98014) is known color: Ochre. HEX triplet: D9, 80 and 14. RGB value is (217,128,20). Sum of RGB (Red+Green+Blue) = 217+128+20=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D98014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98014 is #267FEB. Grayscale: #8E8E8E. Windows color (decimal): -2523116 or 1343705. OLE color: 1343705.
HSL color Cylindrical-coordinate representation of color #D98014: hue angle of 32.89º 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 #D98014 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 20 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.15 |
| HSL | 32.89º | 0.83% | 0.46% | - |
| HSV(B) | 32.89º | 0.91% | 0.85% | - |
| XYZ | 36.46 | 30.24 | 4.58 | - |
| YUV | 142.3 | 58.99 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 20 | 0 | 0.41 | 0.91 | 0.15 | 32.89 | 0.83 | 0.46 |
| Hex | D9 | 80 | 14 | 0 | 29 | 5B | F | 21 | 53 | 2E |
| Octal | 331 | 200 | 24 | 0 | 51 | 133 | 17 | 41 | 123 | 56 |
| Binary | 11011001 | 10000000 | 10100 | 0 | 101001 | 1011011 | 1111 | 100001 | 1010011 | 101110 |
Color Harmonies of #D98014
Complementary color
Monochromatic Colors of #D98014
Black with #D98014
Text Example
Text Example
White with #D98014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98014; }
p { color: rgb(217,128,20); }
H1.HeaderClassName
{
color: #D98014;
}
.AnyTagClassName
{
color: #D98014;
}
</style>
background-color css
<style>
a { background-color: #D98014; }
a { background-color: rgb(217,128,20); }
div.DivClassName
{
background-color: #D98014;
}
.BgClassName
{
background-color: #D98014;
}
</style>
border-color css
<style>
span { border-color: #D98014; }
span { border-color: rgb(217,128,20); }
td.TdClassName
{
border-color: #D98014;
}
.TagClassName
{
border-color: #D98014;
}
</style>