Shades of Ochre #D77D10
Tints of Ochre #D77D10
RGB
CMYK
RGB Variations
Color information
#D77D10 (or 0xD77D10) is known color: Ochre. HEX triplet: D7, 7D and 10. RGB value is (215,125,16). Sum of RGB (Red+Green+Blue) = 215+125+16=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77D10 is #2882EF. Grayscale: #8C8C8C. Windows color (decimal): -2654960 or 1080791. OLE color: 1080791.
HSL color Cylindrical-coordinate representation of color #D77D10: hue angle of 32.86º 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 #D77D10 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.16 |
| HSL | 32.86º | 0.86% | 0.45% | - |
| HSV(B) | 32.86º | 0.93% | 0.84% | - |
| XYZ | 35.45 | 29.15 | 4.25 | - |
| YUV | 139.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 16 | 0 | 0.42 | 0.93 | 0.16 | 32.86 | 0.86 | 0.45 |
| Hex | D7 | 7D | 10 | 0 | 2A | 5D | 10 | 21 | 56 | 2D |
| Octal | 327 | 175 | 20 | 0 | 52 | 135 | 20 | 41 | 126 | 55 |
| Binary | 11010111 | 1111101 | 10000 | 0 | 101010 | 1011101 | 10000 | 100001 | 1010110 | 101101 |
Color Harmonies of #D77D10
Complementary color
Monochromatic Colors of #D77D10
Black with #D77D10
Text Example
Text Example
White with #D77D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D10; }
p { color: rgb(215,125,16); }
H1.HeaderClassName
{
color: #D77D10;
}
.AnyTagClassName
{
color: #D77D10;
}
</style>
background-color css
<style>
a { background-color: #D77D10; }
a { background-color: rgb(215,125,16); }
div.DivClassName
{
background-color: #D77D10;
}
.BgClassName
{
background-color: #D77D10;
}
</style>
border-color css
<style>
span { border-color: #D77D10; }
span { border-color: rgb(215,125,16); }
td.TdClassName
{
border-color: #D77D10;
}
.TagClassName
{
border-color: #D77D10;
}
</style>