Shades of Ochre #D98321
Tints of Ochre #D98321
RGB
CMYK
RGB Variations
Color information
#D98321 (or 0xD98321) is known color: Ochre. HEX triplet: D9, 83 and 21. RGB value is (217,131,33). Sum of RGB (Red+Green+Blue) = 217+131+33=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D98321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98321 is #267CDE. Grayscale: #929292. Windows color (decimal): -2522335 or 2196441. OLE color: 2196441.
HSL color Cylindrical-coordinate representation of color #D98321: hue angle of 31.96º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D98321 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 33 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.15 |
| HSL | 31.96º | 0.74% | 0.49% | - |
| HSV(B) | 31.96º | 0.85% | 0.85% | - |
| XYZ | 37.01 | 31.09 | 5.49 | - |
| YUV | 145.54 | 64.49 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 33 | 0 | 0.40 | 0.85 | 0.15 | 31.96 | 0.74 | 0.49 |
| Hex | D9 | 83 | 21 | 0 | 28 | 55 | F | 20 | 4A | 31 |
| Octal | 331 | 203 | 41 | 0 | 50 | 125 | 17 | 40 | 112 | 61 |
| Binary | 11011001 | 10000011 | 100001 | 0 | 101000 | 1010101 | 1111 | 100000 | 1001010 | 110001 |
Color Harmonies of #D98321
Complementary color
Monochromatic Colors of #D98321
Black with #D98321
Text Example
Text Example
White with #D98321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98321; }
p { color: rgb(217,131,33); }
H1.HeaderClassName
{
color: #D98321;
}
.AnyTagClassName
{
color: #D98321;
}
</style>
background-color css
<style>
a { background-color: #D98321; }
a { background-color: rgb(217,131,33); }
div.DivClassName
{
background-color: #D98321;
}
.BgClassName
{
background-color: #D98321;
}
</style>
border-color css
<style>
span { border-color: #D98321; }
span { border-color: rgb(217,131,33); }
td.TdClassName
{
border-color: #D98321;
}
.TagClassName
{
border-color: #D98321;
}
</style>