Shades of Ochre #D7771D
Tints of Ochre #D7771D
RGB
CMYK
RGB Variations
Color information
#D7771D (or 0xD7771D) is known color: Ochre. HEX triplet: D7, 77 and 1D. RGB value is (215,119,29). Sum of RGB (Red+Green+Blue) = 215+119+29=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7771D is #2888E2. Grayscale: #898989. Windows color (decimal): -2656483 or 1931223. OLE color: 1931223.
HSL color Cylindrical-coordinate representation of color #D7771D: hue angle of 29.03º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7771D is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 29 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.16 |
| HSL | 29.03º | 0.76% | 0.48% | - |
| HSV(B) | 29.03º | 0.87% | 0.84% | - |
| XYZ | 34.84 | 27.73 | 4.68 | - |
| YUV | 137.44 | 66.8 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 29 | 0 | 0.45 | 0.87 | 0.16 | 29.03 | 0.76 | 0.48 |
| Hex | D7 | 77 | 1D | 0 | 2D | 57 | 10 | 1D | 4C | 30 |
| Octal | 327 | 167 | 35 | 0 | 55 | 127 | 20 | 35 | 114 | 60 |
| Binary | 11010111 | 1110111 | 11101 | 0 | 101101 | 1010111 | 10000 | 11101 | 1001100 | 110000 |
Color Harmonies of #D7771D
Complementary color
Monochromatic Colors of #D7771D
Black with #D7771D
Text Example
Text Example
White with #D7771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7771D; }
p { color: rgb(215,119,29); }
H1.HeaderClassName
{
color: #D7771D;
}
.AnyTagClassName
{
color: #D7771D;
}
</style>
background-color css
<style>
a { background-color: #D7771D; }
a { background-color: rgb(215,119,29); }
div.DivClassName
{
background-color: #D7771D;
}
.BgClassName
{
background-color: #D7771D;
}
</style>
border-color css
<style>
span { border-color: #D7771D; }
span { border-color: rgb(215,119,29); }
td.TdClassName
{
border-color: #D7771D;
}
.TagClassName
{
border-color: #D7771D;
}
</style>