Shades of Ochre #D6770E
Tints of Ochre #D6770E
RGB
CMYK
RGB Variations
Color information
#D6770E (or 0xD6770E) is known color: Ochre. HEX triplet: D6, 77 and 0E. RGB value is (214,119,14). Sum of RGB (Red+Green+Blue) = 214+119+14=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6770E is #2988F1. Grayscale: #878787. Windows color (decimal): -2722034 or 948182. OLE color: 948182.
HSL color Cylindrical-coordinate representation of color #D6770E: hue angle of 31.5º 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 #D6770E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 14 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.16 |
| HSL | 31.5º | 0.88% | 0.45% | - |
| HSV(B) | 31.5º | 0.93% | 0.84% | - |
| XYZ | 34.41 | 27.52 | 3.91 | - |
| YUV | 135.44 | 59.47 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 14 | 0 | 0.44 | 0.93 | 0.16 | 31.5 | 0.88 | 0.45 |
| Hex | D6 | 77 | E | 0 | 2C | 5D | 10 | 1F | 58 | 2D |
| Octal | 326 | 167 | 16 | 0 | 54 | 135 | 20 | 37 | 130 | 55 |
| Binary | 11010110 | 1110111 | 1110 | 0 | 101100 | 1011101 | 10000 | 11111 | 1011000 | 101101 |
Color Harmonies of #D6770E
Complementary color
Monochromatic Colors of #D6770E
Black with #D6770E
Text Example
Text Example
White with #D6770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6770E; }
p { color: rgb(214,119,14); }
H1.HeaderClassName
{
color: #D6770E;
}
.AnyTagClassName
{
color: #D6770E;
}
</style>
background-color css
<style>
a { background-color: #D6770E; }
a { background-color: rgb(214,119,14); }
div.DivClassName
{
background-color: #D6770E;
}
.BgClassName
{
background-color: #D6770E;
}
</style>
border-color css
<style>
span { border-color: #D6770E; }
span { border-color: rgb(214,119,14); }
td.TdClassName
{
border-color: #D6770E;
}
.TagClassName
{
border-color: #D6770E;
}
</style>