Shades of Ochre #D77F1D
Tints of Ochre #D77F1D
RGB
CMYK
RGB Variations
Color information
#D77F1D (or 0xD77F1D) is known color: Ochre. HEX triplet: D7, 7F and 1D. RGB value is (215,127,29). Sum of RGB (Red+Green+Blue) = 215+127+29=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77F1D is #2880E2. Grayscale: #8E8E8E. Windows color (decimal): -2654435 or 1933271. OLE color: 1933271.
HSL color Cylindrical-coordinate representation of color #D77F1D: hue angle of 31.61º degrees, saturation: 0.76, 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 #D77F1D is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 29 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.16 |
| HSL | 31.61º | 0.76% | 0.48% | - |
| HSV(B) | 31.61º | 0.87% | 0.84% | - |
| XYZ | 35.84 | 29.71 | 5.01 | - |
| YUV | 142.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 29 | 0 | 0.41 | 0.87 | 0.16 | 31.61 | 0.76 | 0.48 |
| Hex | D7 | 7F | 1D | 0 | 29 | 57 | 10 | 20 | 4C | 30 |
| Octal | 327 | 177 | 35 | 0 | 51 | 127 | 20 | 40 | 114 | 60 |
| Binary | 11010111 | 1111111 | 11101 | 0 | 101001 | 1010111 | 10000 | 100000 | 1001100 | 110000 |
Color Harmonies of #D77F1D
Complementary color
Monochromatic Colors of #D77F1D
Black with #D77F1D
Text Example
Text Example
White with #D77F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F1D; }
p { color: rgb(215,127,29); }
H1.HeaderClassName
{
color: #D77F1D;
}
.AnyTagClassName
{
color: #D77F1D;
}
</style>
background-color css
<style>
a { background-color: #D77F1D; }
a { background-color: rgb(215,127,29); }
div.DivClassName
{
background-color: #D77F1D;
}
.BgClassName
{
background-color: #D77F1D;
}
</style>
border-color css
<style>
span { border-color: #D77F1D; }
span { border-color: rgb(215,127,29); }
td.TdClassName
{
border-color: #D77F1D;
}
.TagClassName
{
border-color: #D77F1D;
}
</style>