Shades of Ochre #D6770F
Tints of Ochre #D6770F
RGB
CMYK
RGB Variations
Color information
#D6770F (or 0xD6770F) is known color: Ochre. HEX triplet: D6, 77 and 0F. RGB value is (214,119,15). Sum of RGB (Red+Green+Blue) = 214+119+15=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6770F is #2988F0. Grayscale: #888888. Windows color (decimal): -2722033 or 1013718. OLE color: 1013718.
HSL color Cylindrical-coordinate representation of color #D6770F: hue angle of 31.36º degrees, saturation: 0.87, 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 #D6770F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 15 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.16 |
| HSL | 31.36º | 0.87% | 0.45% | - |
| HSV(B) | 31.36º | 0.93% | 0.84% | - |
| XYZ | 34.41 | 27.52 | 3.95 | - |
| YUV | 135.55 | 59.97 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 15 | 0 | 0.44 | 0.93 | 0.16 | 31.36 | 0.87 | 0.45 |
| Hex | D6 | 77 | F | 0 | 2C | 5D | 10 | 1F | 57 | 2D |
| Octal | 326 | 167 | 17 | 0 | 54 | 135 | 20 | 37 | 127 | 55 |
| Binary | 11010110 | 1110111 | 1111 | 0 | 101100 | 1011101 | 10000 | 11111 | 1010111 | 101101 |
Color Harmonies of #D6770F
Complementary color
Monochromatic Colors of #D6770F
Black with #D6770F
Text Example
Text Example
White with #D6770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6770F; }
p { color: rgb(214,119,15); }
H1.HeaderClassName
{
color: #D6770F;
}
.AnyTagClassName
{
color: #D6770F;
}
</style>
background-color css
<style>
a { background-color: #D6770F; }
a { background-color: rgb(214,119,15); }
div.DivClassName
{
background-color: #D6770F;
}
.BgClassName
{
background-color: #D6770F;
}
</style>
border-color css
<style>
span { border-color: #D6770F; }
span { border-color: rgb(214,119,15); }
td.TdClassName
{
border-color: #D6770F;
}
.TagClassName
{
border-color: #D6770F;
}
</style>