Shades of Ochre #D4790D
Tints of Ochre #D4790D
RGB
CMYK
RGB Variations
Color information
#D4790D (or 0xD4790D) is known color: Ochre. HEX triplet: D4, 79 and 0D. RGB value is (212,121,13). Sum of RGB (Red+Green+Blue) = 212+121+13=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4790D is #2B86F2. Grayscale: #888888. Windows color (decimal): -2852595 or 883156. OLE color: 883156.
HSL color Cylindrical-coordinate representation of color #D4790D: hue angle of 32.56º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4790D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 121 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.17 |
| HSL | 32.56º | 0.88% | 0.44% | - |
| HSV(B) | 32.56º | 0.94% | 0.83% | - |
| XYZ | 34.06 | 27.7 | 3.93 | - |
| YUV | 135.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 13 | 0 | 0.43 | 0.94 | 0.17 | 32.56 | 0.88 | 0.44 |
| Hex | D4 | 79 | D | 0 | 2B | 5E | 11 | 21 | 58 | 2C |
| Octal | 324 | 171 | 15 | 0 | 53 | 136 | 21 | 41 | 130 | 54 |
| Binary | 11010100 | 1111001 | 1101 | 0 | 101011 | 1011110 | 10001 | 100001 | 1011000 | 101100 |
Color Harmonies of #D4790D
Complementary color
Monochromatic Colors of #D4790D
Black with #D4790D
Text Example
Text Example
White with #D4790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4790D; }
p { color: rgb(212,121,13); }
H1.HeaderClassName
{
color: #D4790D;
}
.AnyTagClassName
{
color: #D4790D;
}
</style>
background-color css
<style>
a { background-color: #D4790D; }
a { background-color: rgb(212,121,13); }
div.DivClassName
{
background-color: #D4790D;
}
.BgClassName
{
background-color: #D4790D;
}
</style>
border-color css
<style>
span { border-color: #D4790D; }
span { border-color: rgb(212,121,13); }
td.TdClassName
{
border-color: #D4790D;
}
.TagClassName
{
border-color: #D4790D;
}
</style>