Shades of Ochre #D58413
Tints of Ochre #D58413
RGB
CMYK
RGB Variations
Color information
#D58413 (or 0xD58413) is known color: Ochre. HEX triplet: D5, 84 and 13. RGB value is (213,132,19). Sum of RGB (Red+Green+Blue) = 213+132+19=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D58413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58413 is #2A7BEC. Grayscale: #8F8F8F. Windows color (decimal): -2784237 or 1279189. OLE color: 1279189.
HSL color Cylindrical-coordinate representation of color #D58413: hue angle of 34.95º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D58413 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 19 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.16 |
| HSL | 34.95º | 0.84% | 0.45% | - |
| HSV(B) | 34.95º | 0.91% | 0.84% | - |
| XYZ | 35.81 | 30.7 | 4.65 | - |
| YUV | 143.34 | 57.84 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 19 | 0 | 0.38 | 0.91 | 0.16 | 34.95 | 0.84 | 0.45 |
| Hex | D5 | 84 | 13 | 0 | 26 | 5B | 10 | 23 | 54 | 2D |
| Octal | 325 | 204 | 23 | 0 | 46 | 133 | 20 | 43 | 124 | 55 |
| Binary | 11010101 | 10000100 | 10011 | 0 | 100110 | 1011011 | 10000 | 100011 | 1010100 | 101101 |
Color Harmonies of #D58413
Complementary color
Monochromatic Colors of #D58413
Black with #D58413
Text Example
Text Example
White with #D58413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58413; }
p { color: rgb(213,132,19); }
H1.HeaderClassName
{
color: #D58413;
}
.AnyTagClassName
{
color: #D58413;
}
</style>
background-color css
<style>
a { background-color: #D58413; }
a { background-color: rgb(213,132,19); }
div.DivClassName
{
background-color: #D58413;
}
.BgClassName
{
background-color: #D58413;
}
</style>
border-color css
<style>
span { border-color: #D58413; }
span { border-color: rgb(213,132,19); }
td.TdClassName
{
border-color: #D58413;
}
.TagClassName
{
border-color: #D58413;
}
</style>