Shades of Ochre #D57A16
Tints of Ochre #D57A16
RGB
CMYK
RGB Variations
Color information
#D57A16 (or 0xD57A16) is known color: Ochre. HEX triplet: D5, 7A and 16. RGB value is (213,122,22). Sum of RGB (Red+Green+Blue) = 213+122+22=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57A16 is #2A85E9. Grayscale: #8A8A8A. Windows color (decimal): -2786794 or 1473237. OLE color: 1473237.
HSL color Cylindrical-coordinate representation of color #D57A16: hue angle of 31.41º 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 #D57A16 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 22 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.16 |
| HSL | 31.41º | 0.81% | 0.46% | - |
| HSV(B) | 31.41º | 0.9% | 0.84% | - |
| XYZ | 34.54 | 28.12 | 4.37 | - |
| YUV | 137.81 | 62.65 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 22 | 0 | 0.43 | 0.90 | 0.16 | 31.41 | 0.81 | 0.46 |
| Hex | D5 | 7A | 16 | 0 | 2B | 5A | 10 | 1F | 51 | 2E |
| Octal | 325 | 172 | 26 | 0 | 53 | 132 | 20 | 37 | 121 | 56 |
| Binary | 11010101 | 1111010 | 10110 | 0 | 101011 | 1011010 | 10000 | 11111 | 1010001 | 101110 |
Color Harmonies of #D57A16
Complementary color
Monochromatic Colors of #D57A16
Black with #D57A16
Text Example
Text Example
White with #D57A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A16; }
p { color: rgb(213,122,22); }
H1.HeaderClassName
{
color: #D57A16;
}
.AnyTagClassName
{
color: #D57A16;
}
</style>
background-color css
<style>
a { background-color: #D57A16; }
a { background-color: rgb(213,122,22); }
div.DivClassName
{
background-color: #D57A16;
}
.BgClassName
{
background-color: #D57A16;
}
</style>
border-color css
<style>
span { border-color: #D57A16; }
span { border-color: rgb(213,122,22); }
td.TdClassName
{
border-color: #D57A16;
}
.TagClassName
{
border-color: #D57A16;
}
</style>