Shades of Ochre #D5810C
Tints of Ochre #D5810C
RGB
CMYK
RGB Variations
Color information
#D5810C (or 0xD5810C) is known color: Ochre. HEX triplet: D5, 81 and 0C. RGB value is (213,129,12). Sum of RGB (Red+Green+Blue) = 213+129+12=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5810C is #2A7EF3. Grayscale: #8D8D8D. Windows color (decimal): -2785012 or 819669. OLE color: 819669.
HSL color Cylindrical-coordinate representation of color #D5810C: hue angle of 34.93º degrees, saturation: 0.89, 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 #D5810C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.16 |
| HSL | 34.93º | 0.89% | 0.44% | - |
| HSV(B) | 34.93º | 0.94% | 0.84% | - |
| XYZ | 35.36 | 29.87 | 4.25 | - |
| YUV | 140.78 | 55.33 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 12 | 0 | 0.39 | 0.94 | 0.16 | 34.93 | 0.89 | 0.44 |
| Hex | D5 | 81 | C | 0 | 27 | 5E | 10 | 23 | 59 | 2C |
| Octal | 325 | 201 | 14 | 0 | 47 | 136 | 20 | 43 | 131 | 54 |
| Binary | 11010101 | 10000001 | 1100 | 0 | 100111 | 1011110 | 10000 | 100011 | 1011001 | 101100 |
Color Harmonies of #D5810C
Complementary color
Monochromatic Colors of #D5810C
Black with #D5810C
Text Example
Text Example
White with #D5810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5810C; }
p { color: rgb(213,129,12); }
H1.HeaderClassName
{
color: #D5810C;
}
.AnyTagClassName
{
color: #D5810C;
}
</style>
background-color css
<style>
a { background-color: #D5810C; }
a { background-color: rgb(213,129,12); }
div.DivClassName
{
background-color: #D5810C;
}
.BgClassName
{
background-color: #D5810C;
}
</style>
border-color css
<style>
span { border-color: #D5810C; }
span { border-color: rgb(213,129,12); }
td.TdClassName
{
border-color: #D5810C;
}
.TagClassName
{
border-color: #D5810C;
}
</style>