Shades of Ochre #D77C17
Tints of Ochre #D77C17
RGB
CMYK
RGB Variations
Color information
#D77C17 (or 0xD77C17) is known color: Ochre. HEX triplet: D7, 7C and 17. RGB value is (215,124,23). Sum of RGB (Red+Green+Blue) = 215+124+23=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C17 is #2883E8. Grayscale: #8C8C8C. Windows color (decimal): -2655209 or 1539287. OLE color: 1539287.
HSL color Cylindrical-coordinate representation of color #D77C17: hue angle of 31.56º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D77C17 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 23 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.16 |
| HSL | 31.56º | 0.81% | 0.47% | - |
| HSV(B) | 31.56º | 0.89% | 0.84% | - |
| XYZ | 35.39 | 28.92 | 4.53 | - |
| YUV | 139.7 | 62.15 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 23 | 0 | 0.42 | 0.89 | 0.16 | 31.56 | 0.81 | 0.47 |
| Hex | D7 | 7C | 17 | 0 | 2A | 59 | 10 | 20 | 51 | 2F |
| Octal | 327 | 174 | 27 | 0 | 52 | 131 | 20 | 40 | 121 | 57 |
| Binary | 11010111 | 1111100 | 10111 | 0 | 101010 | 1011001 | 10000 | 100000 | 1010001 | 101111 |
Color Harmonies of #D77C17
Complementary color
Monochromatic Colors of #D77C17
Black with #D77C17
Text Example
Text Example
White with #D77C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C17; }
p { color: rgb(215,124,23); }
H1.HeaderClassName
{
color: #D77C17;
}
.AnyTagClassName
{
color: #D77C17;
}
</style>
background-color css
<style>
a { background-color: #D77C17; }
a { background-color: rgb(215,124,23); }
div.DivClassName
{
background-color: #D77C17;
}
.BgClassName
{
background-color: #D77C17;
}
</style>
border-color css
<style>
span { border-color: #D77C17; }
span { border-color: rgb(215,124,23); }
td.TdClassName
{
border-color: #D77C17;
}
.TagClassName
{
border-color: #D77C17;
}
</style>