Shades of Ochre #D08212
Tints of Ochre #D08212
RGB
CMYK
RGB Variations
Color information
#D08212 (or 0xD08212) is known color: Ochre. HEX triplet: D0, 82 and 12. RGB value is (208,130,18). Sum of RGB (Red+Green+Blue) = 208+130+18=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D08212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08212 is #2F7DED. Grayscale: #8D8D8D. Windows color (decimal): -3112430 or 1213136. OLE color: 1213136.
HSL color Cylindrical-coordinate representation of color #D08212: hue angle of 35.37º 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 #D08212 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 18 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.18 |
| HSL | 35.37º | 0.84% | 0.44% | - |
| HSV(B) | 35.37º | 0.91% | 0.82% | - |
| XYZ | 34.1 | 29.42 | 4.45 | - |
| YUV | 140.55 | 58.84 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 18 | 0 | 0.38 | 0.91 | 0.18 | 35.37 | 0.84 | 0.44 |
| Hex | D0 | 82 | 12 | 0 | 26 | 5B | 12 | 23 | 54 | 2C |
| Octal | 320 | 202 | 22 | 0 | 46 | 133 | 22 | 43 | 124 | 54 |
| Binary | 11010000 | 10000010 | 10010 | 0 | 100110 | 1011011 | 10010 | 100011 | 1010100 | 101100 |
Color Harmonies of #D08212
Complementary color
Monochromatic Colors of #D08212
Black with #D08212
Text Example
Text Example
White with #D08212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08212; }
p { color: rgb(208,130,18); }
H1.HeaderClassName
{
color: #D08212;
}
.AnyTagClassName
{
color: #D08212;
}
</style>
background-color css
<style>
a { background-color: #D08212; }
a { background-color: rgb(208,130,18); }
div.DivClassName
{
background-color: #D08212;
}
.BgClassName
{
background-color: #D08212;
}
</style>
border-color css
<style>
span { border-color: #D08212; }
span { border-color: rgb(208,130,18); }
td.TdClassName
{
border-color: #D08212;
}
.TagClassName
{
border-color: #D08212;
}
</style>