Shades of Ochre #D77D16
Tints of Ochre #D77D16
RGB
CMYK
RGB Variations
Color information
#D77D16 (or 0xD77D16) is known color: Ochre. HEX triplet: D7, 7D and 16. RGB value is (215,125,22). Sum of RGB (Red+Green+Blue) = 215+125+22=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77D16 is #2882E9. Grayscale: #8C8C8C. Windows color (decimal): -2654954 or 1474007. OLE color: 1474007.
HSL color Cylindrical-coordinate representation of color #D77D16: hue angle of 32.02º 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 #D77D16 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 22 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.16 |
| HSL | 32.02º | 0.81% | 0.46% | - |
| HSV(B) | 32.02º | 0.9% | 0.84% | - |
| XYZ | 35.5 | 29.17 | 4.52 | - |
| YUV | 140.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 22 | 0 | 0.42 | 0.90 | 0.16 | 32.02 | 0.81 | 0.46 |
| Hex | D7 | 7D | 16 | 0 | 2A | 5A | 10 | 20 | 51 | 2E |
| Octal | 327 | 175 | 26 | 0 | 52 | 132 | 20 | 40 | 121 | 56 |
| Binary | 11010111 | 1111101 | 10110 | 0 | 101010 | 1011010 | 10000 | 100000 | 1010001 | 101110 |
Color Harmonies of #D77D16
Complementary color
Monochromatic Colors of #D77D16
Black with #D77D16
Text Example
Text Example
White with #D77D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D16; }
p { color: rgb(215,125,22); }
H1.HeaderClassName
{
color: #D77D16;
}
.AnyTagClassName
{
color: #D77D16;
}
</style>
background-color css
<style>
a { background-color: #D77D16; }
a { background-color: rgb(215,125,22); }
div.DivClassName
{
background-color: #D77D16;
}
.BgClassName
{
background-color: #D77D16;
}
</style>
border-color css
<style>
span { border-color: #D77D16; }
span { border-color: rgb(215,125,22); }
td.TdClassName
{
border-color: #D77D16;
}
.TagClassName
{
border-color: #D77D16;
}
</style>