Shades of Ochre #D18014
Tints of Ochre #D18014
RGB
CMYK
RGB Variations
Color information
#D18014 (or 0xD18014) is known color: Ochre. HEX triplet: D1, 80 and 14. RGB value is (209,128,20). Sum of RGB (Red+Green+Blue) = 209+128+20=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D18014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18014 is #2E7FEB. Grayscale: #8C8C8C. Windows color (decimal): -3047404 or 1343697. OLE color: 1343697.
HSL color Cylindrical-coordinate representation of color #D18014: hue angle of 34.29º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D18014 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.18 |
| HSL | 34.29º | 0.83% | 0.45% | - |
| HSV(B) | 34.29º | 0.9% | 0.82% | - |
| XYZ | 34.14 | 29.04 | 4.47 | - |
| YUV | 139.91 | 60.34 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 20 | 0 | 0.39 | 0.90 | 0.18 | 34.29 | 0.83 | 0.45 |
| Hex | D1 | 80 | 14 | 0 | 27 | 5A | 12 | 22 | 53 | 2D |
| Octal | 321 | 200 | 24 | 0 | 47 | 132 | 22 | 42 | 123 | 55 |
| Binary | 11010001 | 10000000 | 10100 | 0 | 100111 | 1011010 | 10010 | 100010 | 1010011 | 101101 |
Color Harmonies of #D18014
Complementary color
Monochromatic Colors of #D18014
Black with #D18014
Text Example
Text Example
White with #D18014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18014; }
p { color: rgb(209,128,20); }
H1.HeaderClassName
{
color: #D18014;
}
.AnyTagClassName
{
color: #D18014;
}
</style>
background-color css
<style>
a { background-color: #D18014; }
a { background-color: rgb(209,128,20); }
div.DivClassName
{
background-color: #D18014;
}
.BgClassName
{
background-color: #D18014;
}
</style>
border-color css
<style>
span { border-color: #D18014; }
span { border-color: rgb(209,128,20); }
td.TdClassName
{
border-color: #D18014;
}
.TagClassName
{
border-color: #D18014;
}
</style>