Shades of Ochre #D4811E
Tints of Ochre #D4811E
RGB
CMYK
RGB Variations
Color information
#D4811E (or 0xD4811E) is known color: Ochre. HEX triplet: D4, 81 and 1E. RGB value is (212,129,30). Sum of RGB (Red+Green+Blue) = 212+129+30=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4811E is #2B7EE1. Grayscale: #8F8F8F. Windows color (decimal): -2850530 or 1999316. OLE color: 1999316.
HSL color Cylindrical-coordinate representation of color #D4811E: hue angle of 32.64º 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 #D4811E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 30 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.17 |
| HSL | 32.64º | 0.75% | 0.47% | - |
| HSV(B) | 32.64º | 0.86% | 0.83% | - |
| XYZ | 35.24 | 29.79 | 5.12 | - |
| YUV | 142.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 30 | 0 | 0.39 | 0.86 | 0.17 | 32.64 | 0.75 | 0.47 |
| Hex | D4 | 81 | 1E | 0 | 27 | 56 | 11 | 21 | 4B | 2F |
| Octal | 324 | 201 | 36 | 0 | 47 | 126 | 21 | 41 | 113 | 57 |
| Binary | 11010100 | 10000001 | 11110 | 0 | 100111 | 1010110 | 10001 | 100001 | 1001011 | 101111 |
Color Harmonies of #D4811E
Complementary color
Monochromatic Colors of #D4811E
Black with #D4811E
Text Example
Text Example
White with #D4811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4811E; }
p { color: rgb(212,129,30); }
H1.HeaderClassName
{
color: #D4811E;
}
.AnyTagClassName
{
color: #D4811E;
}
</style>
background-color css
<style>
a { background-color: #D4811E; }
a { background-color: rgb(212,129,30); }
div.DivClassName
{
background-color: #D4811E;
}
.BgClassName
{
background-color: #D4811E;
}
</style>
border-color css
<style>
span { border-color: #D4811E; }
span { border-color: rgb(212,129,30); }
td.TdClassName
{
border-color: #D4811E;
}
.TagClassName
{
border-color: #D4811E;
}
</style>