Shades of Ochre #D98223
Tints of Ochre #D98223
RGB
CMYK
RGB Variations
Color information
#D98223 (or 0xD98223) is known color: Ochre. HEX triplet: D9, 82 and 23. RGB value is (217,130,35). Sum of RGB (Red+Green+Blue) = 217+130+35=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D98223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98223 is #267DDC. Grayscale: #919191. Windows color (decimal): -2522589 or 2327257. OLE color: 2327257.
HSL color Cylindrical-coordinate representation of color #D98223: hue angle of 31.32º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D98223 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 35 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.15 |
| HSL | 31.32º | 0.72% | 0.49% | - |
| HSV(B) | 31.32º | 0.84% | 0.85% | - |
| XYZ | 36.9 | 30.84 | 5.6 | - |
| YUV | 145.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 35 | 0 | 0.40 | 0.84 | 0.15 | 31.32 | 0.72 | 0.49 |
| Hex | D9 | 82 | 23 | 0 | 28 | 54 | F | 1F | 48 | 31 |
| Octal | 331 | 202 | 43 | 0 | 50 | 124 | 17 | 37 | 110 | 61 |
| Binary | 11011001 | 10000010 | 100011 | 0 | 101000 | 1010100 | 1111 | 11111 | 1001000 | 110001 |
Color Harmonies of #D98223
Complementary color
Monochromatic Colors of #D98223
Black with #D98223
Text Example
Text Example
White with #D98223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98223; }
p { color: rgb(217,130,35); }
H1.HeaderClassName
{
color: #D98223;
}
.AnyTagClassName
{
color: #D98223;
}
</style>
background-color css
<style>
a { background-color: #D98223; }
a { background-color: rgb(217,130,35); }
div.DivClassName
{
background-color: #D98223;
}
.BgClassName
{
background-color: #D98223;
}
</style>
border-color css
<style>
span { border-color: #D98223; }
span { border-color: rgb(217,130,35); }
td.TdClassName
{
border-color: #D98223;
}
.TagClassName
{
border-color: #D98223;
}
</style>