Shades of Ochre #D57916
Tints of Ochre #D57916
RGB
CMYK
RGB Variations
Color information
#D57916 (or 0xD57916) is known color: Ochre. HEX triplet: D5, 79 and 16. RGB value is (213,121,22). Sum of RGB (Red+Green+Blue) = 213+121+22=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D57916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57916 is #2A86E9. Grayscale: #898989. Windows color (decimal): -2787050 or 1472981. OLE color: 1472981.
HSL color Cylindrical-coordinate representation of color #D57916: hue angle of 31.1º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D57916 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 22 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.16 |
| HSL | 31.1º | 0.81% | 0.46% | - |
| HSV(B) | 31.1º | 0.9% | 0.84% | - |
| XYZ | 34.42 | 27.88 | 4.33 | - |
| YUV | 137.22 | 62.98 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 22 | 0 | 0.43 | 0.90 | 0.16 | 31.1 | 0.81 | 0.46 |
| Hex | D5 | 79 | 16 | 0 | 2B | 5A | 10 | 1F | 51 | 2E |
| Octal | 325 | 171 | 26 | 0 | 53 | 132 | 20 | 37 | 121 | 56 |
| Binary | 11010101 | 1111001 | 10110 | 0 | 101011 | 1011010 | 10000 | 11111 | 1010001 | 101110 |
Color Harmonies of #D57916
Complementary color
Monochromatic Colors of #D57916
Black with #D57916
Text Example
Text Example
White with #D57916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57916; }
p { color: rgb(213,121,22); }
H1.HeaderClassName
{
color: #D57916;
}
.AnyTagClassName
{
color: #D57916;
}
</style>
background-color css
<style>
a { background-color: #D57916; }
a { background-color: rgb(213,121,22); }
div.DivClassName
{
background-color: #D57916;
}
.BgClassName
{
background-color: #D57916;
}
</style>
border-color css
<style>
span { border-color: #D57916; }
span { border-color: rgb(213,121,22); }
td.TdClassName
{
border-color: #D57916;
}
.TagClassName
{
border-color: #D57916;
}
</style>