Shades of Ochre #D47A22
Tints of Ochre #D47A22
RGB
CMYK
RGB Variations
Color information
#D47A22 (or 0xD47A22) is known color: Ochre. HEX triplet: D4, 7A and 22. RGB value is (212,122,34). Sum of RGB (Red+Green+Blue) = 212+122+34=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47A22 is #2B85DD. Grayscale: #8B8B8B. Windows color (decimal): -2852318 or 2259668. OLE color: 2259668.
HSL color Cylindrical-coordinate representation of color #D47A22: hue angle of 29.66º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D47A22 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 34 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.17 |
| HSL | 29.66º | 0.72% | 0.48% | - |
| HSV(B) | 29.66º | 0.84% | 0.83% | - |
| XYZ | 34.4 | 28.03 | 5.11 | - |
| YUV | 138.88 | 68.82 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 34 | 0 | 0.42 | 0.84 | 0.17 | 29.66 | 0.72 | 0.48 |
| Hex | D4 | 7A | 22 | 0 | 2A | 54 | 11 | 1E | 48 | 30 |
| Octal | 324 | 172 | 42 | 0 | 52 | 124 | 21 | 36 | 110 | 60 |
| Binary | 11010100 | 1111010 | 100010 | 0 | 101010 | 1010100 | 10001 | 11110 | 1001000 | 110000 |
Color Harmonies of #D47A22
Complementary color
Monochromatic Colors of #D47A22
Black with #D47A22
Text Example
Text Example
White with #D47A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A22; }
p { color: rgb(212,122,34); }
H1.HeaderClassName
{
color: #D47A22;
}
.AnyTagClassName
{
color: #D47A22;
}
</style>
background-color css
<style>
a { background-color: #D47A22; }
a { background-color: rgb(212,122,34); }
div.DivClassName
{
background-color: #D47A22;
}
.BgClassName
{
background-color: #D47A22;
}
</style>
border-color css
<style>
span { border-color: #D47A22; }
span { border-color: rgb(212,122,34); }
td.TdClassName
{
border-color: #D47A22;
}
.TagClassName
{
border-color: #D47A22;
}
</style>