Shades of Ochre #D48212
Tints of Ochre #D48212
RGB
CMYK
RGB Variations
Color information
#D48212 (or 0xD48212) is known color: Ochre. HEX triplet: D4, 82 and 12. RGB value is (212,130,18). Sum of RGB (Red+Green+Blue) = 212+130+18=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D48212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48212 is #2B7DED. Grayscale: #8E8E8E. Windows color (decimal): -2850286 or 1213140. OLE color: 1213140.
HSL color Cylindrical-coordinate representation of color #D48212: hue angle of 34.64º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D48212 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.17 |
| HSL | 34.64º | 0.84% | 0.45% | - |
| HSV(B) | 34.64º | 0.92% | 0.83% | - |
| XYZ | 35.24 | 30.01 | 4.51 | - |
| YUV | 141.75 | 58.17 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 18 | 0 | 0.39 | 0.92 | 0.17 | 34.64 | 0.84 | 0.45 |
| Hex | D4 | 82 | 12 | 0 | 27 | 5C | 11 | 23 | 54 | 2D |
| Octal | 324 | 202 | 22 | 0 | 47 | 134 | 21 | 43 | 124 | 55 |
| Binary | 11010100 | 10000010 | 10010 | 0 | 100111 | 1011100 | 10001 | 100011 | 1010100 | 101101 |
Color Harmonies of #D48212
Complementary color
Monochromatic Colors of #D48212
Black with #D48212
Text Example
Text Example
White with #D48212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48212; }
p { color: rgb(212,130,18); }
H1.HeaderClassName
{
color: #D48212;
}
.AnyTagClassName
{
color: #D48212;
}
</style>
background-color css
<style>
a { background-color: #D48212; }
a { background-color: rgb(212,130,18); }
div.DivClassName
{
background-color: #D48212;
}
.BgClassName
{
background-color: #D48212;
}
</style>
border-color css
<style>
span { border-color: #D48212; }
span { border-color: rgb(212,130,18); }
td.TdClassName
{
border-color: #D48212;
}
.TagClassName
{
border-color: #D48212;
}
</style>