Shades of Ochre #D77E0E
Tints of Ochre #D77E0E
RGB
CMYK
RGB Variations
Color information
#D77E0E (or 0xD77E0E) is known color: Ochre. HEX triplet: D7, 7E and 0E. RGB value is (215,126,14). Sum of RGB (Red+Green+Blue) = 215+126+14=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77E0E is #2881F1. Grayscale: #8C8C8C. Windows color (decimal): -2654706 or 949975. OLE color: 949975.
HSL color Cylindrical-coordinate representation of color #D77E0E: hue angle of 33.43º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D77E0E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 14 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.16 |
| HSL | 33.43º | 0.88% | 0.45% | - |
| HSV(B) | 33.43º | 0.93% | 0.84% | - |
| XYZ | 35.56 | 29.4 | 4.22 | - |
| YUV | 139.84 | 56.99 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 14 | 0 | 0.41 | 0.93 | 0.16 | 33.43 | 0.88 | 0.45 |
| Hex | D7 | 7E | E | 0 | 29 | 5D | 10 | 21 | 58 | 2D |
| Octal | 327 | 176 | 16 | 0 | 51 | 135 | 20 | 41 | 130 | 55 |
| Binary | 11010111 | 1111110 | 1110 | 0 | 101001 | 1011101 | 10000 | 100001 | 1011000 | 101101 |
Color Harmonies of #D77E0E
Complementary color
Monochromatic Colors of #D77E0E
Black with #D77E0E
Text Example
Text Example
White with #D77E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E0E; }
p { color: rgb(215,126,14); }
H1.HeaderClassName
{
color: #D77E0E;
}
.AnyTagClassName
{
color: #D77E0E;
}
</style>
background-color css
<style>
a { background-color: #D77E0E; }
a { background-color: rgb(215,126,14); }
div.DivClassName
{
background-color: #D77E0E;
}
.BgClassName
{
background-color: #D77E0E;
}
</style>
border-color css
<style>
span { border-color: #D77E0E; }
span { border-color: rgb(215,126,14); }
td.TdClassName
{
border-color: #D77E0E;
}
.TagClassName
{
border-color: #D77E0E;
}
</style>