Shades of Ochre #D98119
Tints of Ochre #D98119
RGB
CMYK
RGB Variations
Color information
#D98119 (or 0xD98119) is known color: Ochre. HEX triplet: D9, 81 and 19. RGB value is (217,129,25). Sum of RGB (Red+Green+Blue) = 217+129+25=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D98119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98119 is #267EE6. Grayscale: #8F8F8F. Windows color (decimal): -2522855 or 1671641. OLE color: 1671641.
HSL color Cylindrical-coordinate representation of color #D98119: hue angle of 32.5º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D98119 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 25 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.15 |
| HSL | 32.5º | 0.79% | 0.47% | - |
| HSV(B) | 32.5º | 0.88% | 0.85% | - |
| XYZ | 36.64 | 30.52 | 4.88 | - |
| YUV | 143.46 | 61.15 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 25 | 0 | 0.41 | 0.88 | 0.15 | 32.5 | 0.79 | 0.47 |
| Hex | D9 | 81 | 19 | 0 | 29 | 58 | F | 20 | 4F | 2F |
| Octal | 331 | 201 | 31 | 0 | 51 | 130 | 17 | 40 | 117 | 57 |
| Binary | 11011001 | 10000001 | 11001 | 0 | 101001 | 1011000 | 1111 | 100000 | 1001111 | 101111 |
Color Harmonies of #D98119
Complementary color
Monochromatic Colors of #D98119
Black with #D98119
Text Example
Text Example
White with #D98119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98119; }
p { color: rgb(217,129,25); }
H1.HeaderClassName
{
color: #D98119;
}
.AnyTagClassName
{
color: #D98119;
}
</style>
background-color css
<style>
a { background-color: #D98119; }
a { background-color: rgb(217,129,25); }
div.DivClassName
{
background-color: #D98119;
}
.BgClassName
{
background-color: #D98119;
}
</style>
border-color css
<style>
span { border-color: #D98119; }
span { border-color: rgb(217,129,25); }
td.TdClassName
{
border-color: #D98119;
}
.TagClassName
{
border-color: #D98119;
}
</style>