Shades of Ochre #D3791E
Tints of Ochre #D3791E
RGB
CMYK
RGB Variations
Color information
#D3791E (or 0xD3791E) is known color: Ochre. HEX triplet: D3, 79 and 1E. RGB value is (211,121,30). Sum of RGB (Red+Green+Blue) = 211+121+30=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D3791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3791E is #2C86E1. Grayscale: #898989. Windows color (decimal): -2918114 or 1997267. OLE color: 1997267.
HSL color Cylindrical-coordinate representation of color #D3791E: hue angle of 30.17º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3791E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 121 | 30 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.17 |
| HSL | 30.17º | 0.75% | 0.47% | - |
| HSV(B) | 30.17º | 0.86% | 0.83% | - |
| XYZ | 33.94 | 27.62 | 4.77 | - |
| YUV | 137.54 | 67.32 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 30 | 0 | 0.43 | 0.86 | 0.17 | 30.17 | 0.75 | 0.47 |
| Hex | D3 | 79 | 1E | 0 | 2B | 56 | 11 | 1E | 4B | 2F |
| Octal | 323 | 171 | 36 | 0 | 53 | 126 | 21 | 36 | 113 | 57 |
| Binary | 11010011 | 1111001 | 11110 | 0 | 101011 | 1010110 | 10001 | 11110 | 1001011 | 101111 |
Color Harmonies of #D3791E
Complementary color
Monochromatic Colors of #D3791E
Black with #D3791E
Text Example
Text Example
White with #D3791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3791E; }
p { color: rgb(211,121,30); }
H1.HeaderClassName
{
color: #D3791E;
}
.AnyTagClassName
{
color: #D3791E;
}
</style>
background-color css
<style>
a { background-color: #D3791E; }
a { background-color: rgb(211,121,30); }
div.DivClassName
{
background-color: #D3791E;
}
.BgClassName
{
background-color: #D3791E;
}
</style>
border-color css
<style>
span { border-color: #D3791E; }
span { border-color: rgb(211,121,30); }
td.TdClassName
{
border-color: #D3791E;
}
.TagClassName
{
border-color: #D3791E;
}
</style>