Shades of Ochre #D77616
Tints of Ochre #D77616
RGB
CMYK
RGB Variations
Color information
#D77616 (or 0xD77616) is known color: Ochre. HEX triplet: D7, 76 and 16. RGB value is (215,118,22). Sum of RGB (Red+Green+Blue) = 215+118+22=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D77616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77616 is #2889E9. Grayscale: #888888. Windows color (decimal): -2656746 or 1472215. OLE color: 1472215.
HSL color Cylindrical-coordinate representation of color #D77616: hue angle of 29.84º 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 #D77616 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 22 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.16 |
| HSL | 29.84º | 0.81% | 0.46% | - |
| HSV(B) | 29.84º | 0.9% | 0.84% | - |
| XYZ | 34.65 | 27.46 | 4.23 | - |
| YUV | 136.06 | 63.64 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 22 | 0 | 0.45 | 0.90 | 0.16 | 29.84 | 0.81 | 0.46 |
| Hex | D7 | 76 | 16 | 0 | 2D | 5A | 10 | 1E | 51 | 2E |
| Octal | 327 | 166 | 26 | 0 | 55 | 132 | 20 | 36 | 121 | 56 |
| Binary | 11010111 | 1110110 | 10110 | 0 | 101101 | 1011010 | 10000 | 11110 | 1010001 | 101110 |
Color Harmonies of #D77616
Complementary color
Monochromatic Colors of #D77616
Black with #D77616
Text Example
Text Example
White with #D77616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77616; }
p { color: rgb(215,118,22); }
H1.HeaderClassName
{
color: #D77616;
}
.AnyTagClassName
{
color: #D77616;
}
</style>
background-color css
<style>
a { background-color: #D77616; }
a { background-color: rgb(215,118,22); }
div.DivClassName
{
background-color: #D77616;
}
.BgClassName
{
background-color: #D77616;
}
</style>
border-color css
<style>
span { border-color: #D77616; }
span { border-color: rgb(215,118,22); }
td.TdClassName
{
border-color: #D77616;
}
.TagClassName
{
border-color: #D77616;
}
</style>