Shades of Ochre #D08112
Tints of Ochre #D08112
RGB
CMYK
RGB Variations
Color information
#D08112 (or 0xD08112) is known color: Ochre. HEX triplet: D0, 81 and 12. RGB value is (208,129,18). Sum of RGB (Red+Green+Blue) = 208+129+18=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D08112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08112 is #2F7EED. Grayscale: #8C8C8C. Windows color (decimal): -3112686 or 1212880. OLE color: 1212880.
HSL color Cylindrical-coordinate representation of color #D08112: hue angle of 35.05º 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 #D08112 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 18 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.18 |
| HSL | 35.05º | 0.84% | 0.44% | - |
| HSV(B) | 35.05º | 0.91% | 0.82% | - |
| XYZ | 33.97 | 29.15 | 4.41 | - |
| YUV | 139.97 | 59.17 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 18 | 0 | 0.38 | 0.91 | 0.18 | 35.05 | 0.84 | 0.44 |
| Hex | D0 | 81 | 12 | 0 | 26 | 5B | 12 | 23 | 54 | 2C |
| Octal | 320 | 201 | 22 | 0 | 46 | 133 | 22 | 43 | 124 | 54 |
| Binary | 11010000 | 10000001 | 10010 | 0 | 100110 | 1011011 | 10010 | 100011 | 1010100 | 101100 |
Color Harmonies of #D08112
Complementary color
Monochromatic Colors of #D08112
Black with #D08112
Text Example
Text Example
White with #D08112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08112; }
p { color: rgb(208,129,18); }
H1.HeaderClassName
{
color: #D08112;
}
.AnyTagClassName
{
color: #D08112;
}
</style>
background-color css
<style>
a { background-color: #D08112; }
a { background-color: rgb(208,129,18); }
div.DivClassName
{
background-color: #D08112;
}
.BgClassName
{
background-color: #D08112;
}
</style>
border-color css
<style>
span { border-color: #D08112; }
span { border-color: rgb(208,129,18); }
td.TdClassName
{
border-color: #D08112;
}
.TagClassName
{
border-color: #D08112;
}
</style>