Shades of Ochre #D77E25
Tints of Ochre #D77E25
RGB
CMYK
RGB Variations
Color information
#D77E25 (or 0xD77E25) is known color: Ochre. HEX triplet: D7, 7E and 25. RGB value is (215,126,37). Sum of RGB (Red+Green+Blue) = 215+126+37=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77E25 is #2881DA. Grayscale: #8E8E8E. Windows color (decimal): -2654683 or 2457303. OLE color: 2457303.
HSL color Cylindrical-coordinate representation of color #D77E25: hue angle of 30º 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 #D77E25 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 37 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.16 |
| HSL | 30º | 0.71% | 0.49% | - |
| HSV(B) | 30º | 0.83% | 0.84% | - |
| XYZ | 35.82 | 29.5 | 5.56 | - |
| YUV | 142.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 37 | 0 | 0.41 | 0.83 | 0.16 | 30 | 0.71 | 0.49 |
| Hex | D7 | 7E | 25 | 0 | 29 | 53 | 10 | 1E | 47 | 31 |
| Octal | 327 | 176 | 45 | 0 | 51 | 123 | 20 | 36 | 107 | 61 |
| Binary | 11010111 | 1111110 | 100101 | 0 | 101001 | 1010011 | 10000 | 11110 | 1000111 | 110001 |
Color Harmonies of #D77E25
Complementary color
Monochromatic Colors of #D77E25
Black with #D77E25
Text Example
Text Example
White with #D77E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E25; }
p { color: rgb(215,126,37); }
H1.HeaderClassName
{
color: #D77E25;
}
.AnyTagClassName
{
color: #D77E25;
}
</style>
background-color css
<style>
a { background-color: #D77E25; }
a { background-color: rgb(215,126,37); }
div.DivClassName
{
background-color: #D77E25;
}
.BgClassName
{
background-color: #D77E25;
}
</style>
border-color css
<style>
span { border-color: #D77E25; }
span { border-color: rgb(215,126,37); }
td.TdClassName
{
border-color: #D77E25;
}
.TagClassName
{
border-color: #D77E25;
}
</style>