Shades of Ochre #D77916
Tints of Ochre #D77916
RGB
CMYK
RGB Variations
Color information
#D77916 (or 0xD77916) is known color: Ochre. HEX triplet: D7, 79 and 16. RGB value is (215,121,22). Sum of RGB (Red+Green+Blue) = 215+121+22=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D77916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77916 is #2886E9. Grayscale: #8A8A8A. Windows color (decimal): -2655978 or 1472983. OLE color: 1472983.
HSL color Cylindrical-coordinate representation of color #D77916: hue angle of 30.78º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D77916 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 22 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.16 |
| HSL | 30.78º | 0.81% | 0.46% | - |
| HSV(B) | 30.78º | 0.9% | 0.84% | - |
| XYZ | 35.01 | 28.18 | 4.35 | - |
| YUV | 137.82 | 62.64 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 22 | 0 | 0.44 | 0.90 | 0.16 | 30.78 | 0.81 | 0.46 |
| Hex | D7 | 79 | 16 | 0 | 2C | 5A | 10 | 1F | 51 | 2E |
| Octal | 327 | 171 | 26 | 0 | 54 | 132 | 20 | 37 | 121 | 56 |
| Binary | 11010111 | 1111001 | 10110 | 0 | 101100 | 1011010 | 10000 | 11111 | 1010001 | 101110 |
Color Harmonies of #D77916
Complementary color
Monochromatic Colors of #D77916
Black with #D77916
Text Example
Text Example
White with #D77916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77916; }
p { color: rgb(215,121,22); }
H1.HeaderClassName
{
color: #D77916;
}
.AnyTagClassName
{
color: #D77916;
}
</style>
background-color css
<style>
a { background-color: #D77916; }
a { background-color: rgb(215,121,22); }
div.DivClassName
{
background-color: #D77916;
}
.BgClassName
{
background-color: #D77916;
}
</style>
border-color css
<style>
span { border-color: #D77916; }
span { border-color: rgb(215,121,22); }
td.TdClassName
{
border-color: #D77916;
}
.TagClassName
{
border-color: #D77916;
}
</style>