Shades of Ochre #D08012
Tints of Ochre #D08012
RGB
CMYK
RGB Variations
Color information
#D08012 (or 0xD08012) is known color: Ochre. HEX triplet: D0, 80 and 12. RGB value is (208,128,18). Sum of RGB (Red+Green+Blue) = 208+128+18=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D08012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08012 is #2F7FED. Grayscale: #8B8B8B. Windows color (decimal): -3112942 or 1212624. OLE color: 1212624.
HSL color Cylindrical-coordinate representation of color #D08012: hue angle of 34.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D08012 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 18 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.18 |
| HSL | 34.74º | 0.84% | 0.44% | - |
| HSV(B) | 34.74º | 0.91% | 0.82% | - |
| XYZ | 33.84 | 28.89 | 4.37 | - |
| YUV | 139.38 | 59.5 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 18 | 0 | 0.38 | 0.91 | 0.18 | 34.74 | 0.84 | 0.44 |
| Hex | D0 | 80 | 12 | 0 | 26 | 5B | 12 | 23 | 54 | 2C |
| Octal | 320 | 200 | 22 | 0 | 46 | 133 | 22 | 43 | 124 | 54 |
| Binary | 11010000 | 10000000 | 10010 | 0 | 100110 | 1011011 | 10010 | 100011 | 1010100 | 101100 |
Color Harmonies of #D08012
Complementary color
Monochromatic Colors of #D08012
Black with #D08012
Text Example
Text Example
White with #D08012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08012; }
p { color: rgb(208,128,18); }
H1.HeaderClassName
{
color: #D08012;
}
.AnyTagClassName
{
color: #D08012;
}
</style>
background-color css
<style>
a { background-color: #D08012; }
a { background-color: rgb(208,128,18); }
div.DivClassName
{
background-color: #D08012;
}
.BgClassName
{
background-color: #D08012;
}
</style>
border-color css
<style>
span { border-color: #D08012; }
span { border-color: rgb(208,128,18); }
td.TdClassName
{
border-color: #D08012;
}
.TagClassName
{
border-color: #D08012;
}
</style>