Shades of Ochre #D77516
Tints of Ochre #D77516
RGB
CMYK
RGB Variations
Color information
#D77516 (or 0xD77516) is known color: Ochre. HEX triplet: D7, 75 and 16. RGB value is (215,117,22). Sum of RGB (Red+Green+Blue) = 215+117+22=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D77516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77516 is #288AE9. Grayscale: #878787. Windows color (decimal): -2657002 or 1471959. OLE color: 1471959.
HSL color Cylindrical-coordinate representation of color #D77516: hue angle of 29.53º 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 #D77516 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 22 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.16 |
| HSL | 29.53º | 0.81% | 0.46% | - |
| HSV(B) | 29.53º | 0.9% | 0.84% | - |
| XYZ | 34.53 | 27.23 | 4.19 | - |
| YUV | 135.47 | 63.97 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 22 | 0 | 0.46 | 0.90 | 0.16 | 29.53 | 0.81 | 0.46 |
| Hex | D7 | 75 | 16 | 0 | 2E | 5A | 10 | 1E | 51 | 2E |
| Octal | 327 | 165 | 26 | 0 | 56 | 132 | 20 | 36 | 121 | 56 |
| Binary | 11010111 | 1110101 | 10110 | 0 | 101110 | 1011010 | 10000 | 11110 | 1010001 | 101110 |
Color Harmonies of #D77516
Complementary color
Monochromatic Colors of #D77516
Black with #D77516
Text Example
Text Example
White with #D77516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77516; }
p { color: rgb(215,117,22); }
H1.HeaderClassName
{
color: #D77516;
}
.AnyTagClassName
{
color: #D77516;
}
</style>
background-color css
<style>
a { background-color: #D77516; }
a { background-color: rgb(215,117,22); }
div.DivClassName
{
background-color: #D77516;
}
.BgClassName
{
background-color: #D77516;
}
</style>
border-color css
<style>
span { border-color: #D77516; }
span { border-color: rgb(215,117,22); }
td.TdClassName
{
border-color: #D77516;
}
.TagClassName
{
border-color: #D77516;
}
</style>