Shades of Ochre #D2830E
Tints of Ochre #D2830E
RGB
CMYK
RGB Variations
Color information
#D2830E (or 0xD2830E) is known color: Ochre. HEX triplet: D2, 83 and 0E. RGB value is (210,131,14). Sum of RGB (Red+Green+Blue) = 210+131+14=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2830E is #2D7CF1. Grayscale: #8D8D8D. Windows color (decimal): -2981106 or 951250. OLE color: 951250.
HSL color Cylindrical-coordinate representation of color #D2830E: hue angle of 35.82º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2830E is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 14 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.18 |
| HSL | 35.82º | 0.88% | 0.44% | - |
| HSV(B) | 35.82º | 0.93% | 0.82% | - |
| XYZ | 34.77 | 29.97 | 4.37 | - |
| YUV | 141.28 | 56.17 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 14 | 0 | 0.38 | 0.93 | 0.18 | 35.82 | 0.88 | 0.44 |
| Hex | D2 | 83 | E | 0 | 26 | 5D | 12 | 24 | 58 | 2C |
| Octal | 322 | 203 | 16 | 0 | 46 | 135 | 22 | 44 | 130 | 54 |
| Binary | 11010010 | 10000011 | 1110 | 0 | 100110 | 1011101 | 10010 | 100100 | 1011000 | 101100 |
Color Harmonies of #D2830E
Complementary color
Monochromatic Colors of #D2830E
Black with #D2830E
Text Example
Text Example
White with #D2830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2830E; }
p { color: rgb(210,131,14); }
H1.HeaderClassName
{
color: #D2830E;
}
.AnyTagClassName
{
color: #D2830E;
}
</style>
background-color css
<style>
a { background-color: #D2830E; }
a { background-color: rgb(210,131,14); }
div.DivClassName
{
background-color: #D2830E;
}
.BgClassName
{
background-color: #D2830E;
}
</style>
border-color css
<style>
span { border-color: #D2830E; }
span { border-color: rgb(210,131,14); }
td.TdClassName
{
border-color: #D2830E;
}
.TagClassName
{
border-color: #D2830E;
}
</style>