Shades of Ochre #D5810D
Tints of Ochre #D5810D
RGB
CMYK
RGB Variations
Color information
#D5810D (or 0xD5810D) is known color: Ochre. HEX triplet: D5, 81 and 0D. RGB value is (213,129,13). Sum of RGB (Red+Green+Blue) = 213+129+13=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5810D is #2A7EF2. Grayscale: #8D8D8D. Windows color (decimal): -2785011 or 885205. OLE color: 885205.
HSL color Cylindrical-coordinate representation of color #D5810D: hue angle of 34.8º 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 #D5810D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.16 |
| HSL | 34.8º | 0.88% | 0.44% | - |
| HSV(B) | 34.8º | 0.94% | 0.84% | - |
| XYZ | 35.36 | 29.88 | 4.28 | - |
| YUV | 140.89 | 55.83 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 13 | 0 | 0.39 | 0.94 | 0.16 | 34.8 | 0.88 | 0.44 |
| Hex | D5 | 81 | D | 0 | 27 | 5E | 10 | 23 | 58 | 2C |
| Octal | 325 | 201 | 15 | 0 | 47 | 136 | 20 | 43 | 130 | 54 |
| Binary | 11010101 | 10000001 | 1101 | 0 | 100111 | 1011110 | 10000 | 100011 | 1011000 | 101100 |
Color Harmonies of #D5810D
Complementary color
Monochromatic Colors of #D5810D
Black with #D5810D
Text Example
Text Example
White with #D5810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5810D; }
p { color: rgb(213,129,13); }
H1.HeaderClassName
{
color: #D5810D;
}
.AnyTagClassName
{
color: #D5810D;
}
</style>
background-color css
<style>
a { background-color: #D5810D; }
a { background-color: rgb(213,129,13); }
div.DivClassName
{
background-color: #D5810D;
}
.BgClassName
{
background-color: #D5810D;
}
</style>
border-color css
<style>
span { border-color: #D5810D; }
span { border-color: rgb(213,129,13); }
td.TdClassName
{
border-color: #D5810D;
}
.TagClassName
{
border-color: #D5810D;
}
</style>