Shades of Ochre #D08311
Tints of Ochre #D08311
RGB
CMYK
RGB Variations
Color information
#D08311 (or 0xD08311) is known color: Ochre. HEX triplet: D0, 83 and 11. RGB value is (208,131,17). Sum of RGB (Red+Green+Blue) = 208+131+17=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D08311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08311 is #2F7CEE. Grayscale: #8D8D8D. Windows color (decimal): -3112175 or 1147856. OLE color: 1147856.
HSL color Cylindrical-coordinate representation of color #D08311: hue angle of 35.81º 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 #D08311 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 17 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.18 |
| HSL | 35.81º | 0.85% | 0.44% | - |
| HSV(B) | 35.81º | 0.92% | 0.82% | - |
| XYZ | 34.23 | 29.68 | 4.46 | - |
| YUV | 141.03 | 58.01 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 17 | 0 | 0.37 | 0.92 | 0.18 | 35.81 | 0.85 | 0.44 |
| Hex | D0 | 83 | 11 | 0 | 25 | 5C | 12 | 24 | 55 | 2C |
| Octal | 320 | 203 | 21 | 0 | 45 | 134 | 22 | 44 | 125 | 54 |
| Binary | 11010000 | 10000011 | 10001 | 0 | 100101 | 1011100 | 10010 | 100100 | 1010101 | 101100 |
Color Harmonies of #D08311
Complementary color
Monochromatic Colors of #D08311
Black with #D08311
Text Example
Text Example
White with #D08311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08311; }
p { color: rgb(208,131,17); }
H1.HeaderClassName
{
color: #D08311;
}
.AnyTagClassName
{
color: #D08311;
}
</style>
background-color css
<style>
a { background-color: #D08311; }
a { background-color: rgb(208,131,17); }
div.DivClassName
{
background-color: #D08311;
}
.BgClassName
{
background-color: #D08311;
}
</style>
border-color css
<style>
span { border-color: #D08311; }
span { border-color: rgb(208,131,17); }
td.TdClassName
{
border-color: #D08311;
}
.TagClassName
{
border-color: #D08311;
}
</style>