Shades of Ochre #D77F13
Tints of Ochre #D77F13
RGB
CMYK
RGB Variations
Color information
#D77F13 (or 0xD77F13) is known color: Ochre. HEX triplet: D7, 7F and 13. RGB value is (215,127,19). Sum of RGB (Red+Green+Blue) = 215+127+19=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77F13 is #2880EC. Grayscale: #8D8D8D. Windows color (decimal): -2654445 or 1277911. OLE color: 1277911.
HSL color Cylindrical-coordinate representation of color #D77F13: hue angle of 33.06º degrees, saturation: 0.84, 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 #D77F13 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.16 |
| HSL | 33.06º | 0.84% | 0.46% | - |
| HSV(B) | 33.06º | 0.91% | 0.84% | - |
| XYZ | 35.73 | 29.67 | 4.46 | - |
| YUV | 141 | 59.15 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 19 | 0 | 0.41 | 0.91 | 0.16 | 33.06 | 0.84 | 0.46 |
| Hex | D7 | 7F | 13 | 0 | 29 | 5B | 10 | 21 | 54 | 2E |
| Octal | 327 | 177 | 23 | 0 | 51 | 133 | 20 | 41 | 124 | 56 |
| Binary | 11010111 | 1111111 | 10011 | 0 | 101001 | 1011011 | 10000 | 100001 | 1010100 | 101110 |
Color Harmonies of #D77F13
Complementary color
Monochromatic Colors of #D77F13
Black with #D77F13
Text Example
Text Example
White with #D77F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F13; }
p { color: rgb(215,127,19); }
H1.HeaderClassName
{
color: #D77F13;
}
.AnyTagClassName
{
color: #D77F13;
}
</style>
background-color css
<style>
a { background-color: #D77F13; }
a { background-color: rgb(215,127,19); }
div.DivClassName
{
background-color: #D77F13;
}
.BgClassName
{
background-color: #D77F13;
}
</style>
border-color css
<style>
span { border-color: #D77F13; }
span { border-color: rgb(215,127,19); }
td.TdClassName
{
border-color: #D77F13;
}
.TagClassName
{
border-color: #D77F13;
}
</style>