Shades of Ochre #D0791D
Tints of Ochre #D0791D
RGB
CMYK
RGB Variations
Color information
#D0791D (or 0xD0791D) is known color: Ochre. HEX triplet: D0, 79 and 1D. RGB value is (208,121,29). Sum of RGB (Red+Green+Blue) = 208+121+29=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0791D is #2F86E2. Grayscale: #888888. Windows color (decimal): -3114723 or 1931728. OLE color: 1931728.
HSL color Cylindrical-coordinate representation of color #D0791D: hue angle of 30.84º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0791D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 29 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.18 |
| HSL | 30.84º | 0.76% | 0.46% | - |
| HSV(B) | 30.84º | 0.86% | 0.82% | - |
| XYZ | 33.07 | 27.17 | 4.66 | - |
| YUV | 136.53 | 67.32 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 29 | 0 | 0.42 | 0.86 | 0.18 | 30.84 | 0.76 | 0.46 |
| Hex | D0 | 79 | 1D | 0 | 2A | 56 | 12 | 1F | 4C | 2E |
| Octal | 320 | 171 | 35 | 0 | 52 | 126 | 22 | 37 | 114 | 56 |
| Binary | 11010000 | 1111001 | 11101 | 0 | 101010 | 1010110 | 10010 | 11111 | 1001100 | 101110 |
Color Harmonies of #D0791D
Complementary color
Monochromatic Colors of #D0791D
Black with #D0791D
Text Example
Text Example
White with #D0791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0791D; }
p { color: rgb(208,121,29); }
H1.HeaderClassName
{
color: #D0791D;
}
.AnyTagClassName
{
color: #D0791D;
}
</style>
background-color css
<style>
a { background-color: #D0791D; }
a { background-color: rgb(208,121,29); }
div.DivClassName
{
background-color: #D0791D;
}
.BgClassName
{
background-color: #D0791D;
}
</style>
border-color css
<style>
span { border-color: #D0791D; }
span { border-color: rgb(208,121,29); }
td.TdClassName
{
border-color: #D0791D;
}
.TagClassName
{
border-color: #D0791D;
}
</style>