Shades of Ochre #D57C22
Tints of Ochre #D57C22
RGB
CMYK
RGB Variations
Color information
#D57C22 (or 0xD57C22) is known color: Ochre. HEX triplet: D5, 7C and 22. RGB value is (213,124,34). Sum of RGB (Red+Green+Blue) = 213+124+34=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C22 is #2A83DD. Grayscale: #8C8C8C. Windows color (decimal): -2786270 or 2260181. OLE color: 2260181.
HSL color Cylindrical-coordinate representation of color #D57C22: hue angle of 30.17º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D57C22 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 34 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.16 |
| HSL | 30.17º | 0.72% | 0.48% | - |
| HSV(B) | 30.17º | 0.84% | 0.84% | - |
| XYZ | 34.94 | 28.68 | 5.21 | - |
| YUV | 140.35 | 67.99 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 34 | 0 | 0.42 | 0.84 | 0.16 | 30.17 | 0.72 | 0.48 |
| Hex | D5 | 7C | 22 | 0 | 2A | 54 | 10 | 1E | 48 | 30 |
| Octal | 325 | 174 | 42 | 0 | 52 | 124 | 20 | 36 | 110 | 60 |
| Binary | 11010101 | 1111100 | 100010 | 0 | 101010 | 1010100 | 10000 | 11110 | 1001000 | 110000 |
Color Harmonies of #D57C22
Complementary color
Monochromatic Colors of #D57C22
Black with #D57C22
Text Example
Text Example
White with #D57C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C22; }
p { color: rgb(213,124,34); }
H1.HeaderClassName
{
color: #D57C22;
}
.AnyTagClassName
{
color: #D57C22;
}
</style>
background-color css
<style>
a { background-color: #D57C22; }
a { background-color: rgb(213,124,34); }
div.DivClassName
{
background-color: #D57C22;
}
.BgClassName
{
background-color: #D57C22;
}
</style>
border-color css
<style>
span { border-color: #D57C22; }
span { border-color: rgb(213,124,34); }
td.TdClassName
{
border-color: #D57C22;
}
.TagClassName
{
border-color: #D57C22;
}
</style>