Shades of Ochre #D77710
Tints of Ochre #D77710
RGB
CMYK
RGB Variations
Color information
#D77710 (or 0xD77710) is known color: Ochre. HEX triplet: D7, 77 and 10. RGB value is (215,119,16). Sum of RGB (Red+Green+Blue) = 215+119+16=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D77710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77710 is #2888EF. Grayscale: #888888. Windows color (decimal): -2656496 or 1079255. OLE color: 1079255.
HSL color Cylindrical-coordinate representation of color #D77710: hue angle of 31.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D77710 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.16 |
| HSL | 31.06º | 0.86% | 0.45% | - |
| HSV(B) | 31.06º | 0.93% | 0.84% | - |
| XYZ | 34.71 | 27.68 | 4 | - |
| YUV | 135.96 | 60.3 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 16 | 0 | 0.45 | 0.93 | 0.16 | 31.06 | 0.86 | 0.45 |
| Hex | D7 | 77 | 10 | 0 | 2D | 5D | 10 | 1F | 56 | 2D |
| Octal | 327 | 167 | 20 | 0 | 55 | 135 | 20 | 37 | 126 | 55 |
| Binary | 11010111 | 1110111 | 10000 | 0 | 101101 | 1011101 | 10000 | 11111 | 1010110 | 101101 |
Color Harmonies of #D77710
Complementary color
Monochromatic Colors of #D77710
Black with #D77710
Text Example
Text Example
White with #D77710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77710; }
p { color: rgb(215,119,16); }
H1.HeaderClassName
{
color: #D77710;
}
.AnyTagClassName
{
color: #D77710;
}
</style>
background-color css
<style>
a { background-color: #D77710; }
a { background-color: rgb(215,119,16); }
div.DivClassName
{
background-color: #D77710;
}
.BgClassName
{
background-color: #D77710;
}
</style>
border-color css
<style>
span { border-color: #D77710; }
span { border-color: rgb(215,119,16); }
td.TdClassName
{
border-color: #D77710;
}
.TagClassName
{
border-color: #D77710;
}
</style>