Shades of Ochre #D67812
Tints of Ochre #D67812
RGB
CMYK
RGB Variations
Color information
#D67812 (or 0xD67812) is known color: Ochre. HEX triplet: D6, 78 and 12. RGB value is (214,120,18). Sum of RGB (Red+Green+Blue) = 214+120+18=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D67812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67812 is #2987ED. Grayscale: #888888. Windows color (decimal): -2721774 or 1210582. OLE color: 1210582.
HSL color Cylindrical-coordinate representation of color #D67812: hue angle of 31.22º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D67812 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.16 |
| HSL | 31.22º | 0.84% | 0.45% | - |
| HSV(B) | 31.22º | 0.92% | 0.84% | - |
| XYZ | 34.56 | 27.77 | 4.11 | - |
| YUV | 136.48 | 61.14 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 18 | 0 | 0.44 | 0.92 | 0.16 | 31.22 | 0.84 | 0.45 |
| Hex | D6 | 78 | 12 | 0 | 2C | 5C | 10 | 1F | 54 | 2D |
| Octal | 326 | 170 | 22 | 0 | 54 | 134 | 20 | 37 | 124 | 55 |
| Binary | 11010110 | 1111000 | 10010 | 0 | 101100 | 1011100 | 10000 | 11111 | 1010100 | 101101 |
Color Harmonies of #D67812
Complementary color
Monochromatic Colors of #D67812
Black with #D67812
Text Example
Text Example
White with #D67812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67812; }
p { color: rgb(214,120,18); }
H1.HeaderClassName
{
color: #D67812;
}
.AnyTagClassName
{
color: #D67812;
}
</style>
background-color css
<style>
a { background-color: #D67812; }
a { background-color: rgb(214,120,18); }
div.DivClassName
{
background-color: #D67812;
}
.BgClassName
{
background-color: #D67812;
}
</style>
border-color css
<style>
span { border-color: #D67812; }
span { border-color: rgb(214,120,18); }
td.TdClassName
{
border-color: #D67812;
}
.TagClassName
{
border-color: #D67812;
}
</style>