Shades of Ochre #D47F27
Tints of Ochre #D47F27
RGB
CMYK
RGB Variations
Color information
#D47F27 (or 0xD47F27) is known color: Ochre. HEX triplet: D4, 7F and 27. RGB value is (212,127,39). Sum of RGB (Red+Green+Blue) = 212+127+39=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47F27 is #2B80D8. Grayscale: #8E8E8E. Windows color (decimal): -2851033 or 2588628. OLE color: 2588628.
HSL color Cylindrical-coordinate representation of color #D47F27: hue angle of 30.52º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D47F27 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 39 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.17 |
| HSL | 30.52º | 0.69% | 0.49% | - |
| HSV(B) | 30.52º | 0.82% | 0.83% | - |
| XYZ | 35.11 | 29.32 | 5.73 | - |
| YUV | 142.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 39 | 0 | 0.40 | 0.82 | 0.17 | 30.52 | 0.69 | 0.49 |
| Hex | D4 | 7F | 27 | 0 | 28 | 52 | 11 | 1F | 45 | 31 |
| Octal | 324 | 177 | 47 | 0 | 50 | 122 | 21 | 37 | 105 | 61 |
| Binary | 11010100 | 1111111 | 100111 | 0 | 101000 | 1010010 | 10001 | 11111 | 1000101 | 110001 |
Color Harmonies of #D47F27
Complementary color
Monochromatic Colors of #D47F27
Black with #D47F27
Text Example
Text Example
White with #D47F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F27; }
p { color: rgb(212,127,39); }
H1.HeaderClassName
{
color: #D47F27;
}
.AnyTagClassName
{
color: #D47F27;
}
</style>
background-color css
<style>
a { background-color: #D47F27; }
a { background-color: rgb(212,127,39); }
div.DivClassName
{
background-color: #D47F27;
}
.BgClassName
{
background-color: #D47F27;
}
</style>
border-color css
<style>
span { border-color: #D47F27; }
span { border-color: rgb(212,127,39); }
td.TdClassName
{
border-color: #D47F27;
}
.TagClassName
{
border-color: #D47F27;
}
</style>