Shades of Ochre #D47A0C
Tints of Ochre #D47A0C
RGB
CMYK
RGB Variations
Color information
#D47A0C (or 0xD47A0C) is known color: Ochre. HEX triplet: D4, 7A and 0C. RGB value is (212,122,12). Sum of RGB (Red+Green+Blue) = 212+122+12=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47A0C is #2B85F3. Grayscale: #888888. Windows color (decimal): -2852340 or 817876. OLE color: 817876.
HSL color Cylindrical-coordinate representation of color #D47A0C: hue angle of 33º 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 #D47A0C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 12 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.17 |
| HSL | 33º | 0.89% | 0.44% | - |
| HSV(B) | 33º | 0.94% | 0.83% | - |
| XYZ | 34.18 | 27.94 | 3.94 | - |
| YUV | 136.37 | 57.82 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 12 | 0 | 0.42 | 0.94 | 0.17 | 33 | 0.89 | 0.44 |
| Hex | D4 | 7A | C | 0 | 2A | 5E | 11 | 21 | 59 | 2C |
| Octal | 324 | 172 | 14 | 0 | 52 | 136 | 21 | 41 | 131 | 54 |
| Binary | 11010100 | 1111010 | 1100 | 0 | 101010 | 1011110 | 10001 | 100001 | 1011001 | 101100 |
Color Harmonies of #D47A0C
Complementary color
Monochromatic Colors of #D47A0C
Black with #D47A0C
Text Example
Text Example
White with #D47A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A0C; }
p { color: rgb(212,122,12); }
H1.HeaderClassName
{
color: #D47A0C;
}
.AnyTagClassName
{
color: #D47A0C;
}
</style>
background-color css
<style>
a { background-color: #D47A0C; }
a { background-color: rgb(212,122,12); }
div.DivClassName
{
background-color: #D47A0C;
}
.BgClassName
{
background-color: #D47A0C;
}
</style>
border-color css
<style>
span { border-color: #D47A0C; }
span { border-color: rgb(212,122,12); }
td.TdClassName
{
border-color: #D47A0C;
}
.TagClassName
{
border-color: #D47A0C;
}
</style>