Shades of Ochre #D77C1C
Tints of Ochre #D77C1C
RGB
CMYK
RGB Variations
Color information
#D77C1C (or 0xD77C1C) is known color: Ochre. HEX triplet: D7, 7C and 1C. RGB value is (215,124,28). Sum of RGB (Red+Green+Blue) = 215+124+28=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C1C is #2883E3. Grayscale: #8C8C8C. Windows color (decimal): -2655204 or 1866967. OLE color: 1866967.
HSL color Cylindrical-coordinate representation of color #D77C1C: hue angle of 30.8º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D77C1C is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 28 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.16 |
| HSL | 30.8º | 0.77% | 0.48% | - |
| HSV(B) | 30.8º | 0.87% | 0.84% | - |
| XYZ | 35.44 | 28.95 | 4.82 | - |
| YUV | 140.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 28 | 0 | 0.42 | 0.87 | 0.16 | 30.8 | 0.77 | 0.48 |
| Hex | D7 | 7C | 1C | 0 | 2A | 57 | 10 | 1F | 4D | 30 |
| Octal | 327 | 174 | 34 | 0 | 52 | 127 | 20 | 37 | 115 | 60 |
| Binary | 11010111 | 1111100 | 11100 | 0 | 101010 | 1010111 | 10000 | 11111 | 1001101 | 110000 |
Color Harmonies of #D77C1C
Complementary color
Monochromatic Colors of #D77C1C
Black with #D77C1C
Text Example
Text Example
White with #D77C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C1C; }
p { color: rgb(215,124,28); }
H1.HeaderClassName
{
color: #D77C1C;
}
.AnyTagClassName
{
color: #D77C1C;
}
</style>
background-color css
<style>
a { background-color: #D77C1C; }
a { background-color: rgb(215,124,28); }
div.DivClassName
{
background-color: #D77C1C;
}
.BgClassName
{
background-color: #D77C1C;
}
</style>
border-color css
<style>
span { border-color: #D77C1C; }
span { border-color: rgb(215,124,28); }
td.TdClassName
{
border-color: #D77C1C;
}
.TagClassName
{
border-color: #D77C1C;
}
</style>