Shades of Ochre #D47C0C
Tints of Ochre #D47C0C
RGB
CMYK
RGB Variations
Color information
#D47C0C (or 0xD47C0C) is known color: Ochre. HEX triplet: D4, 7C and 0C. RGB value is (212,124,12). Sum of RGB (Red+Green+Blue) = 212+124+12=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47C0C is #2B83F3. Grayscale: #8A8A8A. Windows color (decimal): -2851828 or 818388. OLE color: 818388.
HSL color Cylindrical-coordinate representation of color #D47C0C: hue angle of 33.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D47C0C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 12 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.17 |
| HSL | 33.6º | 0.89% | 0.44% | - |
| HSV(B) | 33.6º | 0.94% | 0.83% | - |
| XYZ | 34.43 | 28.44 | 4.02 | - |
| YUV | 137.54 | 57.15 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 12 | 0 | 0.42 | 0.94 | 0.17 | 33.6 | 0.89 | 0.44 |
| Hex | D4 | 7C | C | 0 | 2A | 5E | 11 | 22 | 59 | 2C |
| Octal | 324 | 174 | 14 | 0 | 52 | 136 | 21 | 42 | 131 | 54 |
| Binary | 11010100 | 1111100 | 1100 | 0 | 101010 | 1011110 | 10001 | 100010 | 1011001 | 101100 |
Color Harmonies of #D47C0C
Complementary color
Monochromatic Colors of #D47C0C
Black with #D47C0C
Text Example
Text Example
White with #D47C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C0C; }
p { color: rgb(212,124,12); }
H1.HeaderClassName
{
color: #D47C0C;
}
.AnyTagClassName
{
color: #D47C0C;
}
</style>
background-color css
<style>
a { background-color: #D47C0C; }
a { background-color: rgb(212,124,12); }
div.DivClassName
{
background-color: #D47C0C;
}
.BgClassName
{
background-color: #D47C0C;
}
</style>
border-color css
<style>
span { border-color: #D47C0C; }
span { border-color: rgb(212,124,12); }
td.TdClassName
{
border-color: #D47C0C;
}
.TagClassName
{
border-color: #D47C0C;
}
</style>