Shades of Ochre #D47810
Tints of Ochre #D47810
RGB
CMYK
RGB Variations
Color information
#D47810 (or 0xD47810) is known color: Ochre. HEX triplet: D4, 78 and 10. RGB value is (212,120,16). Sum of RGB (Red+Green+Blue) = 212+120+16=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D47810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47810 is #2B87EF. Grayscale: #888888. Windows color (decimal): -2852848 or 1079508. OLE color: 1079508.
HSL color Cylindrical-coordinate representation of color #D47810: hue angle of 31.84º degrees, saturation: 0.86, 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 #D47810 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 16 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.17 |
| HSL | 31.84º | 0.86% | 0.45% | - |
| HSV(B) | 31.84º | 0.92% | 0.83% | - |
| XYZ | 33.96 | 27.47 | 4 | - |
| YUV | 135.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 16 | 0 | 0.43 | 0.92 | 0.17 | 31.84 | 0.86 | 0.45 |
| Hex | D4 | 78 | 10 | 0 | 2B | 5C | 11 | 20 | 56 | 2D |
| Octal | 324 | 170 | 20 | 0 | 53 | 134 | 21 | 40 | 126 | 55 |
| Binary | 11010100 | 1111000 | 10000 | 0 | 101011 | 1011100 | 10001 | 100000 | 1010110 | 101101 |
Color Harmonies of #D47810
Complementary color
Monochromatic Colors of #D47810
Black with #D47810
Text Example
Text Example
White with #D47810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47810; }
p { color: rgb(212,120,16); }
H1.HeaderClassName
{
color: #D47810;
}
.AnyTagClassName
{
color: #D47810;
}
</style>
background-color css
<style>
a { background-color: #D47810; }
a { background-color: rgb(212,120,16); }
div.DivClassName
{
background-color: #D47810;
}
.BgClassName
{
background-color: #D47810;
}
</style>
border-color css
<style>
span { border-color: #D47810; }
span { border-color: rgb(212,120,16); }
td.TdClassName
{
border-color: #D47810;
}
.TagClassName
{
border-color: #D47810;
}
</style>