Shades of Ochre #D9771D
Tints of Ochre #D9771D
RGB
CMYK
RGB Variations
Color information
#D9771D (or 0xD9771D) is known color: Ochre. HEX triplet: D9, 77 and 1D. RGB value is (217,119,29). Sum of RGB (Red+Green+Blue) = 217+119+29=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9771D is #2688E2. Grayscale: #8A8A8A. Windows color (decimal): -2525411 or 1931225. OLE color: 1931225.
HSL color Cylindrical-coordinate representation of color #D9771D: hue angle of 28.72º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9771D is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 29 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.15 |
| HSL | 28.72º | 0.76% | 0.48% | - |
| HSV(B) | 28.72º | 0.87% | 0.85% | - |
| XYZ | 35.43 | 28.03 | 4.71 | - |
| YUV | 138.04 | 66.47 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 29 | 0 | 0.45 | 0.87 | 0.15 | 28.72 | 0.76 | 0.48 |
| Hex | D9 | 77 | 1D | 0 | 2D | 57 | F | 1D | 4C | 30 |
| Octal | 331 | 167 | 35 | 0 | 55 | 127 | 17 | 35 | 114 | 60 |
| Binary | 11011001 | 1110111 | 11101 | 0 | 101101 | 1010111 | 1111 | 11101 | 1001100 | 110000 |
Color Harmonies of #D9771D
Complementary color
Monochromatic Colors of #D9771D
Black with #D9771D
Text Example
Text Example
White with #D9771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9771D; }
p { color: rgb(217,119,29); }
H1.HeaderClassName
{
color: #D9771D;
}
.AnyTagClassName
{
color: #D9771D;
}
</style>
background-color css
<style>
a { background-color: #D9771D; }
a { background-color: rgb(217,119,29); }
div.DivClassName
{
background-color: #D9771D;
}
.BgClassName
{
background-color: #D9771D;
}
</style>
border-color css
<style>
span { border-color: #D9771D; }
span { border-color: rgb(217,119,29); }
td.TdClassName
{
border-color: #D9771D;
}
.TagClassName
{
border-color: #D9771D;
}
</style>