Shades of Ochre #D98413
Tints of Ochre #D98413
RGB
CMYK
RGB Variations
Color information
#D98413 (or 0xD98413) is known color: Ochre. HEX triplet: D9, 84 and 13. RGB value is (217,132,19). Sum of RGB (Red+Green+Blue) = 217+132+19=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D98413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98413 is #267BEC. Grayscale: #919191. Windows color (decimal): -2522093 or 1279193. OLE color: 1279193.
HSL color Cylindrical-coordinate representation of color #D98413: hue angle of 34.24º degrees, saturation: 0.84, 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 #D98413 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 19 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.15 |
| HSL | 34.24º | 0.84% | 0.46% | - |
| HSV(B) | 34.24º | 0.91% | 0.85% | - |
| XYZ | 36.98 | 31.3 | 4.71 | - |
| YUV | 144.53 | 57.16 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 19 | 0 | 0.39 | 0.91 | 0.15 | 34.24 | 0.84 | 0.46 |
| Hex | D9 | 84 | 13 | 0 | 27 | 5B | F | 22 | 54 | 2E |
| Octal | 331 | 204 | 23 | 0 | 47 | 133 | 17 | 42 | 124 | 56 |
| Binary | 11011001 | 10000100 | 10011 | 0 | 100111 | 1011011 | 1111 | 100010 | 1010100 | 101110 |
Color Harmonies of #D98413
Complementary color
Monochromatic Colors of #D98413
Black with #D98413
Text Example
Text Example
White with #D98413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98413; }
p { color: rgb(217,132,19); }
H1.HeaderClassName
{
color: #D98413;
}
.AnyTagClassName
{
color: #D98413;
}
</style>
background-color css
<style>
a { background-color: #D98413; }
a { background-color: rgb(217,132,19); }
div.DivClassName
{
background-color: #D98413;
}
.BgClassName
{
background-color: #D98413;
}
</style>
border-color css
<style>
span { border-color: #D98413; }
span { border-color: rgb(217,132,19); }
td.TdClassName
{
border-color: #D98413;
}
.TagClassName
{
border-color: #D98413;
}
</style>