Shades of Ochre #D77715
Tints of Ochre #D77715
RGB
CMYK
RGB Variations
Color information
#D77715 (or 0xD77715) is known color: Ochre. HEX triplet: D7, 77 and 15. RGB value is (215,119,21). Sum of RGB (Red+Green+Blue) = 215+119+21=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D77715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77715 is #2888EA. Grayscale: #898989. Windows color (decimal): -2656491 or 1406935. OLE color: 1406935.
HSL color Cylindrical-coordinate representation of color #D77715: hue angle of 30.31º 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 #D77715 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.16 |
| HSL | 30.31º | 0.82% | 0.46% | - |
| HSV(B) | 30.31º | 0.9% | 0.84% | - |
| XYZ | 34.76 | 27.69 | 4.22 | - |
| YUV | 136.53 | 62.8 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 21 | 0 | 0.45 | 0.90 | 0.16 | 30.31 | 0.82 | 0.46 |
| Hex | D7 | 77 | 15 | 0 | 2D | 5A | 10 | 1E | 52 | 2E |
| Octal | 327 | 167 | 25 | 0 | 55 | 132 | 20 | 36 | 122 | 56 |
| Binary | 11010111 | 1110111 | 10101 | 0 | 101101 | 1011010 | 10000 | 11110 | 1010010 | 101110 |
Color Harmonies of #D77715
Complementary color
Monochromatic Colors of #D77715
Black with #D77715
Text Example
Text Example
White with #D77715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77715; }
p { color: rgb(215,119,21); }
H1.HeaderClassName
{
color: #D77715;
}
.AnyTagClassName
{
color: #D77715;
}
</style>
background-color css
<style>
a { background-color: #D77715; }
a { background-color: rgb(215,119,21); }
div.DivClassName
{
background-color: #D77715;
}
.BgClassName
{
background-color: #D77715;
}
</style>
border-color css
<style>
span { border-color: #D77715; }
span { border-color: rgb(215,119,21); }
td.TdClassName
{
border-color: #D77715;
}
.TagClassName
{
border-color: #D77715;
}
</style>