Shades of Ochre #D77812
Tints of Ochre #D77812
RGB
CMYK
RGB Variations
Color information
#D77812 (or 0xD77812) is known color: Ochre. HEX triplet: D7, 78 and 12. RGB value is (215,120,18). Sum of RGB (Red+Green+Blue) = 215+120+18=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D77812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77812 is #2887ED. Grayscale: #898989. Windows color (decimal): -2656238 or 1210583. OLE color: 1210583.
HSL color Cylindrical-coordinate representation of color #D77812: hue angle of 31.07º 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 #D77812 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.16 |
| HSL | 31.07º | 0.85% | 0.46% | - |
| HSV(B) | 31.07º | 0.92% | 0.84% | - |
| XYZ | 34.85 | 27.92 | 4.13 | - |
| YUV | 136.78 | 60.97 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 18 | 0 | 0.44 | 0.92 | 0.16 | 31.07 | 0.85 | 0.46 |
| Hex | D7 | 78 | 12 | 0 | 2C | 5C | 10 | 1F | 55 | 2E |
| Octal | 327 | 170 | 22 | 0 | 54 | 134 | 20 | 37 | 125 | 56 |
| Binary | 11010111 | 1111000 | 10010 | 0 | 101100 | 1011100 | 10000 | 11111 | 1010101 | 101110 |
Color Harmonies of #D77812
Complementary color
Monochromatic Colors of #D77812
Black with #D77812
Text Example
Text Example
White with #D77812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77812; }
p { color: rgb(215,120,18); }
H1.HeaderClassName
{
color: #D77812;
}
.AnyTagClassName
{
color: #D77812;
}
</style>
background-color css
<style>
a { background-color: #D77812; }
a { background-color: rgb(215,120,18); }
div.DivClassName
{
background-color: #D77812;
}
.BgClassName
{
background-color: #D77812;
}
</style>
border-color css
<style>
span { border-color: #D77812; }
span { border-color: rgb(215,120,18); }
td.TdClassName
{
border-color: #D77812;
}
.TagClassName
{
border-color: #D77812;
}
</style>