Shades of Ochre #D58011
Tints of Ochre #D58011
RGB
CMYK
RGB Variations
Color information
#D58011 (or 0xD58011) is known color: Ochre. HEX triplet: D5, 80 and 11. RGB value is (213,128,17). Sum of RGB (Red+Green+Blue) = 213+128+17=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D58011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58011 is #2A7FEE. Grayscale: #8D8D8D. Windows color (decimal): -2785263 or 1147093. OLE color: 1147093.
HSL color Cylindrical-coordinate representation of color #D58011: hue angle of 33.98º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D58011 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 17 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.16 |
| HSL | 33.98º | 0.85% | 0.45% | - |
| HSV(B) | 33.98º | 0.92% | 0.84% | - |
| XYZ | 35.26 | 29.62 | 4.39 | - |
| YUV | 140.76 | 58.16 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 17 | 0 | 0.40 | 0.92 | 0.16 | 33.98 | 0.85 | 0.45 |
| Hex | D5 | 80 | 11 | 0 | 28 | 5C | 10 | 22 | 55 | 2D |
| Octal | 325 | 200 | 21 | 0 | 50 | 134 | 20 | 42 | 125 | 55 |
| Binary | 11010101 | 10000000 | 10001 | 0 | 101000 | 1011100 | 10000 | 100010 | 1010101 | 101101 |
Color Harmonies of #D58011
Complementary color
Monochromatic Colors of #D58011
Black with #D58011
Text Example
Text Example
White with #D58011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58011; }
p { color: rgb(213,128,17); }
H1.HeaderClassName
{
color: #D58011;
}
.AnyTagClassName
{
color: #D58011;
}
</style>
background-color css
<style>
a { background-color: #D58011; }
a { background-color: rgb(213,128,17); }
div.DivClassName
{
background-color: #D58011;
}
.BgClassName
{
background-color: #D58011;
}
</style>
border-color css
<style>
span { border-color: #D58011; }
span { border-color: rgb(213,128,17); }
td.TdClassName
{
border-color: #D58011;
}
.TagClassName
{
border-color: #D58011;
}
</style>