Shades of Ochre #D78013
Tints of Ochre #D78013
RGB
CMYK
RGB Variations
Color information
#D78013 (or 0xD78013) is known color: Ochre. HEX triplet: D7, 80 and 13. RGB value is (215,128,19). Sum of RGB (Red+Green+Blue) = 215+128+19=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D78013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78013 is #287FEC. Grayscale: #8E8E8E. Windows color (decimal): -2654189 or 1278167. OLE color: 1278167.
HSL color Cylindrical-coordinate representation of color #D78013: hue angle of 33.37º degrees, saturation: 0.84, 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 #D78013 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 19 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.16 |
| HSL | 33.37º | 0.84% | 0.46% | - |
| HSV(B) | 33.37º | 0.91% | 0.84% | - |
| XYZ | 35.86 | 29.93 | 4.5 | - |
| YUV | 141.59 | 58.82 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 19 | 0 | 0.40 | 0.91 | 0.16 | 33.37 | 0.84 | 0.46 |
| Hex | D7 | 80 | 13 | 0 | 28 | 5B | 10 | 21 | 54 | 2E |
| Octal | 327 | 200 | 23 | 0 | 50 | 133 | 20 | 41 | 124 | 56 |
| Binary | 11010111 | 10000000 | 10011 | 0 | 101000 | 1011011 | 10000 | 100001 | 1010100 | 101110 |
Color Harmonies of #D78013
Complementary color
Monochromatic Colors of #D78013
Black with #D78013
Text Example
Text Example
White with #D78013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78013; }
p { color: rgb(215,128,19); }
H1.HeaderClassName
{
color: #D78013;
}
.AnyTagClassName
{
color: #D78013;
}
</style>
background-color css
<style>
a { background-color: #D78013; }
a { background-color: rgb(215,128,19); }
div.DivClassName
{
background-color: #D78013;
}
.BgClassName
{
background-color: #D78013;
}
</style>
border-color css
<style>
span { border-color: #D78013; }
span { border-color: rgb(215,128,19); }
td.TdClassName
{
border-color: #D78013;
}
.TagClassName
{
border-color: #D78013;
}
</style>