Shades of Ochre #D47A0D
Tints of Ochre #D47A0D
RGB
CMYK
RGB Variations
Color information
#D47A0D (or 0xD47A0D) is known color: Ochre. HEX triplet: D4, 7A and 0D. RGB value is (212,122,13). Sum of RGB (Red+Green+Blue) = 212+122+13=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47A0D is #2B85F2. Grayscale: #898989. Windows color (decimal): -2852339 or 883412. OLE color: 883412.
HSL color Cylindrical-coordinate representation of color #D47A0D: hue angle of 32.86º degrees, saturation: 0.88, 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 #D47A0D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.17 |
| HSL | 32.86º | 0.88% | 0.44% | - |
| HSV(B) | 32.86º | 0.94% | 0.83% | - |
| XYZ | 34.18 | 27.95 | 3.97 | - |
| YUV | 136.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 13 | 0 | 0.42 | 0.94 | 0.17 | 32.86 | 0.88 | 0.44 |
| Hex | D4 | 7A | D | 0 | 2A | 5E | 11 | 21 | 58 | 2C |
| Octal | 324 | 172 | 15 | 0 | 52 | 136 | 21 | 41 | 130 | 54 |
| Binary | 11010100 | 1111010 | 1101 | 0 | 101010 | 1011110 | 10001 | 100001 | 1011000 | 101100 |
Color Harmonies of #D47A0D
Complementary color
Monochromatic Colors of #D47A0D
Black with #D47A0D
Text Example
Text Example
White with #D47A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A0D; }
p { color: rgb(212,122,13); }
H1.HeaderClassName
{
color: #D47A0D;
}
.AnyTagClassName
{
color: #D47A0D;
}
</style>
background-color css
<style>
a { background-color: #D47A0D; }
a { background-color: rgb(212,122,13); }
div.DivClassName
{
background-color: #D47A0D;
}
.BgClassName
{
background-color: #D47A0D;
}
</style>
border-color css
<style>
span { border-color: #D47A0D; }
span { border-color: rgb(212,122,13); }
td.TdClassName
{
border-color: #D47A0D;
}
.TagClassName
{
border-color: #D47A0D;
}
</style>