Shades of Ochre #D38511
Tints of Ochre #D38511
RGB
CMYK
RGB Variations
Color information
#D38511 (or 0xD38511) is known color: Ochre. HEX triplet: D3, 85 and 11. RGB value is (211,133,17). Sum of RGB (Red+Green+Blue) = 211+133+17=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D38511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38511 is #2C7AEE. Grayscale: #8F8F8F. Windows color (decimal): -2915055 or 1148371. OLE color: 1148371.
HSL color Cylindrical-coordinate representation of color #D38511: hue angle of 35.88º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D38511 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 17 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.17 |
| HSL | 35.88º | 0.85% | 0.45% | - |
| HSV(B) | 35.88º | 0.92% | 0.83% | - |
| XYZ | 35.35 | 30.66 | 4.59 | - |
| YUV | 143.1 | 56.84 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 17 | 0 | 0.37 | 0.92 | 0.17 | 35.88 | 0.85 | 0.45 |
| Hex | D3 | 85 | 11 | 0 | 25 | 5C | 11 | 24 | 55 | 2D |
| Octal | 323 | 205 | 21 | 0 | 45 | 134 | 21 | 44 | 125 | 55 |
| Binary | 11010011 | 10000101 | 10001 | 0 | 100101 | 1011100 | 10001 | 100100 | 1010101 | 101101 |
Color Harmonies of #D38511
Complementary color
Monochromatic Colors of #D38511
Black with #D38511
Text Example
Text Example
White with #D38511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38511; }
p { color: rgb(211,133,17); }
H1.HeaderClassName
{
color: #D38511;
}
.AnyTagClassName
{
color: #D38511;
}
</style>
background-color css
<style>
a { background-color: #D38511; }
a { background-color: rgb(211,133,17); }
div.DivClassName
{
background-color: #D38511;
}
.BgClassName
{
background-color: #D38511;
}
</style>
border-color css
<style>
span { border-color: #D38511; }
span { border-color: rgb(211,133,17); }
td.TdClassName
{
border-color: #D38511;
}
.TagClassName
{
border-color: #D38511;
}
</style>