Shades of Ochre #D0791B
Tints of Ochre #D0791B
RGB
CMYK
RGB Variations
Color information
#D0791B (or 0xD0791B) is known color: Ochre. HEX triplet: D0, 79 and 1B. RGB value is (208,121,27). Sum of RGB (Red+Green+Blue) = 208+121+27=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0791B is #2F86E4. Grayscale: #888888. Windows color (decimal): -3114725 or 1800656. OLE color: 1800656.
HSL color Cylindrical-coordinate representation of color #D0791B: hue angle of 31.16º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0791B is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 27 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.18 |
| HSL | 31.16º | 0.77% | 0.46% | - |
| HSV(B) | 31.16º | 0.87% | 0.82% | - |
| XYZ | 33.05 | 27.16 | 4.54 | - |
| YUV | 136.3 | 66.32 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 27 | 0 | 0.42 | 0.87 | 0.18 | 31.16 | 0.77 | 0.46 |
| Hex | D0 | 79 | 1B | 0 | 2A | 57 | 12 | 1F | 4D | 2E |
| Octal | 320 | 171 | 33 | 0 | 52 | 127 | 22 | 37 | 115 | 56 |
| Binary | 11010000 | 1111001 | 11011 | 0 | 101010 | 1010111 | 10010 | 11111 | 1001101 | 101110 |
Color Harmonies of #D0791B
Complementary color
Monochromatic Colors of #D0791B
Black with #D0791B
Text Example
Text Example
White with #D0791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0791B; }
p { color: rgb(208,121,27); }
H1.HeaderClassName
{
color: #D0791B;
}
.AnyTagClassName
{
color: #D0791B;
}
</style>
background-color css
<style>
a { background-color: #D0791B; }
a { background-color: rgb(208,121,27); }
div.DivClassName
{
background-color: #D0791B;
}
.BgClassName
{
background-color: #D0791B;
}
</style>
border-color css
<style>
span { border-color: #D0791B; }
span { border-color: rgb(208,121,27); }
td.TdClassName
{
border-color: #D0791B;
}
.TagClassName
{
border-color: #D0791B;
}
</style>