Shades of Ochre #D78118
Tints of Ochre #D78118
RGB
CMYK
RGB Variations
Color information
#D78118 (or 0xD78118) is known color: Ochre. HEX triplet: D7, 81 and 18. RGB value is (215,129,24). Sum of RGB (Red+Green+Blue) = 215+129+24=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D78118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78118 is #287EE7. Grayscale: #8F8F8F. Windows color (decimal): -2653928 or 1606103. OLE color: 1606103.
HSL color Cylindrical-coordinate representation of color #D78118: hue angle of 32.98º 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 #D78118 is Cyan = 0, Magento = 0.4, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 24 | - |
| CMYK | 0 | 0.4 | 0.89 | 0.16 |
| HSL | 32.98º | 0.8% | 0.47% | - |
| HSV(B) | 32.98º | 0.89% | 0.84% | - |
| XYZ | 36.04 | 30.21 | 4.8 | - |
| YUV | 142.74 | 60.99 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 24 | 0 | 0.4 | 0.89 | 0.16 | 32.98 | 0.8 | 0.47 |
| Hex | D7 | 81 | 18 | 0 | 28 | 59 | 10 | 21 | 50 | 2F |
| Octal | 327 | 201 | 30 | 0 | 50 | 131 | 20 | 41 | 120 | 57 |
| Binary | 11010111 | 10000001 | 11000 | 0 | 101000 | 1011001 | 10000 | 100001 | 1010000 | 101111 |
Color Harmonies of #D78118
Complementary color
Monochromatic Colors of #D78118
Black with #D78118
Text Example
Text Example
White with #D78118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78118; }
p { color: rgb(215,129,24); }
H1.HeaderClassName
{
color: #D78118;
}
.AnyTagClassName
{
color: #D78118;
}
</style>
background-color css
<style>
a { background-color: #D78118; }
a { background-color: rgb(215,129,24); }
div.DivClassName
{
background-color: #D78118;
}
.BgClassName
{
background-color: #D78118;
}
</style>
border-color css
<style>
span { border-color: #D78118; }
span { border-color: rgb(215,129,24); }
td.TdClassName
{
border-color: #D78118;
}
.TagClassName
{
border-color: #D78118;
}
</style>