Shades of Ochre #D57C24
Tints of Ochre #D57C24
RGB
CMYK
RGB Variations
Color information
#D57C24 (or 0xD57C24) is known color: Ochre. HEX triplet: D5, 7C and 24. RGB value is (213,124,36). Sum of RGB (Red+Green+Blue) = 213+124+36=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C24 is #2A83DB. Grayscale: #8D8D8D. Windows color (decimal): -2786268 or 2391253. OLE color: 2391253.
HSL color Cylindrical-coordinate representation of color #D57C24: hue angle of 29.83º degrees, saturation: 0.71, 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 #D57C24 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 36 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.16 |
| HSL | 29.83º | 0.71% | 0.49% | - |
| HSV(B) | 29.83º | 0.83% | 0.84% | - |
| XYZ | 34.97 | 28.69 | 5.36 | - |
| YUV | 140.58 | 68.99 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 36 | 0 | 0.42 | 0.83 | 0.16 | 29.83 | 0.71 | 0.49 |
| Hex | D5 | 7C | 24 | 0 | 2A | 53 | 10 | 1E | 47 | 31 |
| Octal | 325 | 174 | 44 | 0 | 52 | 123 | 20 | 36 | 107 | 61 |
| Binary | 11010101 | 1111100 | 100100 | 0 | 101010 | 1010011 | 10000 | 11110 | 1000111 | 110001 |
Color Harmonies of #D57C24
Complementary color
Monochromatic Colors of #D57C24
Black with #D57C24
Text Example
Text Example
White with #D57C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C24; }
p { color: rgb(213,124,36); }
H1.HeaderClassName
{
color: #D57C24;
}
.AnyTagClassName
{
color: #D57C24;
}
</style>
background-color css
<style>
a { background-color: #D57C24; }
a { background-color: rgb(213,124,36); }
div.DivClassName
{
background-color: #D57C24;
}
.BgClassName
{
background-color: #D57C24;
}
</style>
border-color css
<style>
span { border-color: #D57C24; }
span { border-color: rgb(213,124,36); }
td.TdClassName
{
border-color: #D57C24;
}
.TagClassName
{
border-color: #D57C24;
}
</style>