Shades of Ochre #D67711
Tints of Ochre #D67711
RGB
CMYK
RGB Variations
Color information
#D67711 (or 0xD67711) is known color: Ochre. HEX triplet: D6, 77 and 11. RGB value is (214,119,17). Sum of RGB (Red+Green+Blue) = 214+119+17=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D67711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67711 is #2988EE. Grayscale: #888888. Windows color (decimal): -2722031 or 1144790. OLE color: 1144790.
HSL color Cylindrical-coordinate representation of color #D67711: hue angle of 31.07º degrees, saturation: 0.85, 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 #D67711 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 17 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.16 |
| HSL | 31.07º | 0.85% | 0.45% | - |
| HSV(B) | 31.07º | 0.92% | 0.84% | - |
| XYZ | 34.43 | 27.53 | 4.03 | - |
| YUV | 135.78 | 60.97 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 17 | 0 | 0.44 | 0.92 | 0.16 | 31.07 | 0.85 | 0.45 |
| Hex | D6 | 77 | 11 | 0 | 2C | 5C | 10 | 1F | 55 | 2D |
| Octal | 326 | 167 | 21 | 0 | 54 | 134 | 20 | 37 | 125 | 55 |
| Binary | 11010110 | 1110111 | 10001 | 0 | 101100 | 1011100 | 10000 | 11111 | 1010101 | 101101 |
Color Harmonies of #D67711
Complementary color
Monochromatic Colors of #D67711
Black with #D67711
Text Example
Text Example
White with #D67711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67711; }
p { color: rgb(214,119,17); }
H1.HeaderClassName
{
color: #D67711;
}
.AnyTagClassName
{
color: #D67711;
}
</style>
background-color css
<style>
a { background-color: #D67711; }
a { background-color: rgb(214,119,17); }
div.DivClassName
{
background-color: #D67711;
}
.BgClassName
{
background-color: #D67711;
}
</style>
border-color css
<style>
span { border-color: #D67711; }
span { border-color: rgb(214,119,17); }
td.TdClassName
{
border-color: #D67711;
}
.TagClassName
{
border-color: #D67711;
}
</style>