Shades of Ochre #D77819
Tints of Ochre #D77819
RGB
CMYK
RGB Variations
Color information
#D77819 (or 0xD77819) is known color: Ochre. HEX triplet: D7, 78 and 19. RGB value is (215,120,25). Sum of RGB (Red+Green+Blue) = 215+120+25=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D77819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77819 is #2887E6. Grayscale: #8A8A8A. Windows color (decimal): -2656231 or 1669335. OLE color: 1669335.
HSL color Cylindrical-coordinate representation of color #D77819: hue angle of 30º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D77819 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 25 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.16 |
| HSL | 30º | 0.79% | 0.47% | - |
| HSV(B) | 30º | 0.88% | 0.84% | - |
| XYZ | 34.92 | 27.95 | 4.47 | - |
| YUV | 137.58 | 64.47 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 25 | 0 | 0.44 | 0.88 | 0.16 | 30 | 0.79 | 0.47 |
| Hex | D7 | 78 | 19 | 0 | 2C | 58 | 10 | 1E | 4F | 2F |
| Octal | 327 | 170 | 31 | 0 | 54 | 130 | 20 | 36 | 117 | 57 |
| Binary | 11010111 | 1111000 | 11001 | 0 | 101100 | 1011000 | 10000 | 11110 | 1001111 | 101111 |
Color Harmonies of #D77819
Complementary color
Monochromatic Colors of #D77819
Black with #D77819
Text Example
Text Example
White with #D77819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77819; }
p { color: rgb(215,120,25); }
H1.HeaderClassName
{
color: #D77819;
}
.AnyTagClassName
{
color: #D77819;
}
</style>
background-color css
<style>
a { background-color: #D77819; }
a { background-color: rgb(215,120,25); }
div.DivClassName
{
background-color: #D77819;
}
.BgClassName
{
background-color: #D77819;
}
</style>
border-color css
<style>
span { border-color: #D77819; }
span { border-color: rgb(215,120,25); }
td.TdClassName
{
border-color: #D77819;
}
.TagClassName
{
border-color: #D77819;
}
</style>