Shades of Ochre #D57C25
Tints of Ochre #D57C25
RGB
CMYK
RGB Variations
Color information
#D57C25 (or 0xD57C25) is known color: Ochre. HEX triplet: D5, 7C and 25. RGB value is (213,124,37). Sum of RGB (Red+Green+Blue) = 213+124+37=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C25 is #2A83DA. Grayscale: #8D8D8D. Windows color (decimal): -2786267 or 2456789. OLE color: 2456789.
HSL color Cylindrical-coordinate representation of color #D57C25: hue angle of 29.66º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D57C25 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 37 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.16 |
| HSL | 29.66º | 0.7% | 0.49% | - |
| HSV(B) | 29.66º | 0.83% | 0.84% | - |
| XYZ | 34.98 | 28.7 | 5.45 | - |
| YUV | 140.69 | 69.49 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 37 | 0 | 0.42 | 0.83 | 0.16 | 29.66 | 0.7 | 0.49 |
| Hex | D5 | 7C | 25 | 0 | 2A | 53 | 10 | 1E | 46 | 31 |
| Octal | 325 | 174 | 45 | 0 | 52 | 123 | 20 | 36 | 106 | 61 |
| Binary | 11010101 | 1111100 | 100101 | 0 | 101010 | 1010011 | 10000 | 11110 | 1000110 | 110001 |
Color Harmonies of #D57C25
Complementary color
Monochromatic Colors of #D57C25
Black with #D57C25
Text Example
Text Example
White with #D57C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C25; }
p { color: rgb(213,124,37); }
H1.HeaderClassName
{
color: #D57C25;
}
.AnyTagClassName
{
color: #D57C25;
}
</style>
background-color css
<style>
a { background-color: #D57C25; }
a { background-color: rgb(213,124,37); }
div.DivClassName
{
background-color: #D57C25;
}
.BgClassName
{
background-color: #D57C25;
}
</style>
border-color css
<style>
span { border-color: #D57C25; }
span { border-color: rgb(213,124,37); }
td.TdClassName
{
border-color: #D57C25;
}
.TagClassName
{
border-color: #D57C25;
}
</style>