Shades of Ochre #D77C1E
Tints of Ochre #D77C1E
RGB
CMYK
RGB Variations
Color information
#D77C1E (or 0xD77C1E) is known color: Ochre. HEX triplet: D7, 7C and 1E. RGB value is (215,124,30). Sum of RGB (Red+Green+Blue) = 215+124+30=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C1E is #2883E1. Grayscale: #8C8C8C. Windows color (decimal): -2655202 or 1998039. OLE color: 1998039.
HSL color Cylindrical-coordinate representation of color #D77C1E: hue angle of 30.49º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D77C1E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 30 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.16 |
| HSL | 30.49º | 0.76% | 0.48% | - |
| HSV(B) | 30.49º | 0.86% | 0.84% | - |
| XYZ | 35.47 | 28.96 | 4.95 | - |
| YUV | 140.49 | 65.65 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 30 | 0 | 0.42 | 0.86 | 0.16 | 30.49 | 0.76 | 0.48 |
| Hex | D7 | 7C | 1E | 0 | 2A | 56 | 10 | 1E | 4C | 30 |
| Octal | 327 | 174 | 36 | 0 | 52 | 126 | 20 | 36 | 114 | 60 |
| Binary | 11010111 | 1111100 | 11110 | 0 | 101010 | 1010110 | 10000 | 11110 | 1001100 | 110000 |
Color Harmonies of #D77C1E
Complementary color
Monochromatic Colors of #D77C1E
Black with #D77C1E
Text Example
Text Example
White with #D77C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C1E; }
p { color: rgb(215,124,30); }
H1.HeaderClassName
{
color: #D77C1E;
}
.AnyTagClassName
{
color: #D77C1E;
}
</style>
background-color css
<style>
a { background-color: #D77C1E; }
a { background-color: rgb(215,124,30); }
div.DivClassName
{
background-color: #D77C1E;
}
.BgClassName
{
background-color: #D77C1E;
}
</style>
border-color css
<style>
span { border-color: #D77C1E; }
span { border-color: rgb(215,124,30); }
td.TdClassName
{
border-color: #D77C1E;
}
.TagClassName
{
border-color: #D77C1E;
}
</style>