Shades of Ochre #D47C1D
Tints of Ochre #D47C1D
RGB
CMYK
RGB Variations
Color information
#D47C1D (or 0xD47C1D) is known color: Ochre. HEX triplet: D4, 7C and 1D. RGB value is (212,124,29). Sum of RGB (Red+Green+Blue) = 212+124+29=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47C1D is #2B83E2. Grayscale: #8B8B8B. Windows color (decimal): -2851811 or 1932500. OLE color: 1932500.
HSL color Cylindrical-coordinate representation of color #D47C1D: hue angle of 31.15º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D47C1D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 29 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.17 |
| HSL | 31.15º | 0.76% | 0.47% | - |
| HSV(B) | 31.15º | 0.86% | 0.83% | - |
| XYZ | 34.58 | 28.5 | 4.84 | - |
| YUV | 139.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 29 | 0 | 0.42 | 0.86 | 0.17 | 31.15 | 0.76 | 0.47 |
| Hex | D4 | 7C | 1D | 0 | 2A | 56 | 11 | 1F | 4C | 2F |
| Octal | 324 | 174 | 35 | 0 | 52 | 126 | 21 | 37 | 114 | 57 |
| Binary | 11010100 | 1111100 | 11101 | 0 | 101010 | 1010110 | 10001 | 11111 | 1001100 | 101111 |
Color Harmonies of #D47C1D
Complementary color
Monochromatic Colors of #D47C1D
Black with #D47C1D
Text Example
Text Example
White with #D47C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C1D; }
p { color: rgb(212,124,29); }
H1.HeaderClassName
{
color: #D47C1D;
}
.AnyTagClassName
{
color: #D47C1D;
}
</style>
background-color css
<style>
a { background-color: #D47C1D; }
a { background-color: rgb(212,124,29); }
div.DivClassName
{
background-color: #D47C1D;
}
.BgClassName
{
background-color: #D47C1D;
}
</style>
border-color css
<style>
span { border-color: #D47C1D; }
span { border-color: rgb(212,124,29); }
td.TdClassName
{
border-color: #D47C1D;
}
.TagClassName
{
border-color: #D47C1D;
}
</style>