Shades of Ochre #D78014
Tints of Ochre #D78014
RGB
CMYK
RGB Variations
Color information
#D78014 (or 0xD78014) is known color: Ochre. HEX triplet: D7, 80 and 14. RGB value is (215,128,20). Sum of RGB (Red+Green+Blue) = 215+128+20=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D78014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78014 is #287FEB. Grayscale: #8E8E8E. Windows color (decimal): -2654188 or 1343703. OLE color: 1343703.
HSL color Cylindrical-coordinate representation of color #D78014: hue angle of 33.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D78014 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 20 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.16 |
| HSL | 33.23º | 0.83% | 0.46% | - |
| HSV(B) | 33.23º | 0.91% | 0.84% | - |
| XYZ | 35.87 | 29.94 | 4.55 | - |
| YUV | 141.7 | 59.32 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 20 | 0 | 0.40 | 0.91 | 0.16 | 33.23 | 0.83 | 0.46 |
| Hex | D7 | 80 | 14 | 0 | 28 | 5B | 10 | 21 | 53 | 2E |
| Octal | 327 | 200 | 24 | 0 | 50 | 133 | 20 | 41 | 123 | 56 |
| Binary | 11010111 | 10000000 | 10100 | 0 | 101000 | 1011011 | 10000 | 100001 | 1010011 | 101110 |
Color Harmonies of #D78014
Complementary color
Monochromatic Colors of #D78014
Black with #D78014
Text Example
Text Example
White with #D78014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78014; }
p { color: rgb(215,128,20); }
H1.HeaderClassName
{
color: #D78014;
}
.AnyTagClassName
{
color: #D78014;
}
</style>
background-color css
<style>
a { background-color: #D78014; }
a { background-color: rgb(215,128,20); }
div.DivClassName
{
background-color: #D78014;
}
.BgClassName
{
background-color: #D78014;
}
</style>
border-color css
<style>
span { border-color: #D78014; }
span { border-color: rgb(215,128,20); }
td.TdClassName
{
border-color: #D78014;
}
.TagClassName
{
border-color: #D78014;
}
</style>