Shades of Ochre #D18320
Tints of Ochre #D18320
RGB
CMYK
RGB Variations
Color information
#D18320 (or 0xD18320) is known color: Ochre. HEX triplet: D1, 83 and 20. RGB value is (209,131,32). Sum of RGB (Red+Green+Blue) = 209+131+32=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D18320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18320 is #2E7CDF. Grayscale: #8F8F8F. Windows color (decimal): -3046624 or 2130897. OLE color: 2130897.
HSL color Cylindrical-coordinate representation of color #D18320: hue angle of 33.56º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D18320 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 32 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.18 |
| HSL | 33.56º | 0.73% | 0.47% | - |
| HSV(B) | 33.56º | 0.85% | 0.82% | - |
| XYZ | 34.67 | 29.89 | 5.31 | - |
| YUV | 143.04 | 65.34 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 32 | 0 | 0.37 | 0.85 | 0.18 | 33.56 | 0.73 | 0.47 |
| Hex | D1 | 83 | 20 | 0 | 25 | 55 | 12 | 22 | 49 | 2F |
| Octal | 321 | 203 | 40 | 0 | 45 | 125 | 22 | 42 | 111 | 57 |
| Binary | 11010001 | 10000011 | 100000 | 0 | 100101 | 1010101 | 10010 | 100010 | 1001001 | 101111 |
Color Harmonies of #D18320
Complementary color
Monochromatic Colors of #D18320
Black with #D18320
Text Example
Text Example
White with #D18320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18320; }
p { color: rgb(209,131,32); }
H1.HeaderClassName
{
color: #D18320;
}
.AnyTagClassName
{
color: #D18320;
}
</style>
background-color css
<style>
a { background-color: #D18320; }
a { background-color: rgb(209,131,32); }
div.DivClassName
{
background-color: #D18320;
}
.BgClassName
{
background-color: #D18320;
}
</style>
border-color css
<style>
span { border-color: #D18320; }
span { border-color: rgb(209,131,32); }
td.TdClassName
{
border-color: #D18320;
}
.TagClassName
{
border-color: #D18320;
}
</style>