Shades of Ochre #D4851F
Tints of Ochre #D4851F
RGB
CMYK
RGB Variations
Color information
#D4851F (or 0xD4851F) is known color: Ochre. HEX triplet: D4, 85 and 1F. RGB value is (212,133,31). Sum of RGB (Red+Green+Blue) = 212+133+31=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4851F is #2B7AE0. Grayscale: #919191. Windows color (decimal): -2849505 or 2065876. OLE color: 2065876.
HSL color Cylindrical-coordinate representation of color #D4851F: hue angle of 33.81º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4851F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 31 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.17 |
| HSL | 33.81º | 0.74% | 0.48% | - |
| HSV(B) | 33.81º | 0.85% | 0.83% | - |
| XYZ | 35.79 | 30.87 | 5.37 | - |
| YUV | 144.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 31 | 0 | 0.37 | 0.85 | 0.17 | 33.81 | 0.74 | 0.48 |
| Hex | D4 | 85 | 1F | 0 | 25 | 55 | 11 | 22 | 4A | 30 |
| Octal | 324 | 205 | 37 | 0 | 45 | 125 | 21 | 42 | 112 | 60 |
| Binary | 11010100 | 10000101 | 11111 | 0 | 100101 | 1010101 | 10001 | 100010 | 1001010 | 110000 |
Color Harmonies of #D4851F
Complementary color
Monochromatic Colors of #D4851F
Black with #D4851F
Text Example
Text Example
White with #D4851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4851F; }
p { color: rgb(212,133,31); }
H1.HeaderClassName
{
color: #D4851F;
}
.AnyTagClassName
{
color: #D4851F;
}
</style>
background-color css
<style>
a { background-color: #D4851F; }
a { background-color: rgb(212,133,31); }
div.DivClassName
{
background-color: #D4851F;
}
.BgClassName
{
background-color: #D4851F;
}
</style>
border-color css
<style>
span { border-color: #D4851F; }
span { border-color: rgb(212,133,31); }
td.TdClassName
{
border-color: #D4851F;
}
.TagClassName
{
border-color: #D4851F;
}
</style>