Shades of Ochre #D57E0C
Tints of Ochre #D57E0C
RGB
CMYK
RGB Variations
Color information
#D57E0C (or 0xD57E0C) is known color: Ochre. HEX triplet: D5, 7E and 0C. RGB value is (213,126,12). Sum of RGB (Red+Green+Blue) = 213+126+12=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57E0C is #2A81F3. Grayscale: #8B8B8B. Windows color (decimal): -2785780 or 818901. OLE color: 818901.
HSL color Cylindrical-coordinate representation of color #D57E0C: hue angle of 34.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D57E0C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.16 |
| HSL | 34.03º | 0.89% | 0.44% | - |
| HSV(B) | 34.03º | 0.94% | 0.84% | - |
| XYZ | 34.97 | 29.09 | 4.12 | - |
| YUV | 139.02 | 56.32 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 12 | 0 | 0.41 | 0.94 | 0.16 | 34.03 | 0.89 | 0.44 |
| Hex | D5 | 7E | C | 0 | 29 | 5E | 10 | 22 | 59 | 2C |
| Octal | 325 | 176 | 14 | 0 | 51 | 136 | 20 | 42 | 131 | 54 |
| Binary | 11010101 | 1111110 | 1100 | 0 | 101001 | 1011110 | 10000 | 100010 | 1011001 | 101100 |
Color Harmonies of #D57E0C
Complementary color
Monochromatic Colors of #D57E0C
Black with #D57E0C
Text Example
Text Example
White with #D57E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57E0C; }
p { color: rgb(213,126,12); }
H1.HeaderClassName
{
color: #D57E0C;
}
.AnyTagClassName
{
color: #D57E0C;
}
</style>
background-color css
<style>
a { background-color: #D57E0C; }
a { background-color: rgb(213,126,12); }
div.DivClassName
{
background-color: #D57E0C;
}
.BgClassName
{
background-color: #D57E0C;
}
</style>
border-color css
<style>
span { border-color: #D57E0C; }
span { border-color: rgb(213,126,12); }
td.TdClassName
{
border-color: #D57E0C;
}
.TagClassName
{
border-color: #D57E0C;
}
</style>