Shades of Ochre #D77C18
Tints of Ochre #D77C18
RGB
CMYK
RGB Variations
Color information
#D77C18 (or 0xD77C18) is known color: Ochre. HEX triplet: D7, 7C and 18. RGB value is (215,124,24). Sum of RGB (Red+Green+Blue) = 215+124+24=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C18 is #2883E7. Grayscale: #8C8C8C. Windows color (decimal): -2655208 or 1604823. OLE color: 1604823.
HSL color Cylindrical-coordinate representation of color #D77C18: hue angle of 31.41º 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 #D77C18 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 24 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.16 |
| HSL | 31.41º | 0.8% | 0.47% | - |
| HSV(B) | 31.41º | 0.89% | 0.84% | - |
| XYZ | 35.4 | 28.93 | 4.58 | - |
| YUV | 139.81 | 62.65 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 24 | 0 | 0.42 | 0.89 | 0.16 | 31.41 | 0.8 | 0.47 |
| Hex | D7 | 7C | 18 | 0 | 2A | 59 | 10 | 1F | 50 | 2F |
| Octal | 327 | 174 | 30 | 0 | 52 | 131 | 20 | 37 | 120 | 57 |
| Binary | 11010111 | 1111100 | 11000 | 0 | 101010 | 1011001 | 10000 | 11111 | 1010000 | 101111 |
Color Harmonies of #D77C18
Complementary color
Monochromatic Colors of #D77C18
Black with #D77C18
Text Example
Text Example
White with #D77C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C18; }
p { color: rgb(215,124,24); }
H1.HeaderClassName
{
color: #D77C18;
}
.AnyTagClassName
{
color: #D77C18;
}
</style>
background-color css
<style>
a { background-color: #D77C18; }
a { background-color: rgb(215,124,24); }
div.DivClassName
{
background-color: #D77C18;
}
.BgClassName
{
background-color: #D77C18;
}
</style>
border-color css
<style>
span { border-color: #D77C18; }
span { border-color: rgb(215,124,24); }
td.TdClassName
{
border-color: #D77C18;
}
.TagClassName
{
border-color: #D77C18;
}
</style>