Shades of Ochre #D77F14
Tints of Ochre #D77F14
RGB
CMYK
RGB Variations
Color information
#D77F14 (or 0xD77F14) is known color: Ochre. HEX triplet: D7, 7F and 14. RGB value is (215,127,20). Sum of RGB (Red+Green+Blue) = 215+127+20=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77F14 is #2880EB. Grayscale: #8D8D8D. Windows color (decimal): -2654444 or 1343447. OLE color: 1343447.
HSL color Cylindrical-coordinate representation of color #D77F14: hue angle of 32.92º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D77F14 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 20 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.16 |
| HSL | 32.92º | 0.83% | 0.46% | - |
| HSV(B) | 32.92º | 0.91% | 0.84% | - |
| XYZ | 35.74 | 29.68 | 4.51 | - |
| YUV | 141.11 | 59.65 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 20 | 0 | 0.41 | 0.91 | 0.16 | 32.92 | 0.83 | 0.46 |
| Hex | D7 | 7F | 14 | 0 | 29 | 5B | 10 | 21 | 53 | 2E |
| Octal | 327 | 177 | 24 | 0 | 51 | 133 | 20 | 41 | 123 | 56 |
| Binary | 11010111 | 1111111 | 10100 | 0 | 101001 | 1011011 | 10000 | 100001 | 1010011 | 101110 |
Color Harmonies of #D77F14
Complementary color
Monochromatic Colors of #D77F14
Black with #D77F14
Text Example
Text Example
White with #D77F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F14; }
p { color: rgb(215,127,20); }
H1.HeaderClassName
{
color: #D77F14;
}
.AnyTagClassName
{
color: #D77F14;
}
</style>
background-color css
<style>
a { background-color: #D77F14; }
a { background-color: rgb(215,127,20); }
div.DivClassName
{
background-color: #D77F14;
}
.BgClassName
{
background-color: #D77F14;
}
</style>
border-color css
<style>
span { border-color: #D77F14; }
span { border-color: rgb(215,127,20); }
td.TdClassName
{
border-color: #D77F14;
}
.TagClassName
{
border-color: #D77F14;
}
</style>