Shades of Ochre #D58717
Tints of Ochre #D58717
RGB
CMYK
RGB Variations
Color information
#D58717 (or 0xD58717) is known color: Ochre. HEX triplet: D5, 87 and 17. RGB value is (213,135,23). Sum of RGB (Red+Green+Blue) = 213+135+23=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D58717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58717 is #2A78E8. Grayscale: #929292. Windows color (decimal): -2783465 or 1542101. OLE color: 1542101.
HSL color Cylindrical-coordinate representation of color #D58717: hue angle of 35.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D58717 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 23 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.16 |
| HSL | 35.37º | 0.81% | 0.46% | - |
| HSV(B) | 35.37º | 0.89% | 0.84% | - |
| XYZ | 36.26 | 31.54 | 4.99 | - |
| YUV | 145.55 | 58.84 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 23 | 0 | 0.37 | 0.89 | 0.16 | 35.37 | 0.81 | 0.46 |
| Hex | D5 | 87 | 17 | 0 | 25 | 59 | 10 | 23 | 51 | 2E |
| Octal | 325 | 207 | 27 | 0 | 45 | 131 | 20 | 43 | 121 | 56 |
| Binary | 11010101 | 10000111 | 10111 | 0 | 100101 | 1011001 | 10000 | 100011 | 1010001 | 101110 |
Color Harmonies of #D58717
Complementary color
Monochromatic Colors of #D58717
Black with #D58717
Text Example
Text Example
White with #D58717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58717; }
p { color: rgb(213,135,23); }
H1.HeaderClassName
{
color: #D58717;
}
.AnyTagClassName
{
color: #D58717;
}
</style>
background-color css
<style>
a { background-color: #D58717; }
a { background-color: rgb(213,135,23); }
div.DivClassName
{
background-color: #D58717;
}
.BgClassName
{
background-color: #D58717;
}
</style>
border-color css
<style>
span { border-color: #D58717; }
span { border-color: rgb(213,135,23); }
td.TdClassName
{
border-color: #D58717;
}
.TagClassName
{
border-color: #D58717;
}
</style>