Shades of Ochre #D4830C
Tints of Ochre #D4830C
RGB
CMYK
RGB Variations
Color information
#D4830C (or 0xD4830C) is known color: Ochre. HEX triplet: D4, 83 and 0C. RGB value is (212,131,12). Sum of RGB (Red+Green+Blue) = 212+131+12=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4830C is #2B7CF3. Grayscale: #8E8E8E. Windows color (decimal): -2850036 or 820180. OLE color: 820180.
HSL color Cylindrical-coordinate representation of color #D4830C: hue angle of 35.7º 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 #D4830C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.17 |
| HSL | 35.7º | 0.89% | 0.44% | - |
| HSV(B) | 35.7º | 0.94% | 0.83% | - |
| XYZ | 35.33 | 30.26 | 4.33 | - |
| YUV | 141.65 | 54.84 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 12 | 0 | 0.38 | 0.94 | 0.17 | 35.7 | 0.89 | 0.44 |
| Hex | D4 | 83 | C | 0 | 26 | 5E | 11 | 24 | 59 | 2C |
| Octal | 324 | 203 | 14 | 0 | 46 | 136 | 21 | 44 | 131 | 54 |
| Binary | 11010100 | 10000011 | 1100 | 0 | 100110 | 1011110 | 10001 | 100100 | 1011001 | 101100 |
Color Harmonies of #D4830C
Complementary color
Monochromatic Colors of #D4830C
Black with #D4830C
Text Example
Text Example
White with #D4830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4830C; }
p { color: rgb(212,131,12); }
H1.HeaderClassName
{
color: #D4830C;
}
.AnyTagClassName
{
color: #D4830C;
}
</style>
background-color css
<style>
a { background-color: #D4830C; }
a { background-color: rgb(212,131,12); }
div.DivClassName
{
background-color: #D4830C;
}
.BgClassName
{
background-color: #D4830C;
}
</style>
border-color css
<style>
span { border-color: #D4830C; }
span { border-color: rgb(212,131,12); }
td.TdClassName
{
border-color: #D4830C;
}
.TagClassName
{
border-color: #D4830C;
}
</style>