Shades of Ochre #D4840C
Tints of Ochre #D4840C
RGB
CMYK
RGB Variations
Color information
#D4840C (or 0xD4840C) is known color: Ochre. HEX triplet: D4, 84 and 0C. RGB value is (212,132,12). Sum of RGB (Red+Green+Blue) = 212+132+12=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4840C is #2B7BF3. Grayscale: #8E8E8E. Windows color (decimal): -2849780 or 820436. OLE color: 820436.
HSL color Cylindrical-coordinate representation of color #D4840C: hue angle of 36º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4840C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.17 |
| HSL | 36º | 0.89% | 0.44% | - |
| HSV(B) | 36º | 0.94% | 0.83% | - |
| XYZ | 35.47 | 30.53 | 4.37 | - |
| YUV | 142.24 | 54.5 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 12 | 0 | 0.38 | 0.94 | 0.17 | 36 | 0.89 | 0.44 |
| Hex | D4 | 84 | C | 0 | 26 | 5E | 11 | 24 | 59 | 2C |
| Octal | 324 | 204 | 14 | 0 | 46 | 136 | 21 | 44 | 131 | 54 |
| Binary | 11010100 | 10000100 | 1100 | 0 | 100110 | 1011110 | 10001 | 100100 | 1011001 | 101100 |
Color Harmonies of #D4840C
Complementary color
Monochromatic Colors of #D4840C
Black with #D4840C
Text Example
Text Example
White with #D4840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4840C; }
p { color: rgb(212,132,12); }
H1.HeaderClassName
{
color: #D4840C;
}
.AnyTagClassName
{
color: #D4840C;
}
</style>
background-color css
<style>
a { background-color: #D4840C; }
a { background-color: rgb(212,132,12); }
div.DivClassName
{
background-color: #D4840C;
}
.BgClassName
{
background-color: #D4840C;
}
</style>
border-color css
<style>
span { border-color: #D4840C; }
span { border-color: rgb(212,132,12); }
td.TdClassName
{
border-color: #D4840C;
}
.TagClassName
{
border-color: #D4840C;
}
</style>