Shades of Ochre #D18020
Tints of Ochre #D18020
RGB
CMYK
RGB Variations
Color information
#D18020 (or 0xD18020) is known color: Ochre. HEX triplet: D1, 80 and 20. RGB value is (209,128,32). Sum of RGB (Red+Green+Blue) = 209+128+32=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D18020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18020 is #2E7FDF. Grayscale: #8D8D8D. Windows color (decimal): -3047392 or 2130129. OLE color: 2130129.
HSL color Cylindrical-coordinate representation of color #D18020: hue angle of 32.54º 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 #D18020 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 32 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.18 |
| HSL | 32.54º | 0.73% | 0.47% | - |
| HSV(B) | 32.54º | 0.85% | 0.82% | - |
| XYZ | 34.27 | 29.1 | 5.18 | - |
| YUV | 141.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 32 | 0 | 0.39 | 0.85 | 0.18 | 32.54 | 0.73 | 0.47 |
| Hex | D1 | 80 | 20 | 0 | 27 | 55 | 12 | 21 | 49 | 2F |
| Octal | 321 | 200 | 40 | 0 | 47 | 125 | 22 | 41 | 111 | 57 |
| Binary | 11010001 | 10000000 | 100000 | 0 | 100111 | 1010101 | 10010 | 100001 | 1001001 | 101111 |
Color Harmonies of #D18020
Complementary color
Monochromatic Colors of #D18020
Black with #D18020
Text Example
Text Example
White with #D18020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18020; }
p { color: rgb(209,128,32); }
H1.HeaderClassName
{
color: #D18020;
}
.AnyTagClassName
{
color: #D18020;
}
</style>
background-color css
<style>
a { background-color: #D18020; }
a { background-color: rgb(209,128,32); }
div.DivClassName
{
background-color: #D18020;
}
.BgClassName
{
background-color: #D18020;
}
</style>
border-color css
<style>
span { border-color: #D18020; }
span { border-color: rgb(209,128,32); }
td.TdClassName
{
border-color: #D18020;
}
.TagClassName
{
border-color: #D18020;
}
</style>