Shades of Ochre #D4760D
Tints of Ochre #D4760D
RGB
CMYK
RGB Variations
Color information
#D4760D (or 0xD4760D) is known color: Ochre. HEX triplet: D4, 76 and 0D. RGB value is (212,118,13). Sum of RGB (Red+Green+Blue) = 212+118+13=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4760D is #2B89F2. Grayscale: #868686. Windows color (decimal): -2853363 or 882388. OLE color: 882388.
HSL color Cylindrical-coordinate representation of color #D4760D: hue angle of 31.66º 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 #D4760D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.17 |
| HSL | 31.66º | 0.88% | 0.44% | - |
| HSV(B) | 31.66º | 0.94% | 0.83% | - |
| XYZ | 33.7 | 26.98 | 3.81 | - |
| YUV | 134.14 | 59.64 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 13 | 0 | 0.44 | 0.94 | 0.17 | 31.66 | 0.88 | 0.44 |
| Hex | D4 | 76 | D | 0 | 2C | 5E | 11 | 20 | 58 | 2C |
| Octal | 324 | 166 | 15 | 0 | 54 | 136 | 21 | 40 | 130 | 54 |
| Binary | 11010100 | 1110110 | 1101 | 0 | 101100 | 1011110 | 10001 | 100000 | 1011000 | 101100 |
Color Harmonies of #D4760D
Complementary color
Monochromatic Colors of #D4760D
Black with #D4760D
Text Example
Text Example
White with #D4760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4760D; }
p { color: rgb(212,118,13); }
H1.HeaderClassName
{
color: #D4760D;
}
.AnyTagClassName
{
color: #D4760D;
}
</style>
background-color css
<style>
a { background-color: #D4760D; }
a { background-color: rgb(212,118,13); }
div.DivClassName
{
background-color: #D4760D;
}
.BgClassName
{
background-color: #D4760D;
}
</style>
border-color css
<style>
span { border-color: #D4760D; }
span { border-color: rgb(212,118,13); }
td.TdClassName
{
border-color: #D4760D;
}
.TagClassName
{
border-color: #D4760D;
}
</style>