Shades of Ochre #D77D1C
Tints of Ochre #D77D1C
RGB
CMYK
RGB Variations
Color information
#D77D1C (or 0xD77D1C) is known color: Ochre. HEX triplet: D7, 7D and 1C. RGB value is (215,125,28). Sum of RGB (Red+Green+Blue) = 215+125+28=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D1C is #2882E3. Grayscale: #8D8D8D. Windows color (decimal): -2654948 or 1867223. OLE color: 1867223.
HSL color Cylindrical-coordinate representation of color #D77D1C: hue angle of 31.12º 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 #D77D1C is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 28 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.16 |
| HSL | 31.12º | 0.77% | 0.48% | - |
| HSV(B) | 31.12º | 0.87% | 0.84% | - |
| XYZ | 35.57 | 29.2 | 4.86 | - |
| YUV | 140.85 | 64.32 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 28 | 0 | 0.42 | 0.87 | 0.16 | 31.12 | 0.77 | 0.48 |
| Hex | D7 | 7D | 1C | 0 | 2A | 57 | 10 | 1F | 4D | 30 |
| Octal | 327 | 175 | 34 | 0 | 52 | 127 | 20 | 37 | 115 | 60 |
| Binary | 11010111 | 1111101 | 11100 | 0 | 101010 | 1010111 | 10000 | 11111 | 1001101 | 110000 |
Color Harmonies of #D77D1C
Complementary color
Monochromatic Colors of #D77D1C
Black with #D77D1C
Text Example
Text Example
White with #D77D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D1C; }
p { color: rgb(215,125,28); }
H1.HeaderClassName
{
color: #D77D1C;
}
.AnyTagClassName
{
color: #D77D1C;
}
</style>
background-color css
<style>
a { background-color: #D77D1C; }
a { background-color: rgb(215,125,28); }
div.DivClassName
{
background-color: #D77D1C;
}
.BgClassName
{
background-color: #D77D1C;
}
</style>
border-color css
<style>
span { border-color: #D77D1C; }
span { border-color: rgb(215,125,28); }
td.TdClassName
{
border-color: #D77D1C;
}
.TagClassName
{
border-color: #D77D1C;
}
</style>