Shades of Ochre #D5840D
Tints of Ochre #D5840D
RGB
CMYK
RGB Variations
Color information
#D5840D (or 0xD5840D) is known color: Ochre. HEX triplet: D5, 84 and 0D. RGB value is (213,132,13). Sum of RGB (Red+Green+Blue) = 213+132+13=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5840D is #2A7BF2. Grayscale: #8F8F8F. Windows color (decimal): -2784243 or 885973. OLE color: 885973.
HSL color Cylindrical-coordinate representation of color #D5840D: hue angle of 35.7º 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 #D5840D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.16 |
| HSL | 35.7º | 0.88% | 0.44% | - |
| HSV(B) | 35.7º | 0.94% | 0.84% | - |
| XYZ | 35.76 | 30.68 | 4.42 | - |
| YUV | 142.65 | 54.84 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 13 | 0 | 0.38 | 0.94 | 0.16 | 35.7 | 0.88 | 0.44 |
| Hex | D5 | 84 | D | 0 | 26 | 5E | 10 | 24 | 58 | 2C |
| Octal | 325 | 204 | 15 | 0 | 46 | 136 | 20 | 44 | 130 | 54 |
| Binary | 11010101 | 10000100 | 1101 | 0 | 100110 | 1011110 | 10000 | 100100 | 1011000 | 101100 |
Color Harmonies of #D5840D
Complementary color
Monochromatic Colors of #D5840D
Black with #D5840D
Text Example
Text Example
White with #D5840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5840D; }
p { color: rgb(213,132,13); }
H1.HeaderClassName
{
color: #D5840D;
}
.AnyTagClassName
{
color: #D5840D;
}
</style>
background-color css
<style>
a { background-color: #D5840D; }
a { background-color: rgb(213,132,13); }
div.DivClassName
{
background-color: #D5840D;
}
.BgClassName
{
background-color: #D5840D;
}
</style>
border-color css
<style>
span { border-color: #D5840D; }
span { border-color: rgb(213,132,13); }
td.TdClassName
{
border-color: #D5840D;
}
.TagClassName
{
border-color: #D5840D;
}
</style>