Shades of Ochre #D47A14
Tints of Ochre #D47A14
RGB
CMYK
RGB Variations
Color information
#D47A14 (or 0xD47A14) is known color: Ochre. HEX triplet: D4, 7A and 14. RGB value is (212,122,20). Sum of RGB (Red+Green+Blue) = 212+122+20=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47A14 is #2B85EB. Grayscale: #898989. Windows color (decimal): -2852332 or 1342164. OLE color: 1342164.
HSL color Cylindrical-coordinate representation of color #D47A14: hue angle of 31.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D47A14 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 20 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.17 |
| HSL | 31.88º | 0.83% | 0.45% | - |
| HSV(B) | 31.88º | 0.91% | 0.83% | - |
| XYZ | 34.24 | 27.97 | 4.26 | - |
| YUV | 137.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 20 | 0 | 0.42 | 0.91 | 0.17 | 31.88 | 0.83 | 0.45 |
| Hex | D4 | 7A | 14 | 0 | 2A | 5B | 11 | 20 | 53 | 2D |
| Octal | 324 | 172 | 24 | 0 | 52 | 133 | 21 | 40 | 123 | 55 |
| Binary | 11010100 | 1111010 | 10100 | 0 | 101010 | 1011011 | 10001 | 100000 | 1010011 | 101101 |
Color Harmonies of #D47A14
Complementary color
Monochromatic Colors of #D47A14
Black with #D47A14
Text Example
Text Example
White with #D47A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A14; }
p { color: rgb(212,122,20); }
H1.HeaderClassName
{
color: #D47A14;
}
.AnyTagClassName
{
color: #D47A14;
}
</style>
background-color css
<style>
a { background-color: #D47A14; }
a { background-color: rgb(212,122,20); }
div.DivClassName
{
background-color: #D47A14;
}
.BgClassName
{
background-color: #D47A14;
}
</style>
border-color css
<style>
span { border-color: #D47A14; }
span { border-color: rgb(212,122,20); }
td.TdClassName
{
border-color: #D47A14;
}
.TagClassName
{
border-color: #D47A14;
}
</style>