Shades of Ochre #D5830D
Tints of Ochre #D5830D
RGB
CMYK
RGB Variations
Color information
#D5830D (or 0xD5830D) is known color: Ochre. HEX triplet: D5, 83 and 0D. RGB value is (213,131,13). Sum of RGB (Red+Green+Blue) = 213+131+13=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5830D is #2A7CF2. Grayscale: #8E8E8E. Windows color (decimal): -2784499 or 885717. OLE color: 885717.
HSL color Cylindrical-coordinate representation of color #D5830D: hue angle of 35.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5830D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.16 |
| HSL | 35.4º | 0.88% | 0.44% | - |
| HSV(B) | 35.4º | 0.94% | 0.84% | - |
| XYZ | 35.63 | 30.41 | 4.37 | - |
| YUV | 142.07 | 55.17 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 13 | 0 | 0.38 | 0.94 | 0.16 | 35.4 | 0.88 | 0.44 |
| Hex | D5 | 83 | D | 0 | 26 | 5E | 10 | 23 | 58 | 2C |
| Octal | 325 | 203 | 15 | 0 | 46 | 136 | 20 | 43 | 130 | 54 |
| Binary | 11010101 | 10000011 | 1101 | 0 | 100110 | 1011110 | 10000 | 100011 | 1011000 | 101100 |
Color Harmonies of #D5830D
Complementary color
Monochromatic Colors of #D5830D
Black with #D5830D
Text Example
Text Example
White with #D5830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5830D; }
p { color: rgb(213,131,13); }
H1.HeaderClassName
{
color: #D5830D;
}
.AnyTagClassName
{
color: #D5830D;
}
</style>
background-color css
<style>
a { background-color: #D5830D; }
a { background-color: rgb(213,131,13); }
div.DivClassName
{
background-color: #D5830D;
}
.BgClassName
{
background-color: #D5830D;
}
</style>
border-color css
<style>
span { border-color: #D5830D; }
span { border-color: rgb(213,131,13); }
td.TdClassName
{
border-color: #D5830D;
}
.TagClassName
{
border-color: #D5830D;
}
</style>