Shades of Ochre #D5830E
Tints of Ochre #D5830E
RGB
CMYK
RGB Variations
Color information
#D5830E (or 0xD5830E) is known color: Ochre. HEX triplet: D5, 83 and 0E. RGB value is (213,131,14). Sum of RGB (Red+Green+Blue) = 213+131+14=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5830E is #2A7CF1. Grayscale: #8E8E8E. Windows color (decimal): -2784498 or 951253. OLE color: 951253.
HSL color Cylindrical-coordinate representation of color #D5830E: hue angle of 35.28º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5830E is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 14 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.16 |
| HSL | 35.28º | 0.88% | 0.45% | - |
| HSV(B) | 35.28º | 0.93% | 0.84% | - |
| XYZ | 35.64 | 30.41 | 4.41 | - |
| YUV | 142.18 | 55.67 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 14 | 0 | 0.38 | 0.93 | 0.16 | 35.28 | 0.88 | 0.45 |
| Hex | D5 | 83 | E | 0 | 26 | 5D | 10 | 23 | 58 | 2D |
| Octal | 325 | 203 | 16 | 0 | 46 | 135 | 20 | 43 | 130 | 55 |
| Binary | 11010101 | 10000011 | 1110 | 0 | 100110 | 1011101 | 10000 | 100011 | 1011000 | 101101 |
Color Harmonies of #D5830E
Complementary color
Monochromatic Colors of #D5830E
Black with #D5830E
Text Example
Text Example
White with #D5830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5830E; }
p { color: rgb(213,131,14); }
H1.HeaderClassName
{
color: #D5830E;
}
.AnyTagClassName
{
color: #D5830E;
}
</style>
background-color css
<style>
a { background-color: #D5830E; }
a { background-color: rgb(213,131,14); }
div.DivClassName
{
background-color: #D5830E;
}
.BgClassName
{
background-color: #D5830E;
}
</style>
border-color css
<style>
span { border-color: #D5830E; }
span { border-color: rgb(213,131,14); }
td.TdClassName
{
border-color: #D5830E;
}
.TagClassName
{
border-color: #D5830E;
}
</style>