Shades of Ochre #D67C0E
Tints of Ochre #D67C0E
RGB
CMYK
RGB Variations
Color information
#D67C0E (or 0xD67C0E) is known color: Ochre. HEX triplet: D6, 7C and 0E. RGB value is (214,124,14). Sum of RGB (Red+Green+Blue) = 214+124+14=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C0E is #2983F1. Grayscale: #8A8A8A. Windows color (decimal): -2720754 or 949462. OLE color: 949462.
HSL color Cylindrical-coordinate representation of color #D67C0E: hue angle of 33º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D67C0E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.16 |
| HSL | 33º | 0.88% | 0.45% | - |
| HSV(B) | 33º | 0.93% | 0.84% | - |
| XYZ | 35.02 | 28.74 | 4.12 | - |
| YUV | 138.37 | 57.82 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 14 | 0 | 0.42 | 0.93 | 0.16 | 33 | 0.88 | 0.45 |
| Hex | D6 | 7C | E | 0 | 2A | 5D | 10 | 21 | 58 | 2D |
| Octal | 326 | 174 | 16 | 0 | 52 | 135 | 20 | 41 | 130 | 55 |
| Binary | 11010110 | 1111100 | 1110 | 0 | 101010 | 1011101 | 10000 | 100001 | 1011000 | 101101 |
Color Harmonies of #D67C0E
Complementary color
Monochromatic Colors of #D67C0E
Black with #D67C0E
Text Example
Text Example
White with #D67C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C0E; }
p { color: rgb(214,124,14); }
H1.HeaderClassName
{
color: #D67C0E;
}
.AnyTagClassName
{
color: #D67C0E;
}
</style>
background-color css
<style>
a { background-color: #D67C0E; }
a { background-color: rgb(214,124,14); }
div.DivClassName
{
background-color: #D67C0E;
}
.BgClassName
{
background-color: #D67C0E;
}
</style>
border-color css
<style>
span { border-color: #D67C0E; }
span { border-color: rgb(214,124,14); }
td.TdClassName
{
border-color: #D67C0E;
}
.TagClassName
{
border-color: #D67C0E;
}
</style>