Shades of Ochre #D4841E
Tints of Ochre #D4841E
RGB
CMYK
RGB Variations
Color information
#D4841E (or 0xD4841E) is known color: Ochre. HEX triplet: D4, 84 and 1E. RGB value is (212,132,30). Sum of RGB (Red+Green+Blue) = 212+132+30=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4841E is #2B7BE1. Grayscale: #909090. Windows color (decimal): -2849762 or 2000084. OLE color: 2000084.
HSL color Cylindrical-coordinate representation of color #D4841E: hue angle of 33.63º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4841E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 30 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.17 |
| HSL | 33.63º | 0.75% | 0.47% | - |
| HSV(B) | 33.63º | 0.86% | 0.83% | - |
| XYZ | 35.64 | 30.59 | 5.26 | - |
| YUV | 144.29 | 63.5 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 30 | 0 | 0.38 | 0.86 | 0.17 | 33.63 | 0.75 | 0.47 |
| Hex | D4 | 84 | 1E | 0 | 26 | 56 | 11 | 22 | 4B | 2F |
| Octal | 324 | 204 | 36 | 0 | 46 | 126 | 21 | 42 | 113 | 57 |
| Binary | 11010100 | 10000100 | 11110 | 0 | 100110 | 1010110 | 10001 | 100010 | 1001011 | 101111 |
Color Harmonies of #D4841E
Complementary color
Monochromatic Colors of #D4841E
Black with #D4841E
Text Example
Text Example
White with #D4841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4841E; }
p { color: rgb(212,132,30); }
H1.HeaderClassName
{
color: #D4841E;
}
.AnyTagClassName
{
color: #D4841E;
}
</style>
background-color css
<style>
a { background-color: #D4841E; }
a { background-color: rgb(212,132,30); }
div.DivClassName
{
background-color: #D4841E;
}
.BgClassName
{
background-color: #D4841E;
}
</style>
border-color css
<style>
span { border-color: #D4841E; }
span { border-color: rgb(212,132,30); }
td.TdClassName
{
border-color: #D4841E;
}
.TagClassName
{
border-color: #D4841E;
}
</style>