Shades of Ochre #D77615
Tints of Ochre #D77615
RGB
CMYK
RGB Variations
Color information
#D77615 (or 0xD77615) is known color: Ochre. HEX triplet: D7, 76 and 15. RGB value is (215,118,21). Sum of RGB (Red+Green+Blue) = 215+118+21=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D77615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77615 is #2889EA. Grayscale: #888888. Windows color (decimal): -2656747 or 1406679. OLE color: 1406679.
HSL color Cylindrical-coordinate representation of color #D77615: hue angle of 30º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D77615 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.16 |
| HSL | 30º | 0.82% | 0.46% | - |
| HSV(B) | 30º | 0.9% | 0.84% | - |
| XYZ | 34.64 | 27.46 | 4.18 | - |
| YUV | 135.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 21 | 0 | 0.45 | 0.90 | 0.16 | 30 | 0.82 | 0.46 |
| Hex | D7 | 76 | 15 | 0 | 2D | 5A | 10 | 1E | 52 | 2E |
| Octal | 327 | 166 | 25 | 0 | 55 | 132 | 20 | 36 | 122 | 56 |
| Binary | 11010111 | 1110110 | 10101 | 0 | 101101 | 1011010 | 10000 | 11110 | 1010010 | 101110 |
Color Harmonies of #D77615
Complementary color
Monochromatic Colors of #D77615
Black with #D77615
Text Example
Text Example
White with #D77615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77615; }
p { color: rgb(215,118,21); }
H1.HeaderClassName
{
color: #D77615;
}
.AnyTagClassName
{
color: #D77615;
}
</style>
background-color css
<style>
a { background-color: #D77615; }
a { background-color: rgb(215,118,21); }
div.DivClassName
{
background-color: #D77615;
}
.BgClassName
{
background-color: #D77615;
}
</style>
border-color css
<style>
span { border-color: #D77615; }
span { border-color: rgb(215,118,21); }
td.TdClassName
{
border-color: #D77615;
}
.TagClassName
{
border-color: #D77615;
}
</style>