Shades of Ochre #D4841F
Tints of Ochre #D4841F
RGB
CMYK
RGB Variations
Color information
#D4841F (or 0xD4841F) is known color: Ochre. HEX triplet: D4, 84 and 1F. RGB value is (212,132,31). Sum of RGB (Red+Green+Blue) = 212+132+31=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4841F is #2B7BE0. Grayscale: #909090. Windows color (decimal): -2849761 or 2065620. OLE color: 2065620.
HSL color Cylindrical-coordinate representation of color #D4841F: hue angle of 33.48º 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 #D4841F is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 31 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.17 |
| HSL | 33.48º | 0.74% | 0.48% | - |
| HSV(B) | 33.48º | 0.85% | 0.83% | - |
| XYZ | 35.65 | 30.6 | 5.32 | - |
| YUV | 144.41 | 64 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 31 | 0 | 0.38 | 0.85 | 0.17 | 33.48 | 0.74 | 0.48 |
| Hex | D4 | 84 | 1F | 0 | 26 | 55 | 11 | 21 | 4A | 30 |
| Octal | 324 | 204 | 37 | 0 | 46 | 125 | 21 | 41 | 112 | 60 |
| Binary | 11010100 | 10000100 | 11111 | 0 | 100110 | 1010101 | 10001 | 100001 | 1001010 | 110000 |
Color Harmonies of #D4841F
Complementary color
Monochromatic Colors of #D4841F
Black with #D4841F
Text Example
Text Example
White with #D4841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4841F; }
p { color: rgb(212,132,31); }
H1.HeaderClassName
{
color: #D4841F;
}
.AnyTagClassName
{
color: #D4841F;
}
</style>
background-color css
<style>
a { background-color: #D4841F; }
a { background-color: rgb(212,132,31); }
div.DivClassName
{
background-color: #D4841F;
}
.BgClassName
{
background-color: #D4841F;
}
</style>
border-color css
<style>
span { border-color: #D4841F; }
span { border-color: rgb(212,132,31); }
td.TdClassName
{
border-color: #D4841F;
}
.TagClassName
{
border-color: #D4841F;
}
</style>