Shades of Ochre #D77E18
Tints of Ochre #D77E18
RGB
CMYK
RGB Variations
Color information
#D77E18 (or 0xD77E18) is known color: Ochre. HEX triplet: D7, 7E and 18. RGB value is (215,126,24). Sum of RGB (Red+Green+Blue) = 215+126+24=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77E18 is #2881E7. Grayscale: #8D8D8D. Windows color (decimal): -2654696 or 1605335. OLE color: 1605335.
HSL color Cylindrical-coordinate representation of color #D77E18: hue angle of 32.04º degrees, saturation: 0.8, 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 #D77E18 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 24 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.16 |
| HSL | 32.04º | 0.8% | 0.47% | - |
| HSV(B) | 32.04º | 0.89% | 0.84% | - |
| XYZ | 35.65 | 29.43 | 4.67 | - |
| YUV | 140.98 | 61.99 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 24 | 0 | 0.41 | 0.89 | 0.16 | 32.04 | 0.8 | 0.47 |
| Hex | D7 | 7E | 18 | 0 | 29 | 59 | 10 | 20 | 50 | 2F |
| Octal | 327 | 176 | 30 | 0 | 51 | 131 | 20 | 40 | 120 | 57 |
| Binary | 11010111 | 1111110 | 11000 | 0 | 101001 | 1011001 | 10000 | 100000 | 1010000 | 101111 |
Color Harmonies of #D77E18
Complementary color
Monochromatic Colors of #D77E18
Black with #D77E18
Text Example
Text Example
White with #D77E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E18; }
p { color: rgb(215,126,24); }
H1.HeaderClassName
{
color: #D77E18;
}
.AnyTagClassName
{
color: #D77E18;
}
</style>
background-color css
<style>
a { background-color: #D77E18; }
a { background-color: rgb(215,126,24); }
div.DivClassName
{
background-color: #D77E18;
}
.BgClassName
{
background-color: #D77E18;
}
</style>
border-color css
<style>
span { border-color: #D77E18; }
span { border-color: rgb(215,126,24); }
td.TdClassName
{
border-color: #D77E18;
}
.TagClassName
{
border-color: #D77E18;
}
</style>