Shades of Ochre #D77A1C
Tints of Ochre #D77A1C
RGB
CMYK
RGB Variations
Color information
#D77A1C (or 0xD77A1C) is known color: Ochre. HEX triplet: D7, 7A and 1C. RGB value is (215,122,28). Sum of RGB (Red+Green+Blue) = 215+122+28=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77A1C is #2885E3. Grayscale: #8B8B8B. Windows color (decimal): -2655716 or 1866455. OLE color: 1866455.
HSL color Cylindrical-coordinate representation of color #D77A1C: hue angle of 30.16º 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 #D77A1C is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 28 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.16 |
| HSL | 30.16º | 0.77% | 0.48% | - |
| HSV(B) | 30.16º | 0.87% | 0.84% | - |
| XYZ | 35.19 | 28.45 | 4.74 | - |
| YUV | 139.09 | 65.31 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 28 | 0 | 0.43 | 0.87 | 0.16 | 30.16 | 0.77 | 0.48 |
| Hex | D7 | 7A | 1C | 0 | 2B | 57 | 10 | 1E | 4D | 30 |
| Octal | 327 | 172 | 34 | 0 | 53 | 127 | 20 | 36 | 115 | 60 |
| Binary | 11010111 | 1111010 | 11100 | 0 | 101011 | 1010111 | 10000 | 11110 | 1001101 | 110000 |
Color Harmonies of #D77A1C
Complementary color
Monochromatic Colors of #D77A1C
Black with #D77A1C
Text Example
Text Example
White with #D77A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A1C; }
p { color: rgb(215,122,28); }
H1.HeaderClassName
{
color: #D77A1C;
}
.AnyTagClassName
{
color: #D77A1C;
}
</style>
background-color css
<style>
a { background-color: #D77A1C; }
a { background-color: rgb(215,122,28); }
div.DivClassName
{
background-color: #D77A1C;
}
.BgClassName
{
background-color: #D77A1C;
}
</style>
border-color css
<style>
span { border-color: #D77A1C; }
span { border-color: rgb(215,122,28); }
td.TdClassName
{
border-color: #D77A1C;
}
.TagClassName
{
border-color: #D77A1C;
}
</style>