Shades of Ochre #D47812
Tints of Ochre #D47812
RGB
CMYK
RGB Variations
Color information
#D47812 (or 0xD47812) is known color: Ochre. HEX triplet: D4, 78 and 12. RGB value is (212,120,18). Sum of RGB (Red+Green+Blue) = 212+120+18=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D47812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47812 is #2B87ED. Grayscale: #888888. Windows color (decimal): -2852846 or 1210580. OLE color: 1210580.
HSL color Cylindrical-coordinate representation of color #D47812: hue angle of 31.55º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D47812 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 18 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.17 |
| HSL | 31.55º | 0.84% | 0.45% | - |
| HSV(B) | 31.55º | 0.92% | 0.83% | - |
| XYZ | 33.98 | 27.47 | 4.08 | - |
| YUV | 135.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 18 | 0 | 0.43 | 0.92 | 0.17 | 31.55 | 0.84 | 0.45 |
| Hex | D4 | 78 | 12 | 0 | 2B | 5C | 11 | 20 | 54 | 2D |
| Octal | 324 | 170 | 22 | 0 | 53 | 134 | 21 | 40 | 124 | 55 |
| Binary | 11010100 | 1111000 | 10010 | 0 | 101011 | 1011100 | 10001 | 100000 | 1010100 | 101101 |
Color Harmonies of #D47812
Complementary color
Monochromatic Colors of #D47812
Black with #D47812
Text Example
Text Example
White with #D47812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47812; }
p { color: rgb(212,120,18); }
H1.HeaderClassName
{
color: #D47812;
}
.AnyTagClassName
{
color: #D47812;
}
</style>
background-color css
<style>
a { background-color: #D47812; }
a { background-color: rgb(212,120,18); }
div.DivClassName
{
background-color: #D47812;
}
.BgClassName
{
background-color: #D47812;
}
</style>
border-color css
<style>
span { border-color: #D47812; }
span { border-color: rgb(212,120,18); }
td.TdClassName
{
border-color: #D47812;
}
.TagClassName
{
border-color: #D47812;
}
</style>