Shades of Ochre #D7791B
Tints of Ochre #D7791B
RGB
CMYK
RGB Variations
Color information
#D7791B (or 0xD7791B) is known color: Ochre. HEX triplet: D7, 79 and 1B. RGB value is (215,121,27). Sum of RGB (Red+Green+Blue) = 215+121+27=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7791B is #2886E4. Grayscale: #8A8A8A. Windows color (decimal): -2655973 or 1800663. OLE color: 1800663.
HSL color Cylindrical-coordinate representation of color #D7791B: hue angle of 30º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7791B is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 27 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.16 |
| HSL | 30º | 0.78% | 0.47% | - |
| HSV(B) | 30º | 0.87% | 0.84% | - |
| XYZ | 35.06 | 28.2 | 4.63 | - |
| YUV | 138.39 | 65.14 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 27 | 0 | 0.44 | 0.87 | 0.16 | 30 | 0.78 | 0.47 |
| Hex | D7 | 79 | 1B | 0 | 2C | 57 | 10 | 1E | 4E | 2F |
| Octal | 327 | 171 | 33 | 0 | 54 | 127 | 20 | 36 | 116 | 57 |
| Binary | 11010111 | 1111001 | 11011 | 0 | 101100 | 1010111 | 10000 | 11110 | 1001110 | 101111 |
Color Harmonies of #D7791B
Complementary color
Monochromatic Colors of #D7791B
Black with #D7791B
Text Example
Text Example
White with #D7791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7791B; }
p { color: rgb(215,121,27); }
H1.HeaderClassName
{
color: #D7791B;
}
.AnyTagClassName
{
color: #D7791B;
}
</style>
background-color css
<style>
a { background-color: #D7791B; }
a { background-color: rgb(215,121,27); }
div.DivClassName
{
background-color: #D7791B;
}
.BgClassName
{
background-color: #D7791B;
}
</style>
border-color css
<style>
span { border-color: #D7791B; }
span { border-color: rgb(215,121,27); }
td.TdClassName
{
border-color: #D7791B;
}
.TagClassName
{
border-color: #D7791B;
}
</style>