Shades of Ochre #D58117
Tints of Ochre #D58117
RGB
CMYK
RGB Variations
Color information
#D58117 (or 0xD58117) is known color: Ochre. HEX triplet: D5, 81 and 17. RGB value is (213,129,23). Sum of RGB (Red+Green+Blue) = 213+129+23=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D58117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58117 is #2A7EE8. Grayscale: #8E8E8E. Windows color (decimal): -2785001 or 1540565. OLE color: 1540565.
HSL color Cylindrical-coordinate representation of color #D58117: hue angle of 33.47º 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 #D58117 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.16 |
| HSL | 33.47º | 0.81% | 0.46% | - |
| HSV(B) | 33.47º | 0.89% | 0.84% | - |
| XYZ | 35.45 | 29.91 | 4.72 | - |
| YUV | 142.03 | 60.83 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 23 | 0 | 0.39 | 0.89 | 0.16 | 33.47 | 0.81 | 0.46 |
| Hex | D5 | 81 | 17 | 0 | 27 | 59 | 10 | 21 | 51 | 2E |
| Octal | 325 | 201 | 27 | 0 | 47 | 131 | 20 | 41 | 121 | 56 |
| Binary | 11010101 | 10000001 | 10111 | 0 | 100111 | 1011001 | 10000 | 100001 | 1010001 | 101110 |
Color Harmonies of #D58117
Complementary color
Monochromatic Colors of #D58117
Black with #D58117
Text Example
Text Example
White with #D58117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58117; }
p { color: rgb(213,129,23); }
H1.HeaderClassName
{
color: #D58117;
}
.AnyTagClassName
{
color: #D58117;
}
</style>
background-color css
<style>
a { background-color: #D58117; }
a { background-color: rgb(213,129,23); }
div.DivClassName
{
background-color: #D58117;
}
.BgClassName
{
background-color: #D58117;
}
</style>
border-color css
<style>
span { border-color: #D58117; }
span { border-color: rgb(213,129,23); }
td.TdClassName
{
border-color: #D58117;
}
.TagClassName
{
border-color: #D58117;
}
</style>