Shades of Ochre #D67C16
Tints of Ochre #D67C16
RGB
CMYK
RGB Variations
Color information
#D67C16 (or 0xD67C16) is known color: Ochre. HEX triplet: D6, 7C and 16. RGB value is (214,124,22). Sum of RGB (Red+Green+Blue) = 214+124+22=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C16 is #2983E9. Grayscale: #8B8B8B. Windows color (decimal): -2720746 or 1473750. OLE color: 1473750.
HSL color Cylindrical-coordinate representation of color #D67C16: hue angle of 31.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D67C16 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 22 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.16 |
| HSL | 31.88º | 0.81% | 0.46% | - |
| HSV(B) | 31.88º | 0.9% | 0.84% | - |
| XYZ | 35.08 | 28.77 | 4.46 | - |
| YUV | 139.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 22 | 0 | 0.42 | 0.90 | 0.16 | 31.88 | 0.81 | 0.46 |
| Hex | D6 | 7C | 16 | 0 | 2A | 5A | 10 | 20 | 51 | 2E |
| Octal | 326 | 174 | 26 | 0 | 52 | 132 | 20 | 40 | 121 | 56 |
| Binary | 11010110 | 1111100 | 10110 | 0 | 101010 | 1011010 | 10000 | 100000 | 1010001 | 101110 |
Color Harmonies of #D67C16
Complementary color
Monochromatic Colors of #D67C16
Black with #D67C16
Text Example
Text Example
White with #D67C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C16; }
p { color: rgb(214,124,22); }
H1.HeaderClassName
{
color: #D67C16;
}
.AnyTagClassName
{
color: #D67C16;
}
</style>
background-color css
<style>
a { background-color: #D67C16; }
a { background-color: rgb(214,124,22); }
div.DivClassName
{
background-color: #D67C16;
}
.BgClassName
{
background-color: #D67C16;
}
</style>
border-color css
<style>
span { border-color: #D67C16; }
span { border-color: rgb(214,124,22); }
td.TdClassName
{
border-color: #D67C16;
}
.TagClassName
{
border-color: #D67C16;
}
</style>