Shades of Ochre #D58518
Tints of Ochre #D58518
RGB
CMYK
RGB Variations
Color information
#D58518 (or 0xD58518) is known color: Ochre. HEX triplet: D5, 85 and 18. RGB value is (213,133,24). Sum of RGB (Red+Green+Blue) = 213+133+24=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D58518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58518 is #2A7AE7. Grayscale: #919191. Windows color (decimal): -2783976 or 1607125. OLE color: 1607125.
HSL color Cylindrical-coordinate representation of color #D58518: hue angle of 34.6º degrees, saturation: 0.8, 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 #D58518 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 24 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.16 |
| HSL | 34.6º | 0.8% | 0.46% | - |
| HSV(B) | 34.6º | 0.89% | 0.84% | - |
| XYZ | 35.99 | 30.99 | 4.95 | - |
| YUV | 144.49 | 60 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 24 | 0 | 0.38 | 0.89 | 0.16 | 34.6 | 0.8 | 0.46 |
| Hex | D5 | 85 | 18 | 0 | 26 | 59 | 10 | 23 | 50 | 2E |
| Octal | 325 | 205 | 30 | 0 | 46 | 131 | 20 | 43 | 120 | 56 |
| Binary | 11010101 | 10000101 | 11000 | 0 | 100110 | 1011001 | 10000 | 100011 | 1010000 | 101110 |
Color Harmonies of #D58518
Complementary color
Monochromatic Colors of #D58518
Black with #D58518
Text Example
Text Example
White with #D58518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58518; }
p { color: rgb(213,133,24); }
H1.HeaderClassName
{
color: #D58518;
}
.AnyTagClassName
{
color: #D58518;
}
</style>
background-color css
<style>
a { background-color: #D58518; }
a { background-color: rgb(213,133,24); }
div.DivClassName
{
background-color: #D58518;
}
.BgClassName
{
background-color: #D58518;
}
</style>
border-color css
<style>
span { border-color: #D58518; }
span { border-color: rgb(213,133,24); }
td.TdClassName
{
border-color: #D58518;
}
.TagClassName
{
border-color: #D58518;
}
</style>