Shades of Ochre #D57724
Tints of Ochre #D57724
RGB
CMYK
RGB Variations
Color information
#D57724 (or 0xD57724) is known color: Ochre. HEX triplet: D5, 77 and 24. RGB value is (213,119,36). Sum of RGB (Red+Green+Blue) = 213+119+36=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D57724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57724 is #2A88DB. Grayscale: #8A8A8A. Windows color (decimal): -2787548 or 2389973. OLE color: 2389973.
HSL color Cylindrical-coordinate representation of color #D57724: hue angle of 28.14º 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 #D57724 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 36 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.16 |
| HSL | 28.14º | 0.71% | 0.49% | - |
| HSV(B) | 28.14º | 0.83% | 0.84% | - |
| XYZ | 34.36 | 27.47 | 5.16 | - |
| YUV | 137.64 | 70.64 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 36 | 0 | 0.44 | 0.83 | 0.16 | 28.14 | 0.71 | 0.49 |
| Hex | D5 | 77 | 24 | 0 | 2C | 53 | 10 | 1C | 47 | 31 |
| Octal | 325 | 167 | 44 | 0 | 54 | 123 | 20 | 34 | 107 | 61 |
| Binary | 11010101 | 1110111 | 100100 | 0 | 101100 | 1010011 | 10000 | 11100 | 1000111 | 110001 |
Color Harmonies of #D57724
Complementary color
Monochromatic Colors of #D57724
Black with #D57724
Text Example
Text Example
White with #D57724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57724; }
p { color: rgb(213,119,36); }
H1.HeaderClassName
{
color: #D57724;
}
.AnyTagClassName
{
color: #D57724;
}
</style>
background-color css
<style>
a { background-color: #D57724; }
a { background-color: rgb(213,119,36); }
div.DivClassName
{
background-color: #D57724;
}
.BgClassName
{
background-color: #D57724;
}
</style>
border-color css
<style>
span { border-color: #D57724; }
span { border-color: rgb(213,119,36); }
td.TdClassName
{
border-color: #D57724;
}
.TagClassName
{
border-color: #D57724;
}
</style>