Shades of Ochre #D77C16
Tints of Ochre #D77C16
RGB
CMYK
RGB Variations
Color information
#D77C16 (or 0xD77C16) is known color: Ochre. HEX triplet: D7, 7C and 16. RGB value is (215,124,22). Sum of RGB (Red+Green+Blue) = 215+124+22=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C16 is #2883E9. Grayscale: #8C8C8C. Windows color (decimal): -2655210 or 1473751. OLE color: 1473751.
HSL color Cylindrical-coordinate representation of color #D77C16: hue angle of 31.71º 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 #D77C16 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 22 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.16 |
| HSL | 31.71º | 0.81% | 0.46% | - |
| HSV(B) | 31.71º | 0.9% | 0.84% | - |
| XYZ | 35.38 | 28.92 | 4.48 | - |
| YUV | 139.58 | 61.65 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 22 | 0 | 0.42 | 0.90 | 0.16 | 31.71 | 0.81 | 0.46 |
| Hex | D7 | 7C | 16 | 0 | 2A | 5A | 10 | 20 | 51 | 2E |
| Octal | 327 | 174 | 26 | 0 | 52 | 132 | 20 | 40 | 121 | 56 |
| Binary | 11010111 | 1111100 | 10110 | 0 | 101010 | 1011010 | 10000 | 100000 | 1010001 | 101110 |
Color Harmonies of #D77C16
Complementary color
Monochromatic Colors of #D77C16
Black with #D77C16
Text Example
Text Example
White with #D77C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C16; }
p { color: rgb(215,124,22); }
H1.HeaderClassName
{
color: #D77C16;
}
.AnyTagClassName
{
color: #D77C16;
}
</style>
background-color css
<style>
a { background-color: #D77C16; }
a { background-color: rgb(215,124,22); }
div.DivClassName
{
background-color: #D77C16;
}
.BgClassName
{
background-color: #D77C16;
}
</style>
border-color css
<style>
span { border-color: #D77C16; }
span { border-color: rgb(215,124,22); }
td.TdClassName
{
border-color: #D77C16;
}
.TagClassName
{
border-color: #D77C16;
}
</style>