Shades of Ochre #D4811C
Tints of Ochre #D4811C
RGB
CMYK
RGB Variations
Color information
#D4811C (or 0xD4811C) is known color: Ochre. HEX triplet: D4, 81 and 1C. RGB value is (212,129,28). Sum of RGB (Red+Green+Blue) = 212+129+28=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4811C is #2B7EE3. Grayscale: #8E8E8E. Windows color (decimal): -2850532 or 1868244. OLE color: 1868244.
HSL color Cylindrical-coordinate representation of color #D4811C: hue angle of 32.93º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4811C is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 28 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.17 |
| HSL | 32.93º | 0.77% | 0.47% | - |
| HSV(B) | 32.93º | 0.87% | 0.83% | - |
| XYZ | 35.21 | 29.78 | 4.99 | - |
| YUV | 142.3 | 63.5 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 28 | 0 | 0.39 | 0.87 | 0.17 | 32.93 | 0.77 | 0.47 |
| Hex | D4 | 81 | 1C | 0 | 27 | 57 | 11 | 21 | 4D | 2F |
| Octal | 324 | 201 | 34 | 0 | 47 | 127 | 21 | 41 | 115 | 57 |
| Binary | 11010100 | 10000001 | 11100 | 0 | 100111 | 1010111 | 10001 | 100001 | 1001101 | 101111 |
Color Harmonies of #D4811C
Complementary color
Monochromatic Colors of #D4811C
Black with #D4811C
Text Example
Text Example
White with #D4811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4811C; }
p { color: rgb(212,129,28); }
H1.HeaderClassName
{
color: #D4811C;
}
.AnyTagClassName
{
color: #D4811C;
}
</style>
background-color css
<style>
a { background-color: #D4811C; }
a { background-color: rgb(212,129,28); }
div.DivClassName
{
background-color: #D4811C;
}
.BgClassName
{
background-color: #D4811C;
}
</style>
border-color css
<style>
span { border-color: #D4811C; }
span { border-color: rgb(212,129,28); }
td.TdClassName
{
border-color: #D4811C;
}
.TagClassName
{
border-color: #D4811C;
}
</style>