Shades of Ochre #D78017
Tints of Ochre #D78017
RGB
CMYK
RGB Variations
Color information
#D78017 (or 0xD78017) is known color: Ochre. HEX triplet: D7, 80 and 17. RGB value is (215,128,23). Sum of RGB (Red+Green+Blue) = 215+128+23=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D78017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78017 is #287FE8. Grayscale: #8E8E8E. Windows color (decimal): -2654185 or 1540311. OLE color: 1540311.
HSL color Cylindrical-coordinate representation of color #D78017: hue angle of 32.81º degrees, saturation: 0.81, 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 #D78017 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 23 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.16 |
| HSL | 32.81º | 0.81% | 0.47% | - |
| HSV(B) | 32.81º | 0.89% | 0.84% | - |
| XYZ | 35.9 | 29.95 | 4.7 | - |
| YUV | 142.04 | 60.82 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 23 | 0 | 0.40 | 0.89 | 0.16 | 32.81 | 0.81 | 0.47 |
| Hex | D7 | 80 | 17 | 0 | 28 | 59 | 10 | 21 | 51 | 2F |
| Octal | 327 | 200 | 27 | 0 | 50 | 131 | 20 | 41 | 121 | 57 |
| Binary | 11010111 | 10000000 | 10111 | 0 | 101000 | 1011001 | 10000 | 100001 | 1010001 | 101111 |
Color Harmonies of #D78017
Complementary color
Monochromatic Colors of #D78017
Black with #D78017
Text Example
Text Example
White with #D78017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78017; }
p { color: rgb(215,128,23); }
H1.HeaderClassName
{
color: #D78017;
}
.AnyTagClassName
{
color: #D78017;
}
</style>
background-color css
<style>
a { background-color: #D78017; }
a { background-color: rgb(215,128,23); }
div.DivClassName
{
background-color: #D78017;
}
.BgClassName
{
background-color: #D78017;
}
</style>
border-color css
<style>
span { border-color: #D78017; }
span { border-color: rgb(215,128,23); }
td.TdClassName
{
border-color: #D78017;
}
.TagClassName
{
border-color: #D78017;
}
</style>