Shades of Ochre #D38212
Tints of Ochre #D38212
RGB
CMYK
RGB Variations
Color information
#D38212 (or 0xD38212) is known color: Ochre. HEX triplet: D3, 82 and 12. RGB value is (211,130,18). Sum of RGB (Red+Green+Blue) = 211+130+18=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D38212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38212 is #2C7DED. Grayscale: #8D8D8D. Windows color (decimal): -2915822 or 1213139. OLE color: 1213139.
HSL color Cylindrical-coordinate representation of color #D38212: hue angle of 34.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D38212 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 18 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.17 |
| HSL | 34.82º | 0.84% | 0.45% | - |
| HSV(B) | 34.82º | 0.91% | 0.83% | - |
| XYZ | 34.96 | 29.86 | 4.49 | - |
| YUV | 141.45 | 58.34 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 18 | 0 | 0.38 | 0.91 | 0.17 | 34.82 | 0.84 | 0.45 |
| Hex | D3 | 82 | 12 | 0 | 26 | 5B | 11 | 23 | 54 | 2D |
| Octal | 323 | 202 | 22 | 0 | 46 | 133 | 21 | 43 | 124 | 55 |
| Binary | 11010011 | 10000010 | 10010 | 0 | 100110 | 1011011 | 10001 | 100011 | 1010100 | 101101 |
Color Harmonies of #D38212
Complementary color
Monochromatic Colors of #D38212
Black with #D38212
Text Example
Text Example
White with #D38212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38212; }
p { color: rgb(211,130,18); }
H1.HeaderClassName
{
color: #D38212;
}
.AnyTagClassName
{
color: #D38212;
}
</style>
background-color css
<style>
a { background-color: #D38212; }
a { background-color: rgb(211,130,18); }
div.DivClassName
{
background-color: #D38212;
}
.BgClassName
{
background-color: #D38212;
}
</style>
border-color css
<style>
span { border-color: #D38212; }
span { border-color: rgb(211,130,18); }
td.TdClassName
{
border-color: #D38212;
}
.TagClassName
{
border-color: #D38212;
}
</style>