Shades of Ochre #D57E14
Tints of Ochre #D57E14
RGB
CMYK
RGB Variations
Color information
#D57E14 (or 0xD57E14) is known color: Ochre. HEX triplet: D5, 7E and 14. RGB value is (213,126,20). Sum of RGB (Red+Green+Blue) = 213+126+20=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57E14 is #2A81EB. Grayscale: #8C8C8C. Windows color (decimal): -2785772 or 1343189. OLE color: 1343189.
HSL color Cylindrical-coordinate representation of color #D57E14: hue angle of 32.95º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D57E14 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 20 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.16 |
| HSL | 32.95º | 0.83% | 0.46% | - |
| HSV(B) | 32.95º | 0.91% | 0.84% | - |
| XYZ | 35.03 | 29.12 | 4.44 | - |
| YUV | 139.93 | 60.32 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 20 | 0 | 0.41 | 0.91 | 0.16 | 32.95 | 0.83 | 0.46 |
| Hex | D5 | 7E | 14 | 0 | 29 | 5B | 10 | 21 | 53 | 2E |
| Octal | 325 | 176 | 24 | 0 | 51 | 133 | 20 | 41 | 123 | 56 |
| Binary | 11010101 | 1111110 | 10100 | 0 | 101001 | 1011011 | 10000 | 100001 | 1010011 | 101110 |
Color Harmonies of #D57E14
Complementary color
Monochromatic Colors of #D57E14
Black with #D57E14
Text Example
Text Example
White with #D57E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57E14; }
p { color: rgb(213,126,20); }
H1.HeaderClassName
{
color: #D57E14;
}
.AnyTagClassName
{
color: #D57E14;
}
</style>
background-color css
<style>
a { background-color: #D57E14; }
a { background-color: rgb(213,126,20); }
div.DivClassName
{
background-color: #D57E14;
}
.BgClassName
{
background-color: #D57E14;
}
</style>
border-color css
<style>
span { border-color: #D57E14; }
span { border-color: rgb(213,126,20); }
td.TdClassName
{
border-color: #D57E14;
}
.TagClassName
{
border-color: #D57E14;
}
</style>