Shades of Ochre #D9821B
Tints of Ochre #D9821B
RGB
CMYK
RGB Variations
Color information
#D9821B (or 0xD9821B) is known color: Ochre. HEX triplet: D9, 82 and 1B. RGB value is (217,130,27). Sum of RGB (Red+Green+Blue) = 217+130+27=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D9821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9821B is #267DE4. Grayscale: #909090. Windows color (decimal): -2522597 or 1802969. OLE color: 1802969.
HSL color Cylindrical-coordinate representation of color #D9821B: hue angle of 32.53º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9821B is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 27 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.15 |
| HSL | 32.53º | 0.78% | 0.48% | - |
| HSV(B) | 32.53º | 0.88% | 0.85% | - |
| XYZ | 36.8 | 30.8 | 5.04 | - |
| YUV | 144.27 | 61.82 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 27 | 0 | 0.40 | 0.88 | 0.15 | 32.53 | 0.78 | 0.48 |
| Hex | D9 | 82 | 1B | 0 | 28 | 58 | F | 21 | 4E | 30 |
| Octal | 331 | 202 | 33 | 0 | 50 | 130 | 17 | 41 | 116 | 60 |
| Binary | 11011001 | 10000010 | 11011 | 0 | 101000 | 1011000 | 1111 | 100001 | 1001110 | 110000 |
Color Harmonies of #D9821B
Complementary color
Monochromatic Colors of #D9821B
Black with #D9821B
Text Example
Text Example
White with #D9821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9821B; }
p { color: rgb(217,130,27); }
H1.HeaderClassName
{
color: #D9821B;
}
.AnyTagClassName
{
color: #D9821B;
}
</style>
background-color css
<style>
a { background-color: #D9821B; }
a { background-color: rgb(217,130,27); }
div.DivClassName
{
background-color: #D9821B;
}
.BgClassName
{
background-color: #D9821B;
}
</style>
border-color css
<style>
span { border-color: #D9821B; }
span { border-color: rgb(217,130,27); }
td.TdClassName
{
border-color: #D9821B;
}
.TagClassName
{
border-color: #D9821B;
}
</style>