Shades of Ochre #D5791B
Tints of Ochre #D5791B
RGB
CMYK
RGB Variations
Color information
#D5791B (or 0xD5791B) is known color: Ochre. HEX triplet: D5, 79 and 1B. RGB value is (213,121,27). Sum of RGB (Red+Green+Blue) = 213+121+27=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5791B is #2A86E4. Grayscale: #8A8A8A. Windows color (decimal): -2787045 or 1800661. OLE color: 1800661.
HSL color Cylindrical-coordinate representation of color #D5791B: hue angle of 30.32º degrees, saturation: 0.77, 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 #D5791B is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 27 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.16 |
| HSL | 30.32º | 0.78% | 0.47% | - |
| HSV(B) | 30.32º | 0.87% | 0.84% | - |
| XYZ | 34.48 | 27.9 | 4.61 | - |
| YUV | 137.79 | 65.48 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 27 | 0 | 0.43 | 0.87 | 0.16 | 30.32 | 0.78 | 0.47 |
| Hex | D5 | 79 | 1B | 0 | 2B | 57 | 10 | 1E | 4E | 2F |
| Octal | 325 | 171 | 33 | 0 | 53 | 127 | 20 | 36 | 116 | 57 |
| Binary | 11010101 | 1111001 | 11011 | 0 | 101011 | 1010111 | 10000 | 11110 | 1001110 | 101111 |
Color Harmonies of #D5791B
Complementary color
Monochromatic Colors of #D5791B
Black with #D5791B
Text Example
Text Example
White with #D5791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5791B; }
p { color: rgb(213,121,27); }
H1.HeaderClassName
{
color: #D5791B;
}
.AnyTagClassName
{
color: #D5791B;
}
</style>
background-color css
<style>
a { background-color: #D5791B; }
a { background-color: rgb(213,121,27); }
div.DivClassName
{
background-color: #D5791B;
}
.BgClassName
{
background-color: #D5791B;
}
</style>
border-color css
<style>
span { border-color: #D5791B; }
span { border-color: rgb(213,121,27); }
td.TdClassName
{
border-color: #D5791B;
}
.TagClassName
{
border-color: #D5791B;
}
</style>