Shades of Ochre #D58417
Tints of Ochre #D58417
RGB
CMYK
RGB Variations
Color information
#D58417 (or 0xD58417) is known color: Ochre. HEX triplet: D5, 84 and 17. RGB value is (213,132,23). Sum of RGB (Red+Green+Blue) = 213+132+23=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D58417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58417 is #2A7BE8. Grayscale: #909090. Windows color (decimal): -2784233 or 1541333. OLE color: 1541333.
HSL color Cylindrical-coordinate representation of color #D58417: hue angle of 34.42º 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 #D58417 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 23 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.16 |
| HSL | 34.42º | 0.81% | 0.46% | - |
| HSV(B) | 34.42º | 0.89% | 0.84% | - |
| XYZ | 35.85 | 30.71 | 4.85 | - |
| YUV | 143.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 23 | 0 | 0.38 | 0.89 | 0.16 | 34.42 | 0.81 | 0.46 |
| Hex | D5 | 84 | 17 | 0 | 26 | 59 | 10 | 22 | 51 | 2E |
| Octal | 325 | 204 | 27 | 0 | 46 | 131 | 20 | 42 | 121 | 56 |
| Binary | 11010101 | 10000100 | 10111 | 0 | 100110 | 1011001 | 10000 | 100010 | 1010001 | 101110 |
Color Harmonies of #D58417
Complementary color
Monochromatic Colors of #D58417
Black with #D58417
Text Example
Text Example
White with #D58417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58417; }
p { color: rgb(213,132,23); }
H1.HeaderClassName
{
color: #D58417;
}
.AnyTagClassName
{
color: #D58417;
}
</style>
background-color css
<style>
a { background-color: #D58417; }
a { background-color: rgb(213,132,23); }
div.DivClassName
{
background-color: #D58417;
}
.BgClassName
{
background-color: #D58417;
}
</style>
border-color css
<style>
span { border-color: #D58417; }
span { border-color: rgb(213,132,23); }
td.TdClassName
{
border-color: #D58417;
}
.TagClassName
{
border-color: #D58417;
}
</style>