Shades of Ochre #D0791C
Tints of Ochre #D0791C
RGB
CMYK
RGB Variations
Color information
#D0791C (or 0xD0791C) is known color: Ochre. HEX triplet: D0, 79 and 1C. RGB value is (208,121,28). Sum of RGB (Red+Green+Blue) = 208+121+28=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0791C is #2F86E3. Grayscale: #888888. Windows color (decimal): -3114724 or 1866192. OLE color: 1866192.
HSL color Cylindrical-coordinate representation of color #D0791C: hue angle of 31º degrees, saturation: 0.76, 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 #D0791C is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 28 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.18 |
| HSL | 31º | 0.76% | 0.46% | - |
| HSV(B) | 31º | 0.87% | 0.82% | - |
| XYZ | 33.06 | 27.17 | 4.6 | - |
| YUV | 136.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 28 | 0 | 0.42 | 0.87 | 0.18 | 31 | 0.76 | 0.46 |
| Hex | D0 | 79 | 1C | 0 | 2A | 57 | 12 | 1F | 4C | 2E |
| Octal | 320 | 171 | 34 | 0 | 52 | 127 | 22 | 37 | 114 | 56 |
| Binary | 11010000 | 1111001 | 11100 | 0 | 101010 | 1010111 | 10010 | 11111 | 1001100 | 101110 |
Color Harmonies of #D0791C
Complementary color
Monochromatic Colors of #D0791C
Black with #D0791C
Text Example
Text Example
White with #D0791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0791C; }
p { color: rgb(208,121,28); }
H1.HeaderClassName
{
color: #D0791C;
}
.AnyTagClassName
{
color: #D0791C;
}
</style>
background-color css
<style>
a { background-color: #D0791C; }
a { background-color: rgb(208,121,28); }
div.DivClassName
{
background-color: #D0791C;
}
.BgClassName
{
background-color: #D0791C;
}
</style>
border-color css
<style>
span { border-color: #D0791C; }
span { border-color: rgb(208,121,28); }
td.TdClassName
{
border-color: #D0791C;
}
.TagClassName
{
border-color: #D0791C;
}
</style>