Shades of Ochre #D08211
Tints of Ochre #D08211
RGB
CMYK
RGB Variations
Color information
#D08211 (or 0xD08211) is known color: Ochre. HEX triplet: D0, 82 and 11. RGB value is (208,130,17). Sum of RGB (Red+Green+Blue) = 208+130+17=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D08211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08211 is #2F7DEE. Grayscale: #8C8C8C. Windows color (decimal): -3112431 or 1147600. OLE color: 1147600.
HSL color Cylindrical-coordinate representation of color #D08211: hue angle of 35.5º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D08211 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 17 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.18 |
| HSL | 35.5º | 0.85% | 0.44% | - |
| HSV(B) | 35.5º | 0.92% | 0.82% | - |
| XYZ | 34.1 | 29.42 | 4.41 | - |
| YUV | 140.44 | 58.34 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 17 | 0 | 0.38 | 0.92 | 0.18 | 35.5 | 0.85 | 0.44 |
| Hex | D0 | 82 | 11 | 0 | 26 | 5C | 12 | 23 | 55 | 2C |
| Octal | 320 | 202 | 21 | 0 | 46 | 134 | 22 | 43 | 125 | 54 |
| Binary | 11010000 | 10000010 | 10001 | 0 | 100110 | 1011100 | 10010 | 100011 | 1010101 | 101100 |
Color Harmonies of #D08211
Complementary color
Monochromatic Colors of #D08211
Black with #D08211
Text Example
Text Example
White with #D08211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08211; }
p { color: rgb(208,130,17); }
H1.HeaderClassName
{
color: #D08211;
}
.AnyTagClassName
{
color: #D08211;
}
</style>
background-color css
<style>
a { background-color: #D08211; }
a { background-color: rgb(208,130,17); }
div.DivClassName
{
background-color: #D08211;
}
.BgClassName
{
background-color: #D08211;
}
</style>
border-color css
<style>
span { border-color: #D08211; }
span { border-color: rgb(208,130,17); }
td.TdClassName
{
border-color: #D08211;
}
.TagClassName
{
border-color: #D08211;
}
</style>