Shades of Ochre #D77817
Tints of Ochre #D77817
RGB
CMYK
RGB Variations
Color information
#D77817 (or 0xD77817) is known color: Ochre. HEX triplet: D7, 78 and 17. RGB value is (215,120,23). Sum of RGB (Red+Green+Blue) = 215+120+23=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D77817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77817 is #2887E8. Grayscale: #898989. Windows color (decimal): -2656233 or 1538263. OLE color: 1538263.
HSL color Cylindrical-coordinate representation of color #D77817: hue angle of 30.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D77817 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 23 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.16 |
| HSL | 30.31º | 0.81% | 0.47% | - |
| HSV(B) | 30.31º | 0.89% | 0.84% | - |
| XYZ | 34.9 | 27.94 | 4.36 | - |
| YUV | 137.35 | 63.47 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 23 | 0 | 0.44 | 0.89 | 0.16 | 30.31 | 0.81 | 0.47 |
| Hex | D7 | 78 | 17 | 0 | 2C | 59 | 10 | 1E | 51 | 2F |
| Octal | 327 | 170 | 27 | 0 | 54 | 131 | 20 | 36 | 121 | 57 |
| Binary | 11010111 | 1111000 | 10111 | 0 | 101100 | 1011001 | 10000 | 11110 | 1010001 | 101111 |
Color Harmonies of #D77817
Complementary color
Monochromatic Colors of #D77817
Black with #D77817
Text Example
Text Example
White with #D77817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77817; }
p { color: rgb(215,120,23); }
H1.HeaderClassName
{
color: #D77817;
}
.AnyTagClassName
{
color: #D77817;
}
</style>
background-color css
<style>
a { background-color: #D77817; }
a { background-color: rgb(215,120,23); }
div.DivClassName
{
background-color: #D77817;
}
.BgClassName
{
background-color: #D77817;
}
</style>
border-color css
<style>
span { border-color: #D77817; }
span { border-color: rgb(215,120,23); }
td.TdClassName
{
border-color: #D77817;
}
.TagClassName
{
border-color: #D77817;
}
</style>