Shades of Ochre #D77716
Tints of Ochre #D77716
RGB
CMYK
RGB Variations
Color information
#D77716 (or 0xD77716) is known color: Ochre. HEX triplet: D7, 77 and 16. RGB value is (215,119,22). Sum of RGB (Red+Green+Blue) = 215+119+22=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D77716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77716 is #2888E9. Grayscale: #898989. Windows color (decimal): -2656490 or 1472471. OLE color: 1472471.
HSL color Cylindrical-coordinate representation of color #D77716: hue angle of 30.16º 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 #D77716 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 22 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.16 |
| HSL | 30.16º | 0.81% | 0.46% | - |
| HSV(B) | 30.16º | 0.9% | 0.84% | - |
| XYZ | 34.77 | 27.7 | 4.27 | - |
| YUV | 136.65 | 63.3 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 22 | 0 | 0.45 | 0.90 | 0.16 | 30.16 | 0.81 | 0.46 |
| Hex | D7 | 77 | 16 | 0 | 2D | 5A | 10 | 1E | 51 | 2E |
| Octal | 327 | 167 | 26 | 0 | 55 | 132 | 20 | 36 | 121 | 56 |
| Binary | 11010111 | 1110111 | 10110 | 0 | 101101 | 1011010 | 10000 | 11110 | 1010001 | 101110 |
Color Harmonies of #D77716
Complementary color
Monochromatic Colors of #D77716
Black with #D77716
Text Example
Text Example
White with #D77716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77716; }
p { color: rgb(215,119,22); }
H1.HeaderClassName
{
color: #D77716;
}
.AnyTagClassName
{
color: #D77716;
}
</style>
background-color css
<style>
a { background-color: #D77716; }
a { background-color: rgb(215,119,22); }
div.DivClassName
{
background-color: #D77716;
}
.BgClassName
{
background-color: #D77716;
}
</style>
border-color css
<style>
span { border-color: #D77716; }
span { border-color: rgb(215,119,22); }
td.TdClassName
{
border-color: #D77716;
}
.TagClassName
{
border-color: #D77716;
}
</style>