Shades of Ochre #D9791E
Tints of Ochre #D9791E
RGB
CMYK
RGB Variations
Color information
#D9791E (or 0xD9791E) is known color: Ochre. HEX triplet: D9, 79 and 1E. RGB value is (217,121,30). Sum of RGB (Red+Green+Blue) = 217+121+30=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D9791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9791E is #2686E1. Grayscale: #8B8B8B. Windows color (decimal): -2524898 or 1997273. OLE color: 1997273.
HSL color Cylindrical-coordinate representation of color #D9791E: hue angle of 29.2º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9791E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 30 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.15 |
| HSL | 29.2º | 0.76% | 0.48% | - |
| HSV(B) | 29.2º | 0.86% | 0.85% | - |
| XYZ | 35.69 | 28.52 | 4.85 | - |
| YUV | 139.33 | 66.3 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 30 | 0 | 0.44 | 0.86 | 0.15 | 29.2 | 0.76 | 0.48 |
| Hex | D9 | 79 | 1E | 0 | 2C | 56 | F | 1D | 4C | 30 |
| Octal | 331 | 171 | 36 | 0 | 54 | 126 | 17 | 35 | 114 | 60 |
| Binary | 11011001 | 1111001 | 11110 | 0 | 101100 | 1010110 | 1111 | 11101 | 1001100 | 110000 |
Color Harmonies of #D9791E
Complementary color
Monochromatic Colors of #D9791E
Black with #D9791E
Text Example
Text Example
White with #D9791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9791E; }
p { color: rgb(217,121,30); }
H1.HeaderClassName
{
color: #D9791E;
}
.AnyTagClassName
{
color: #D9791E;
}
</style>
background-color css
<style>
a { background-color: #D9791E; }
a { background-color: rgb(217,121,30); }
div.DivClassName
{
background-color: #D9791E;
}
.BgClassName
{
background-color: #D9791E;
}
</style>
border-color css
<style>
span { border-color: #D9791E; }
span { border-color: rgb(217,121,30); }
td.TdClassName
{
border-color: #D9791E;
}
.TagClassName
{
border-color: #D9791E;
}
</style>