Shades of Ochre #D57D1E
Tints of Ochre #D57D1E
RGB
CMYK
RGB Variations
Color information
#D57D1E (or 0xD57D1E) is known color: Ochre. HEX triplet: D5, 7D and 1E. RGB value is (213,125,30). Sum of RGB (Red+Green+Blue) = 213+125+30=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57D1E is #2A82E1. Grayscale: #8C8C8C. Windows color (decimal): -2786018 or 1998293. OLE color: 1998293.
HSL color Cylindrical-coordinate representation of color #D57D1E: hue angle of 31.15º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D57D1E is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 30 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.16 |
| HSL | 31.15º | 0.75% | 0.48% | - |
| HSV(B) | 31.15º | 0.86% | 0.84% | - |
| XYZ | 35.01 | 28.91 | 4.96 | - |
| YUV | 140.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 30 | 0 | 0.41 | 0.86 | 0.16 | 31.15 | 0.75 | 0.48 |
| Hex | D5 | 7D | 1E | 0 | 29 | 56 | 10 | 1F | 4B | 30 |
| Octal | 325 | 175 | 36 | 0 | 51 | 126 | 20 | 37 | 113 | 60 |
| Binary | 11010101 | 1111101 | 11110 | 0 | 101001 | 1010110 | 10000 | 11111 | 1001011 | 110000 |
Color Harmonies of #D57D1E
Complementary color
Monochromatic Colors of #D57D1E
Black with #D57D1E
Text Example
Text Example
White with #D57D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D1E; }
p { color: rgb(213,125,30); }
H1.HeaderClassName
{
color: #D57D1E;
}
.AnyTagClassName
{
color: #D57D1E;
}
</style>
background-color css
<style>
a { background-color: #D57D1E; }
a { background-color: rgb(213,125,30); }
div.DivClassName
{
background-color: #D57D1E;
}
.BgClassName
{
background-color: #D57D1E;
}
</style>
border-color css
<style>
span { border-color: #D57D1E; }
span { border-color: rgb(213,125,30); }
td.TdClassName
{
border-color: #D57D1E;
}
.TagClassName
{
border-color: #D57D1E;
}
</style>