Shades of Ochre #D47E27
Tints of Ochre #D47E27
RGB
CMYK
RGB Variations
Color information
#D47E27 (or 0xD47E27) is known color: Ochre. HEX triplet: D4, 7E and 27. RGB value is (212,126,39). Sum of RGB (Red+Green+Blue) = 212+126+39=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47E27 is #2B81D8. Grayscale: #8E8E8E. Windows color (decimal): -2851289 or 2588372. OLE color: 2588372.
HSL color Cylindrical-coordinate representation of color #D47E27: hue angle of 30.17º 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 #D47E27 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 39 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.17 |
| HSL | 30.17º | 0.69% | 0.49% | - |
| HSV(B) | 30.17º | 0.82% | 0.83% | - |
| XYZ | 34.98 | 29.07 | 5.69 | - |
| YUV | 141.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 39 | 0 | 0.41 | 0.82 | 0.17 | 30.17 | 0.69 | 0.49 |
| Hex | D4 | 7E | 27 | 0 | 29 | 52 | 11 | 1E | 45 | 31 |
| Octal | 324 | 176 | 47 | 0 | 51 | 122 | 21 | 36 | 105 | 61 |
| Binary | 11010100 | 1111110 | 100111 | 0 | 101001 | 1010010 | 10001 | 11110 | 1000101 | 110001 |
Color Harmonies of #D47E27
Complementary color
Monochromatic Colors of #D47E27
Black with #D47E27
Text Example
Text Example
White with #D47E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47E27; }
p { color: rgb(212,126,39); }
H1.HeaderClassName
{
color: #D47E27;
}
.AnyTagClassName
{
color: #D47E27;
}
</style>
background-color css
<style>
a { background-color: #D47E27; }
a { background-color: rgb(212,126,39); }
div.DivClassName
{
background-color: #D47E27;
}
.BgClassName
{
background-color: #D47E27;
}
</style>
border-color css
<style>
span { border-color: #D47E27; }
span { border-color: rgb(212,126,39); }
td.TdClassName
{
border-color: #D47E27;
}
.TagClassName
{
border-color: #D47E27;
}
</style>