Shades of Ochre #D58212
Tints of Ochre #D58212
RGB
CMYK
RGB Variations
Color information
#D58212 (or 0xD58212) is known color: Ochre. HEX triplet: D5, 82 and 12. RGB value is (213,130,18). Sum of RGB (Red+Green+Blue) = 213+130+18=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D58212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58212 is #2A7DED. Grayscale: #8E8E8E. Windows color (decimal): -2784750 or 1213141. OLE color: 1213141.
HSL color Cylindrical-coordinate representation of color #D58212: hue angle of 34.46º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D58212 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.16 |
| HSL | 34.46º | 0.84% | 0.45% | - |
| HSV(B) | 34.46º | 0.92% | 0.84% | - |
| XYZ | 35.53 | 30.16 | 4.52 | - |
| YUV | 142.05 | 58 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 18 | 0 | 0.39 | 0.92 | 0.16 | 34.46 | 0.84 | 0.45 |
| Hex | D5 | 82 | 12 | 0 | 27 | 5C | 10 | 22 | 54 | 2D |
| Octal | 325 | 202 | 22 | 0 | 47 | 134 | 20 | 42 | 124 | 55 |
| Binary | 11010101 | 10000010 | 10010 | 0 | 100111 | 1011100 | 10000 | 100010 | 1010100 | 101101 |
Color Harmonies of #D58212
Complementary color
Monochromatic Colors of #D58212
Black with #D58212
Text Example
Text Example
White with #D58212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58212; }
p { color: rgb(213,130,18); }
H1.HeaderClassName
{
color: #D58212;
}
.AnyTagClassName
{
color: #D58212;
}
</style>
background-color css
<style>
a { background-color: #D58212; }
a { background-color: rgb(213,130,18); }
div.DivClassName
{
background-color: #D58212;
}
.BgClassName
{
background-color: #D58212;
}
</style>
border-color css
<style>
span { border-color: #D58212; }
span { border-color: rgb(213,130,18); }
td.TdClassName
{
border-color: #D58212;
}
.TagClassName
{
border-color: #D58212;
}
</style>