Shades of Ochre #D7770F
Tints of Ochre #D7770F
RGB
CMYK
RGB Variations
Color information
#D7770F (or 0xD7770F) is known color: Ochre. HEX triplet: D7, 77 and 0F. RGB value is (215,119,15). Sum of RGB (Red+Green+Blue) = 215+119+15=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D7770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7770F is #2888F0. Grayscale: #888888. Windows color (decimal): -2656497 or 1013719. OLE color: 1013719.
HSL color Cylindrical-coordinate representation of color #D7770F: hue angle of 31.2º 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 #D7770F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.16 |
| HSL | 31.2º | 0.87% | 0.45% | - |
| HSV(B) | 31.2º | 0.93% | 0.84% | - |
| XYZ | 34.71 | 27.68 | 3.96 | - |
| YUV | 135.85 | 59.8 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 15 | 0 | 0.45 | 0.93 | 0.16 | 31.2 | 0.87 | 0.45 |
| Hex | D7 | 77 | F | 0 | 2D | 5D | 10 | 1F | 57 | 2D |
| Octal | 327 | 167 | 17 | 0 | 55 | 135 | 20 | 37 | 127 | 55 |
| Binary | 11010111 | 1110111 | 1111 | 0 | 101101 | 1011101 | 10000 | 11111 | 1010111 | 101101 |
Color Harmonies of #D7770F
Complementary color
Monochromatic Colors of #D7770F
Black with #D7770F
Text Example
Text Example
White with #D7770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7770F; }
p { color: rgb(215,119,15); }
H1.HeaderClassName
{
color: #D7770F;
}
.AnyTagClassName
{
color: #D7770F;
}
</style>
background-color css
<style>
a { background-color: #D7770F; }
a { background-color: rgb(215,119,15); }
div.DivClassName
{
background-color: #D7770F;
}
.BgClassName
{
background-color: #D7770F;
}
</style>
border-color css
<style>
span { border-color: #D7770F; }
span { border-color: rgb(215,119,15); }
td.TdClassName
{
border-color: #D7770F;
}
.TagClassName
{
border-color: #D7770F;
}
</style>