Shades of Ochre #D57C0E
Tints of Ochre #D57C0E
RGB
CMYK
RGB Variations
Color information
#D57C0E (or 0xD57C0E) is known color: Ochre. HEX triplet: D5, 7C and 0E. RGB value is (213,124,14). Sum of RGB (Red+Green+Blue) = 213+124+14=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57C0E is #2A83F1. Grayscale: #8A8A8A. Windows color (decimal): -2786290 or 949461. OLE color: 949461.
HSL color Cylindrical-coordinate representation of color #D57C0E: hue angle of 33.17º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D57C0E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.16 |
| HSL | 33.17º | 0.88% | 0.45% | - |
| HSV(B) | 33.17º | 0.93% | 0.84% | - |
| XYZ | 34.73 | 28.59 | 4.1 | - |
| YUV | 138.07 | 57.99 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 14 | 0 | 0.42 | 0.93 | 0.16 | 33.17 | 0.88 | 0.45 |
| Hex | D5 | 7C | E | 0 | 2A | 5D | 10 | 21 | 58 | 2D |
| Octal | 325 | 174 | 16 | 0 | 52 | 135 | 20 | 41 | 130 | 55 |
| Binary | 11010101 | 1111100 | 1110 | 0 | 101010 | 1011101 | 10000 | 100001 | 1011000 | 101101 |
Color Harmonies of #D57C0E
Complementary color
Monochromatic Colors of #D57C0E
Black with #D57C0E
Text Example
Text Example
White with #D57C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C0E; }
p { color: rgb(213,124,14); }
H1.HeaderClassName
{
color: #D57C0E;
}
.AnyTagClassName
{
color: #D57C0E;
}
</style>
background-color css
<style>
a { background-color: #D57C0E; }
a { background-color: rgb(213,124,14); }
div.DivClassName
{
background-color: #D57C0E;
}
.BgClassName
{
background-color: #D57C0E;
}
</style>
border-color css
<style>
span { border-color: #D57C0E; }
span { border-color: rgb(213,124,14); }
td.TdClassName
{
border-color: #D57C0E;
}
.TagClassName
{
border-color: #D57C0E;
}
</style>