Shades of Ochre #D5790D
Tints of Ochre #D5790D
RGB
CMYK
RGB Variations
Color information
#D5790D (or 0xD5790D) is known color: Ochre. HEX triplet: D5, 79 and 0D. RGB value is (213,121,13). Sum of RGB (Red+Green+Blue) = 213+121+13=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D5790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5790D is #2A86F2. Grayscale: #888888. Windows color (decimal): -2787059 or 883157. OLE color: 883157.
HSL color Cylindrical-coordinate representation of color #D5790D: hue angle of 32.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 #D5790D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.16 |
| HSL | 32.4º | 0.88% | 0.44% | - |
| HSV(B) | 32.4º | 0.94% | 0.84% | - |
| XYZ | 34.35 | 27.85 | 3.95 | - |
| YUV | 136.2 | 58.48 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 13 | 0 | 0.43 | 0.94 | 0.16 | 32.4 | 0.88 | 0.44 |
| Hex | D5 | 79 | D | 0 | 2B | 5E | 10 | 20 | 58 | 2C |
| Octal | 325 | 171 | 15 | 0 | 53 | 136 | 20 | 40 | 130 | 54 |
| Binary | 11010101 | 1111001 | 1101 | 0 | 101011 | 1011110 | 10000 | 100000 | 1011000 | 101100 |
Color Harmonies of #D5790D
Complementary color
Monochromatic Colors of #D5790D
Black with #D5790D
Text Example
Text Example
White with #D5790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5790D; }
p { color: rgb(213,121,13); }
H1.HeaderClassName
{
color: #D5790D;
}
.AnyTagClassName
{
color: #D5790D;
}
</style>
background-color css
<style>
a { background-color: #D5790D; }
a { background-color: rgb(213,121,13); }
div.DivClassName
{
background-color: #D5790D;
}
.BgClassName
{
background-color: #D5790D;
}
</style>
border-color css
<style>
span { border-color: #D5790D; }
span { border-color: rgb(213,121,13); }
td.TdClassName
{
border-color: #D5790D;
}
.TagClassName
{
border-color: #D5790D;
}
</style>