Shades of Ochre #D47D11
Tints of Ochre #D47D11
RGB
CMYK
RGB Variations
Color information
#D47D11 (or 0xD47D11) is known color: Ochre. HEX triplet: D4, 7D and 11. RGB value is (212,125,17). Sum of RGB (Red+Green+Blue) = 212+125+17=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47D11 is #2B82EE. Grayscale: #8B8B8B. Windows color (decimal): -2851567 or 1146324. OLE color: 1146324.
HSL color Cylindrical-coordinate representation of color #D47D11: hue angle of 33.23º 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 #D47D11 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 17 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.17 |
| HSL | 33.23º | 0.85% | 0.45% | - |
| HSV(B) | 33.23º | 0.92% | 0.83% | - |
| XYZ | 34.59 | 28.7 | 4.25 | - |
| YUV | 138.7 | 59.32 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 17 | 0 | 0.41 | 0.92 | 0.17 | 33.23 | 0.85 | 0.45 |
| Hex | D4 | 7D | 11 | 0 | 29 | 5C | 11 | 21 | 55 | 2D |
| Octal | 324 | 175 | 21 | 0 | 51 | 134 | 21 | 41 | 125 | 55 |
| Binary | 11010100 | 1111101 | 10001 | 0 | 101001 | 1011100 | 10001 | 100001 | 1010101 | 101101 |
Color Harmonies of #D47D11
Complementary color
Monochromatic Colors of #D47D11
Black with #D47D11
Text Example
Text Example
White with #D47D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47D11; }
p { color: rgb(212,125,17); }
H1.HeaderClassName
{
color: #D47D11;
}
.AnyTagClassName
{
color: #D47D11;
}
</style>
background-color css
<style>
a { background-color: #D47D11; }
a { background-color: rgb(212,125,17); }
div.DivClassName
{
background-color: #D47D11;
}
.BgClassName
{
background-color: #D47D11;
}
</style>
border-color css
<style>
span { border-color: #D47D11; }
span { border-color: rgb(212,125,17); }
td.TdClassName
{
border-color: #D47D11;
}
.TagClassName
{
border-color: #D47D11;
}
</style>