Shades of Ochre #D58515
Tints of Ochre #D58515
RGB
CMYK
RGB Variations
Color information
#D58515 (or 0xD58515) is known color: Ochre. HEX triplet: D5, 85 and 15. RGB value is (213,133,21). Sum of RGB (Red+Green+Blue) = 213+133+21=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D58515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58515 is #2A7AEA. Grayscale: #909090. Windows color (decimal): -2783979 or 1410517. OLE color: 1410517.
HSL color Cylindrical-coordinate representation of color #D58515: hue angle of 35º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D58515 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 21 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.16 |
| HSL | 35º | 0.82% | 0.46% | - |
| HSV(B) | 35º | 0.9% | 0.84% | - |
| XYZ | 35.96 | 30.98 | 4.79 | - |
| YUV | 144.15 | 58.5 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 21 | 0 | 0.38 | 0.90 | 0.16 | 35 | 0.82 | 0.46 |
| Hex | D5 | 85 | 15 | 0 | 26 | 5A | 10 | 23 | 52 | 2E |
| Octal | 325 | 205 | 25 | 0 | 46 | 132 | 20 | 43 | 122 | 56 |
| Binary | 11010101 | 10000101 | 10101 | 0 | 100110 | 1011010 | 10000 | 100011 | 1010010 | 101110 |
Color Harmonies of #D58515
Complementary color
Monochromatic Colors of #D58515
Black with #D58515
Text Example
Text Example
White with #D58515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58515; }
p { color: rgb(213,133,21); }
H1.HeaderClassName
{
color: #D58515;
}
.AnyTagClassName
{
color: #D58515;
}
</style>
background-color css
<style>
a { background-color: #D58515; }
a { background-color: rgb(213,133,21); }
div.DivClassName
{
background-color: #D58515;
}
.BgClassName
{
background-color: #D58515;
}
</style>
border-color css
<style>
span { border-color: #D58515; }
span { border-color: rgb(213,133,21); }
td.TdClassName
{
border-color: #D58515;
}
.TagClassName
{
border-color: #D58515;
}
</style>