Shades of Ochre #D5791F
Tints of Ochre #D5791F
RGB
CMYK
RGB Variations
Color information
#D5791F (or 0xD5791F) is known color: Ochre. HEX triplet: D5, 79 and 1F. RGB value is (213,121,31). Sum of RGB (Red+Green+Blue) = 213+121+31=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D5791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5791F is #2A86E0. Grayscale: #8A8A8A. Windows color (decimal): -2787041 or 2062805. OLE color: 2062805.
HSL color Cylindrical-coordinate representation of color #D5791F: hue angle of 29.67º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5791F is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 31 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.16 |
| HSL | 29.67º | 0.75% | 0.48% | - |
| HSV(B) | 29.67º | 0.85% | 0.84% | - |
| XYZ | 34.53 | 27.92 | 4.87 | - |
| YUV | 138.25 | 67.48 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 31 | 0 | 0.43 | 0.85 | 0.16 | 29.67 | 0.75 | 0.48 |
| Hex | D5 | 79 | 1F | 0 | 2B | 55 | 10 | 1E | 4B | 30 |
| Octal | 325 | 171 | 37 | 0 | 53 | 125 | 20 | 36 | 113 | 60 |
| Binary | 11010101 | 1111001 | 11111 | 0 | 101011 | 1010101 | 10000 | 11110 | 1001011 | 110000 |
Color Harmonies of #D5791F
Complementary color
Monochromatic Colors of #D5791F
Black with #D5791F
Text Example
Text Example
White with #D5791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5791F; }
p { color: rgb(213,121,31); }
H1.HeaderClassName
{
color: #D5791F;
}
.AnyTagClassName
{
color: #D5791F;
}
</style>
background-color css
<style>
a { background-color: #D5791F; }
a { background-color: rgb(213,121,31); }
div.DivClassName
{
background-color: #D5791F;
}
.BgClassName
{
background-color: #D5791F;
}
</style>
border-color css
<style>
span { border-color: #D5791F; }
span { border-color: rgb(213,121,31); }
td.TdClassName
{
border-color: #D5791F;
}
.TagClassName
{
border-color: #D5791F;
}
</style>