Shades of Ochre #D47627
Tints of Ochre #D47627
RGB
CMYK
RGB Variations
Color information
#D47627 (or 0xD47627) is known color: Ochre. HEX triplet: D4, 76 and 27. RGB value is (212,118,39). Sum of RGB (Red+Green+Blue) = 212+118+39=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D47627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47627 is #2B89D8. Grayscale: #898989. Windows color (decimal): -2853337 or 2586324. OLE color: 2586324.
HSL color Cylindrical-coordinate representation of color #D47627: hue angle of 27.4º 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 #D47627 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 39 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.17 |
| HSL | 27.4º | 0.69% | 0.49% | - |
| HSV(B) | 27.4º | 0.82% | 0.83% | - |
| XYZ | 34 | 27.1 | 5.36 | - |
| YUV | 137.1 | 72.64 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 39 | 0 | 0.44 | 0.82 | 0.17 | 27.4 | 0.69 | 0.49 |
| Hex | D4 | 76 | 27 | 0 | 2C | 52 | 11 | 1B | 45 | 31 |
| Octal | 324 | 166 | 47 | 0 | 54 | 122 | 21 | 33 | 105 | 61 |
| Binary | 11010100 | 1110110 | 100111 | 0 | 101100 | 1010010 | 10001 | 11011 | 1000101 | 110001 |
Color Harmonies of #D47627
Complementary color
Monochromatic Colors of #D47627
Black with #D47627
Text Example
Text Example
White with #D47627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47627; }
p { color: rgb(212,118,39); }
H1.HeaderClassName
{
color: #D47627;
}
.AnyTagClassName
{
color: #D47627;
}
</style>
background-color css
<style>
a { background-color: #D47627; }
a { background-color: rgb(212,118,39); }
div.DivClassName
{
background-color: #D47627;
}
.BgClassName
{
background-color: #D47627;
}
</style>
border-color css
<style>
span { border-color: #D47627; }
span { border-color: rgb(212,118,39); }
td.TdClassName
{
border-color: #D47627;
}
.TagClassName
{
border-color: #D47627;
}
</style>