Shades of Ochre #D4830D
Tints of Ochre #D4830D
RGB
CMYK
RGB Variations
Color information
#D4830D (or 0xD4830D) is known color: Ochre. HEX triplet: D4, 83 and 0D. RGB value is (212,131,13). Sum of RGB (Red+Green+Blue) = 212+131+13=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4830D is #2B7CF2. Grayscale: #8E8E8E. Windows color (decimal): -2850035 or 885716. OLE color: 885716.
HSL color Cylindrical-coordinate representation of color #D4830D: hue angle of 35.58º degrees, saturation: 0.88, 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 #D4830D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.17 |
| HSL | 35.58º | 0.88% | 0.44% | - |
| HSV(B) | 35.58º | 0.94% | 0.83% | - |
| XYZ | 35.34 | 30.26 | 4.36 | - |
| YUV | 141.77 | 55.34 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 13 | 0 | 0.38 | 0.94 | 0.17 | 35.58 | 0.88 | 0.44 |
| Hex | D4 | 83 | D | 0 | 26 | 5E | 11 | 24 | 58 | 2C |
| Octal | 324 | 203 | 15 | 0 | 46 | 136 | 21 | 44 | 130 | 54 |
| Binary | 11010100 | 10000011 | 1101 | 0 | 100110 | 1011110 | 10001 | 100100 | 1011000 | 101100 |
Color Harmonies of #D4830D
Complementary color
Monochromatic Colors of #D4830D
Black with #D4830D
Text Example
Text Example
White with #D4830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4830D; }
p { color: rgb(212,131,13); }
H1.HeaderClassName
{
color: #D4830D;
}
.AnyTagClassName
{
color: #D4830D;
}
</style>
background-color css
<style>
a { background-color: #D4830D; }
a { background-color: rgb(212,131,13); }
div.DivClassName
{
background-color: #D4830D;
}
.BgClassName
{
background-color: #D4830D;
}
</style>
border-color css
<style>
span { border-color: #D4830D; }
span { border-color: rgb(212,131,13); }
td.TdClassName
{
border-color: #D4830D;
}
.TagClassName
{
border-color: #D4830D;
}
</style>