Shades of Ochre #D77C19
Tints of Ochre #D77C19
RGB
CMYK
RGB Variations
Color information
#D77C19 (or 0xD77C19) is known color: Ochre. HEX triplet: D7, 7C and 19. RGB value is (215,124,25). Sum of RGB (Red+Green+Blue) = 215+124+25=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C19 is #2883E6. Grayscale: #8C8C8C. Windows color (decimal): -2655207 or 1670359. OLE color: 1670359.
HSL color Cylindrical-coordinate representation of color #D77C19: hue angle of 31.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D77C19 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 25 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.16 |
| HSL | 31.26º | 0.79% | 0.47% | - |
| HSV(B) | 31.26º | 0.88% | 0.84% | - |
| XYZ | 35.41 | 28.93 | 4.64 | - |
| YUV | 139.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 25 | 0 | 0.42 | 0.88 | 0.16 | 31.26 | 0.79 | 0.47 |
| Hex | D7 | 7C | 19 | 0 | 2A | 58 | 10 | 1F | 4F | 2F |
| Octal | 327 | 174 | 31 | 0 | 52 | 130 | 20 | 37 | 117 | 57 |
| Binary | 11010111 | 1111100 | 11001 | 0 | 101010 | 1011000 | 10000 | 11111 | 1001111 | 101111 |
Color Harmonies of #D77C19
Complementary color
Monochromatic Colors of #D77C19
Black with #D77C19
Text Example
Text Example
White with #D77C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C19; }
p { color: rgb(215,124,25); }
H1.HeaderClassName
{
color: #D77C19;
}
.AnyTagClassName
{
color: #D77C19;
}
</style>
background-color css
<style>
a { background-color: #D77C19; }
a { background-color: rgb(215,124,25); }
div.DivClassName
{
background-color: #D77C19;
}
.BgClassName
{
background-color: #D77C19;
}
</style>
border-color css
<style>
span { border-color: #D77C19; }
span { border-color: rgb(215,124,25); }
td.TdClassName
{
border-color: #D77C19;
}
.TagClassName
{
border-color: #D77C19;
}
</style>