Shades of Ochre #D47827
Tints of Ochre #D47827
RGB
CMYK
RGB Variations
Color information
#D47827 (or 0xD47827) is known color: Ochre. HEX triplet: D4, 78 and 27. RGB value is (212,120,39). Sum of RGB (Red+Green+Blue) = 212+120+39=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D47827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47827 is #2B87D8. Grayscale: #8A8A8A. Windows color (decimal): -2852825 or 2586836. OLE color: 2586836.
HSL color Cylindrical-coordinate representation of color #D47827: hue angle of 28.09º 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 #D47827 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 39 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.17 |
| HSL | 28.09º | 0.69% | 0.49% | - |
| HSV(B) | 28.09º | 0.82% | 0.83% | - |
| XYZ | 34.23 | 27.58 | 5.44 | - |
| YUV | 138.27 | 71.98 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 39 | 0 | 0.43 | 0.82 | 0.17 | 28.09 | 0.69 | 0.49 |
| Hex | D4 | 78 | 27 | 0 | 2B | 52 | 11 | 1C | 45 | 31 |
| Octal | 324 | 170 | 47 | 0 | 53 | 122 | 21 | 34 | 105 | 61 |
| Binary | 11010100 | 1111000 | 100111 | 0 | 101011 | 1010010 | 10001 | 11100 | 1000101 | 110001 |
Color Harmonies of #D47827
Complementary color
Monochromatic Colors of #D47827
Black with #D47827
Text Example
Text Example
White with #D47827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47827; }
p { color: rgb(212,120,39); }
H1.HeaderClassName
{
color: #D47827;
}
.AnyTagClassName
{
color: #D47827;
}
</style>
background-color css
<style>
a { background-color: #D47827; }
a { background-color: rgb(212,120,39); }
div.DivClassName
{
background-color: #D47827;
}
.BgClassName
{
background-color: #D47827;
}
</style>
border-color css
<style>
span { border-color: #D47827; }
span { border-color: rgb(212,120,39); }
td.TdClassName
{
border-color: #D47827;
}
.TagClassName
{
border-color: #D47827;
}
</style>