Shades of Ochre #D2830C
Tints of Ochre #D2830C
RGB
CMYK
RGB Variations
Color information
#D2830C (or 0xD2830C) is known color: Ochre. HEX triplet: D2, 83 and 0C. RGB value is (210,131,12). Sum of RGB (Red+Green+Blue) = 210+131+12=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2830C is #2D7CF3. Grayscale: #8D8D8D. Windows color (decimal): -2981108 or 820178. OLE color: 820178.
HSL color Cylindrical-coordinate representation of color #D2830C: hue angle of 36.06º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2830C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.18 |
| HSL | 36.06º | 0.89% | 0.44% | - |
| HSV(B) | 36.06º | 0.94% | 0.82% | - |
| XYZ | 34.76 | 29.96 | 4.3 | - |
| YUV | 141.06 | 55.17 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 12 | 0 | 0.38 | 0.94 | 0.18 | 36.06 | 0.89 | 0.44 |
| Hex | D2 | 83 | C | 0 | 26 | 5E | 12 | 24 | 59 | 2C |
| Octal | 322 | 203 | 14 | 0 | 46 | 136 | 22 | 44 | 131 | 54 |
| Binary | 11010010 | 10000011 | 1100 | 0 | 100110 | 1011110 | 10010 | 100100 | 1011001 | 101100 |
Color Harmonies of #D2830C
Complementary color
Monochromatic Colors of #D2830C
Black with #D2830C
Text Example
Text Example
White with #D2830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2830C; }
p { color: rgb(210,131,12); }
H1.HeaderClassName
{
color: #D2830C;
}
.AnyTagClassName
{
color: #D2830C;
}
</style>
background-color css
<style>
a { background-color: #D2830C; }
a { background-color: rgb(210,131,12); }
div.DivClassName
{
background-color: #D2830C;
}
.BgClassName
{
background-color: #D2830C;
}
</style>
border-color css
<style>
span { border-color: #D2830C; }
span { border-color: rgb(210,131,12); }
td.TdClassName
{
border-color: #D2830C;
}
.TagClassName
{
border-color: #D2830C;
}
</style>