Shades of Ochre #D57A1F
Tints of Ochre #D57A1F
RGB
CMYK
RGB Variations
Color information
#D57A1F (or 0xD57A1F) is known color: Ochre. HEX triplet: D5, 7A and 1F. RGB value is (213,122,31). Sum of RGB (Red+Green+Blue) = 213+122+31=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57A1F is #2A85E0. Grayscale: #8B8B8B. Windows color (decimal): -2786785 or 2063061. OLE color: 2063061.
HSL color Cylindrical-coordinate representation of color #D57A1F: hue angle of 30º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D57A1F is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 31 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.16 |
| HSL | 30º | 0.75% | 0.48% | - |
| HSV(B) | 30º | 0.85% | 0.84% | - |
| XYZ | 34.65 | 28.16 | 4.91 | - |
| YUV | 138.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 31 | 0 | 0.43 | 0.85 | 0.16 | 30 | 0.75 | 0.48 |
| Hex | D5 | 7A | 1F | 0 | 2B | 55 | 10 | 1E | 4B | 30 |
| Octal | 325 | 172 | 37 | 0 | 53 | 125 | 20 | 36 | 113 | 60 |
| Binary | 11010101 | 1111010 | 11111 | 0 | 101011 | 1010101 | 10000 | 11110 | 1001011 | 110000 |
Color Harmonies of #D57A1F
Complementary color
Monochromatic Colors of #D57A1F
Black with #D57A1F
Text Example
Text Example
White with #D57A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A1F; }
p { color: rgb(213,122,31); }
H1.HeaderClassName
{
color: #D57A1F;
}
.AnyTagClassName
{
color: #D57A1F;
}
</style>
background-color css
<style>
a { background-color: #D57A1F; }
a { background-color: rgb(213,122,31); }
div.DivClassName
{
background-color: #D57A1F;
}
.BgClassName
{
background-color: #D57A1F;
}
</style>
border-color css
<style>
span { border-color: #D57A1F; }
span { border-color: rgb(213,122,31); }
td.TdClassName
{
border-color: #D57A1F;
}
.TagClassName
{
border-color: #D57A1F;
}
</style>