Shades of Ochre #D3830E
Tints of Ochre #D3830E
RGB
CMYK
RGB Variations
Color information
#D3830E (or 0xD3830E) is known color: Ochre. HEX triplet: D3, 83 and 0E. RGB value is (211,131,14). Sum of RGB (Red+Green+Blue) = 211+131+14=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3830E is #2C7CF1. Grayscale: #8E8E8E. Windows color (decimal): -2915570 or 951251. OLE color: 951251.
HSL color Cylindrical-coordinate representation of color #D3830E: hue angle of 35.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3830E is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 14 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.17 |
| HSL | 35.63º | 0.88% | 0.44% | - |
| HSV(B) | 35.63º | 0.93% | 0.83% | - |
| XYZ | 35.06 | 30.11 | 4.38 | - |
| YUV | 141.58 | 56 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 14 | 0 | 0.38 | 0.93 | 0.17 | 35.63 | 0.88 | 0.44 |
| Hex | D3 | 83 | E | 0 | 26 | 5D | 11 | 24 | 58 | 2C |
| Octal | 323 | 203 | 16 | 0 | 46 | 135 | 21 | 44 | 130 | 54 |
| Binary | 11010011 | 10000011 | 1110 | 0 | 100110 | 1011101 | 10001 | 100100 | 1011000 | 101100 |
Color Harmonies of #D3830E
Complementary color
Monochromatic Colors of #D3830E
Black with #D3830E
Text Example
Text Example
White with #D3830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3830E; }
p { color: rgb(211,131,14); }
H1.HeaderClassName
{
color: #D3830E;
}
.AnyTagClassName
{
color: #D3830E;
}
</style>
background-color css
<style>
a { background-color: #D3830E; }
a { background-color: rgb(211,131,14); }
div.DivClassName
{
background-color: #D3830E;
}
.BgClassName
{
background-color: #D3830E;
}
</style>
border-color css
<style>
span { border-color: #D3830E; }
span { border-color: rgb(211,131,14); }
td.TdClassName
{
border-color: #D3830E;
}
.TagClassName
{
border-color: #D3830E;
}
</style>