Shades of Ochre #D58415
Tints of Ochre #D58415
RGB
CMYK
RGB Variations
Color information
#D58415 (or 0xD58415) is known color: Ochre. HEX triplet: D5, 84 and 15. RGB value is (213,132,21). Sum of RGB (Red+Green+Blue) = 213+132+21=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D58415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58415 is #2A7BEA. Grayscale: #909090. Windows color (decimal): -2784235 or 1410261. OLE color: 1410261.
HSL color Cylindrical-coordinate representation of color #D58415: hue angle of 34.69º 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 #D58415 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 21 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.16 |
| HSL | 34.69º | 0.82% | 0.46% | - |
| HSV(B) | 34.69º | 0.9% | 0.84% | - |
| XYZ | 35.83 | 30.7 | 4.75 | - |
| YUV | 143.57 | 58.84 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 21 | 0 | 0.38 | 0.90 | 0.16 | 34.69 | 0.82 | 0.46 |
| Hex | D5 | 84 | 15 | 0 | 26 | 5A | 10 | 23 | 52 | 2E |
| Octal | 325 | 204 | 25 | 0 | 46 | 132 | 20 | 43 | 122 | 56 |
| Binary | 11010101 | 10000100 | 10101 | 0 | 100110 | 1011010 | 10000 | 100011 | 1010010 | 101110 |
Color Harmonies of #D58415
Complementary color
Monochromatic Colors of #D58415
Black with #D58415
Text Example
Text Example
White with #D58415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58415; }
p { color: rgb(213,132,21); }
H1.HeaderClassName
{
color: #D58415;
}
.AnyTagClassName
{
color: #D58415;
}
</style>
background-color css
<style>
a { background-color: #D58415; }
a { background-color: rgb(213,132,21); }
div.DivClassName
{
background-color: #D58415;
}
.BgClassName
{
background-color: #D58415;
}
</style>
border-color css
<style>
span { border-color: #D58415; }
span { border-color: rgb(213,132,21); }
td.TdClassName
{
border-color: #D58415;
}
.TagClassName
{
border-color: #D58415;
}
</style>