Shades of Ochre #D57E12
Tints of Ochre #D57E12
RGB
CMYK
RGB Variations
Color information
#D57E12 (or 0xD57E12) is known color: Ochre. HEX triplet: D5, 7E and 12. RGB value is (213,126,18). Sum of RGB (Red+Green+Blue) = 213+126+18=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57E12 is #2A81ED. Grayscale: #8C8C8C. Windows color (decimal): -2785774 or 1212117. OLE color: 1212117.
HSL color Cylindrical-coordinate representation of color #D57E12: hue angle of 33.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D57E12 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.16 |
| HSL | 33.23º | 0.84% | 0.45% | - |
| HSV(B) | 33.23º | 0.92% | 0.84% | - |
| XYZ | 35.01 | 29.11 | 4.35 | - |
| YUV | 139.7 | 59.32 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 18 | 0 | 0.41 | 0.92 | 0.16 | 33.23 | 0.84 | 0.45 |
| Hex | D5 | 7E | 12 | 0 | 29 | 5C | 10 | 21 | 54 | 2D |
| Octal | 325 | 176 | 22 | 0 | 51 | 134 | 20 | 41 | 124 | 55 |
| Binary | 11010101 | 1111110 | 10010 | 0 | 101001 | 1011100 | 10000 | 100001 | 1010100 | 101101 |
Color Harmonies of #D57E12
Complementary color
Monochromatic Colors of #D57E12
Black with #D57E12
Text Example
Text Example
White with #D57E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57E12; }
p { color: rgb(213,126,18); }
H1.HeaderClassName
{
color: #D57E12;
}
.AnyTagClassName
{
color: #D57E12;
}
</style>
background-color css
<style>
a { background-color: #D57E12; }
a { background-color: rgb(213,126,18); }
div.DivClassName
{
background-color: #D57E12;
}
.BgClassName
{
background-color: #D57E12;
}
</style>
border-color css
<style>
span { border-color: #D57E12; }
span { border-color: rgb(213,126,18); }
td.TdClassName
{
border-color: #D57E12;
}
.TagClassName
{
border-color: #D57E12;
}
</style>