Shades of Ochre #D47F12
Tints of Ochre #D47F12
RGB
CMYK
RGB Variations
Color information
#D47F12 (or 0xD47F12) is known color: Ochre. HEX triplet: D4, 7F and 12. RGB value is (212,127,18). Sum of RGB (Red+Green+Blue) = 212+127+18=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47F12 is #2B80ED. Grayscale: #8C8C8C. Windows color (decimal): -2851054 or 1212372. OLE color: 1212372.
HSL color Cylindrical-coordinate representation of color #D47F12: hue angle of 33.71º degrees, saturation: 0.84, 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 #D47F12 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 18 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.17 |
| HSL | 33.71º | 0.84% | 0.45% | - |
| HSV(B) | 33.71º | 0.92% | 0.83% | - |
| XYZ | 34.85 | 29.22 | 4.38 | - |
| YUV | 139.99 | 59.16 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 18 | 0 | 0.40 | 0.92 | 0.17 | 33.71 | 0.84 | 0.45 |
| Hex | D4 | 7F | 12 | 0 | 28 | 5C | 11 | 22 | 54 | 2D |
| Octal | 324 | 177 | 22 | 0 | 50 | 134 | 21 | 42 | 124 | 55 |
| Binary | 11010100 | 1111111 | 10010 | 0 | 101000 | 1011100 | 10001 | 100010 | 1010100 | 101101 |
Color Harmonies of #D47F12
Complementary color
Monochromatic Colors of #D47F12
Black with #D47F12
Text Example
Text Example
White with #D47F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F12; }
p { color: rgb(212,127,18); }
H1.HeaderClassName
{
color: #D47F12;
}
.AnyTagClassName
{
color: #D47F12;
}
</style>
background-color css
<style>
a { background-color: #D47F12; }
a { background-color: rgb(212,127,18); }
div.DivClassName
{
background-color: #D47F12;
}
.BgClassName
{
background-color: #D47F12;
}
</style>
border-color css
<style>
span { border-color: #D47F12; }
span { border-color: rgb(212,127,18); }
td.TdClassName
{
border-color: #D47F12;
}
.TagClassName
{
border-color: #D47F12;
}
</style>