Shades of Ochre #D77C10
Tints of Ochre #D77C10
RGB
CMYK
RGB Variations
Color information
#D77C10 (or 0xD77C10) is known color: Ochre. HEX triplet: D7, 7C and 10. RGB value is (215,124,16). Sum of RGB (Red+Green+Blue) = 215+124+16=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C10 is #2883EF. Grayscale: #8B8B8B. Windows color (decimal): -2655216 or 1080535. OLE color: 1080535.
HSL color Cylindrical-coordinate representation of color #D77C10: hue angle of 32.56º 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 #D77C10 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.16 |
| HSL | 32.56º | 0.86% | 0.45% | - |
| HSV(B) | 32.56º | 0.93% | 0.84% | - |
| XYZ | 35.33 | 28.9 | 4.21 | - |
| YUV | 138.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 16 | 0 | 0.42 | 0.93 | 0.16 | 32.56 | 0.86 | 0.45 |
| Hex | D7 | 7C | 10 | 0 | 2A | 5D | 10 | 21 | 56 | 2D |
| Octal | 327 | 174 | 20 | 0 | 52 | 135 | 20 | 41 | 126 | 55 |
| Binary | 11010111 | 1111100 | 10000 | 0 | 101010 | 1011101 | 10000 | 100001 | 1010110 | 101101 |
Color Harmonies of #D77C10
Complementary color
Monochromatic Colors of #D77C10
Black with #D77C10
Text Example
Text Example
White with #D77C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C10; }
p { color: rgb(215,124,16); }
H1.HeaderClassName
{
color: #D77C10;
}
.AnyTagClassName
{
color: #D77C10;
}
</style>
background-color css
<style>
a { background-color: #D77C10; }
a { background-color: rgb(215,124,16); }
div.DivClassName
{
background-color: #D77C10;
}
.BgClassName
{
background-color: #D77C10;
}
</style>
border-color css
<style>
span { border-color: #D77C10; }
span { border-color: rgb(215,124,16); }
td.TdClassName
{
border-color: #D77C10;
}
.TagClassName
{
border-color: #D77C10;
}
</style>