Shades of Ochre #D77613
Tints of Ochre #D77613
RGB
CMYK
RGB Variations
Color information
#D77613 (or 0xD77613) is known color: Ochre. HEX triplet: D7, 76 and 13. RGB value is (215,118,19). Sum of RGB (Red+Green+Blue) = 215+118+19=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D77613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77613 is #2889EC. Grayscale: #888888. Windows color (decimal): -2656749 or 1275607. OLE color: 1275607.
HSL color Cylindrical-coordinate representation of color #D77613: hue angle of 30.31º 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 #D77613 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 19 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.16 |
| HSL | 30.31º | 0.84% | 0.46% | - |
| HSV(B) | 30.31º | 0.91% | 0.84% | - |
| XYZ | 34.62 | 27.45 | 4.09 | - |
| YUV | 135.72 | 62.14 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 19 | 0 | 0.45 | 0.91 | 0.16 | 30.31 | 0.84 | 0.46 |
| Hex | D7 | 76 | 13 | 0 | 2D | 5B | 10 | 1E | 54 | 2E |
| Octal | 327 | 166 | 23 | 0 | 55 | 133 | 20 | 36 | 124 | 56 |
| Binary | 11010111 | 1110110 | 10011 | 0 | 101101 | 1011011 | 10000 | 11110 | 1010100 | 101110 |
Color Harmonies of #D77613
Complementary color
Monochromatic Colors of #D77613
Black with #D77613
Text Example
Text Example
White with #D77613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77613; }
p { color: rgb(215,118,19); }
H1.HeaderClassName
{
color: #D77613;
}
.AnyTagClassName
{
color: #D77613;
}
</style>
background-color css
<style>
a { background-color: #D77613; }
a { background-color: rgb(215,118,19); }
div.DivClassName
{
background-color: #D77613;
}
.BgClassName
{
background-color: #D77613;
}
</style>
border-color css
<style>
span { border-color: #D77613; }
span { border-color: rgb(215,118,19); }
td.TdClassName
{
border-color: #D77613;
}
.TagClassName
{
border-color: #D77613;
}
</style>