Shades of Ochre #D4770D
Tints of Ochre #D4770D
RGB
CMYK
RGB Variations
Color information
#D4770D (or 0xD4770D) is known color: Ochre. HEX triplet: D4, 77 and 0D. RGB value is (212,119,13). Sum of RGB (Red+Green+Blue) = 212+119+13=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D4770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4770D is #2B88F2. Grayscale: #878787. Windows color (decimal): -2853107 or 882644. OLE color: 882644.
HSL color Cylindrical-coordinate representation of color #D4770D: hue angle of 31.96º 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 #D4770D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.17 |
| HSL | 31.96º | 0.88% | 0.44% | - |
| HSV(B) | 31.96º | 0.94% | 0.83% | - |
| XYZ | 33.82 | 27.22 | 3.85 | - |
| YUV | 134.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 13 | 0 | 0.44 | 0.94 | 0.17 | 31.96 | 0.88 | 0.44 |
| Hex | D4 | 77 | D | 0 | 2C | 5E | 11 | 20 | 58 | 2C |
| Octal | 324 | 167 | 15 | 0 | 54 | 136 | 21 | 40 | 130 | 54 |
| Binary | 11010100 | 1110111 | 1101 | 0 | 101100 | 1011110 | 10001 | 100000 | 1011000 | 101100 |
Color Harmonies of #D4770D
Complementary color
Monochromatic Colors of #D4770D
Black with #D4770D
Text Example
Text Example
White with #D4770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4770D; }
p { color: rgb(212,119,13); }
H1.HeaderClassName
{
color: #D4770D;
}
.AnyTagClassName
{
color: #D4770D;
}
</style>
background-color css
<style>
a { background-color: #D4770D; }
a { background-color: rgb(212,119,13); }
div.DivClassName
{
background-color: #D4770D;
}
.BgClassName
{
background-color: #D4770D;
}
</style>
border-color css
<style>
span { border-color: #D4770D; }
span { border-color: rgb(212,119,13); }
td.TdClassName
{
border-color: #D4770D;
}
.TagClassName
{
border-color: #D4770D;
}
</style>