Shades of Ochre #D67611
Tints of Ochre #D67611
RGB
CMYK
RGB Variations
Color information
#D67611 (or 0xD67611) is known color: Ochre. HEX triplet: D6, 76 and 11. RGB value is (214,118,17). Sum of RGB (Red+Green+Blue) = 214+118+17=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D67611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67611 is #2989EE. Grayscale: #878787. Windows color (decimal): -2722287 or 1144534. OLE color: 1144534.
HSL color Cylindrical-coordinate representation of color #D67611: hue angle of 30.76º 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 #D67611 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 17 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.16 |
| HSL | 30.76º | 0.85% | 0.45% | - |
| HSV(B) | 30.76º | 0.92% | 0.84% | - |
| XYZ | 34.31 | 27.29 | 3.99 | - |
| YUV | 135.19 | 61.3 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 17 | 0 | 0.45 | 0.92 | 0.16 | 30.76 | 0.85 | 0.45 |
| Hex | D6 | 76 | 11 | 0 | 2D | 5C | 10 | 1F | 55 | 2D |
| Octal | 326 | 166 | 21 | 0 | 55 | 134 | 20 | 37 | 125 | 55 |
| Binary | 11010110 | 1110110 | 10001 | 0 | 101101 | 1011100 | 10000 | 11111 | 1010101 | 101101 |
Color Harmonies of #D67611
Complementary color
Monochromatic Colors of #D67611
Black with #D67611
Text Example
Text Example
White with #D67611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67611; }
p { color: rgb(214,118,17); }
H1.HeaderClassName
{
color: #D67611;
}
.AnyTagClassName
{
color: #D67611;
}
</style>
background-color css
<style>
a { background-color: #D67611; }
a { background-color: rgb(214,118,17); }
div.DivClassName
{
background-color: #D67611;
}
.BgClassName
{
background-color: #D67611;
}
</style>
border-color css
<style>
span { border-color: #D67611; }
span { border-color: rgb(214,118,17); }
td.TdClassName
{
border-color: #D67611;
}
.TagClassName
{
border-color: #D67611;
}
</style>