Shades of Ochre #D78313
Tints of Ochre #D78313
RGB
CMYK
RGB Variations
Color information
#D78313 (or 0xD78313) is known color: Ochre. HEX triplet: D7, 83 and 13. RGB value is (215,131,19). Sum of RGB (Red+Green+Blue) = 215+131+19=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D78313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78313 is #287CEC. Grayscale: #8F8F8F. Windows color (decimal): -2653421 or 1278935. OLE color: 1278935.
HSL color Cylindrical-coordinate representation of color #D78313: hue angle of 34.29º 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 #D78313 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 19 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.16 |
| HSL | 34.29º | 0.84% | 0.46% | - |
| HSV(B) | 34.29º | 0.91% | 0.84% | - |
| XYZ | 36.26 | 30.73 | 4.64 | - |
| YUV | 143.35 | 57.83 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 19 | 0 | 0.39 | 0.91 | 0.16 | 34.29 | 0.84 | 0.46 |
| Hex | D7 | 83 | 13 | 0 | 27 | 5B | 10 | 22 | 54 | 2E |
| Octal | 327 | 203 | 23 | 0 | 47 | 133 | 20 | 42 | 124 | 56 |
| Binary | 11010111 | 10000011 | 10011 | 0 | 100111 | 1011011 | 10000 | 100010 | 1010100 | 101110 |
Color Harmonies of #D78313
Complementary color
Monochromatic Colors of #D78313
Black with #D78313
Text Example
Text Example
White with #D78313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78313; }
p { color: rgb(215,131,19); }
H1.HeaderClassName
{
color: #D78313;
}
.AnyTagClassName
{
color: #D78313;
}
</style>
background-color css
<style>
a { background-color: #D78313; }
a { background-color: rgb(215,131,19); }
div.DivClassName
{
background-color: #D78313;
}
.BgClassName
{
background-color: #D78313;
}
</style>
border-color css
<style>
span { border-color: #D78313; }
span { border-color: rgb(215,131,19); }
td.TdClassName
{
border-color: #D78313;
}
.TagClassName
{
border-color: #D78313;
}
</style>