Shades of Ochre #D77E24
Tints of Ochre #D77E24
RGB
CMYK
RGB Variations
Color information
#D77E24 (or 0xD77E24) is known color: Ochre. HEX triplet: D7, 7E and 24. RGB value is (215,126,36). Sum of RGB (Red+Green+Blue) = 215+126+36=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77E24 is #2881DB. Grayscale: #8E8E8E. Windows color (decimal): -2654684 or 2391767. OLE color: 2391767.
HSL color Cylindrical-coordinate representation of color #D77E24: hue angle of 30.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D77E24 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 36 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.16 |
| HSL | 30.17º | 0.71% | 0.49% | - |
| HSV(B) | 30.17º | 0.83% | 0.84% | - |
| XYZ | 35.8 | 29.5 | 5.48 | - |
| YUV | 142.35 | 67.99 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 36 | 0 | 0.41 | 0.83 | 0.16 | 30.17 | 0.71 | 0.49 |
| Hex | D7 | 7E | 24 | 0 | 29 | 53 | 10 | 1E | 47 | 31 |
| Octal | 327 | 176 | 44 | 0 | 51 | 123 | 20 | 36 | 107 | 61 |
| Binary | 11010111 | 1111110 | 100100 | 0 | 101001 | 1010011 | 10000 | 11110 | 1000111 | 110001 |
Color Harmonies of #D77E24
Complementary color
Monochromatic Colors of #D77E24
Black with #D77E24
Text Example
Text Example
White with #D77E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E24; }
p { color: rgb(215,126,36); }
H1.HeaderClassName
{
color: #D77E24;
}
.AnyTagClassName
{
color: #D77E24;
}
</style>
background-color css
<style>
a { background-color: #D77E24; }
a { background-color: rgb(215,126,36); }
div.DivClassName
{
background-color: #D77E24;
}
.BgClassName
{
background-color: #D77E24;
}
</style>
border-color css
<style>
span { border-color: #D77E24; }
span { border-color: rgb(215,126,36); }
td.TdClassName
{
border-color: #D77E24;
}
.TagClassName
{
border-color: #D77E24;
}
</style>