Shades of Ochre #D77F12
Tints of Ochre #D77F12
RGB
CMYK
RGB Variations
Color information
#D77F12 (or 0xD77F12) is known color: Ochre. HEX triplet: D7, 7F and 12. RGB value is (215,127,18). Sum of RGB (Red+Green+Blue) = 215+127+18=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77F12 is #2880ED. Grayscale: #8D8D8D. Windows color (decimal): -2654446 or 1212375. OLE color: 1212375.
HSL color Cylindrical-coordinate representation of color #D77F12: hue angle of 33.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D77F12 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.16 |
| HSL | 33.2º | 0.85% | 0.46% | - |
| HSV(B) | 33.2º | 0.92% | 0.84% | - |
| XYZ | 35.72 | 29.67 | 4.42 | - |
| YUV | 140.89 | 58.65 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 18 | 0 | 0.41 | 0.92 | 0.16 | 33.2 | 0.85 | 0.46 |
| Hex | D7 | 7F | 12 | 0 | 29 | 5C | 10 | 21 | 55 | 2E |
| Octal | 327 | 177 | 22 | 0 | 51 | 134 | 20 | 41 | 125 | 56 |
| Binary | 11010111 | 1111111 | 10010 | 0 | 101001 | 1011100 | 10000 | 100001 | 1010101 | 101110 |
Color Harmonies of #D77F12
Complementary color
Monochromatic Colors of #D77F12
Black with #D77F12
Text Example
Text Example
White with #D77F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F12; }
p { color: rgb(215,127,18); }
H1.HeaderClassName
{
color: #D77F12;
}
.AnyTagClassName
{
color: #D77F12;
}
</style>
background-color css
<style>
a { background-color: #D77F12; }
a { background-color: rgb(215,127,18); }
div.DivClassName
{
background-color: #D77F12;
}
.BgClassName
{
background-color: #D77F12;
}
</style>
border-color css
<style>
span { border-color: #D77F12; }
span { border-color: rgb(215,127,18); }
td.TdClassName
{
border-color: #D77F12;
}
.TagClassName
{
border-color: #D77F12;
}
</style>