Shades of Ochre #D57C15
Tints of Ochre #D57C15
RGB
CMYK
RGB Variations
Color information
#D57C15 (or 0xD57C15) is known color: Ochre. HEX triplet: D5, 7C and 15. RGB value is (213,124,21). Sum of RGB (Red+Green+Blue) = 213+124+21=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57C15 is #2A83EA. Grayscale: #8B8B8B. Windows color (decimal): -2786283 or 1408213. OLE color: 1408213.
HSL color Cylindrical-coordinate representation of color #D57C15: hue angle of 32.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D57C15 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.16 |
| HSL | 32.19º | 0.82% | 0.46% | - |
| HSV(B) | 32.19º | 0.9% | 0.84% | - |
| XYZ | 34.78 | 28.62 | 4.4 | - |
| YUV | 138.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 21 | 0 | 0.42 | 0.90 | 0.16 | 32.19 | 0.82 | 0.46 |
| Hex | D5 | 7C | 15 | 0 | 2A | 5A | 10 | 20 | 52 | 2E |
| Octal | 325 | 174 | 25 | 0 | 52 | 132 | 20 | 40 | 122 | 56 |
| Binary | 11010101 | 1111100 | 10101 | 0 | 101010 | 1011010 | 10000 | 100000 | 1010010 | 101110 |
Color Harmonies of #D57C15
Complementary color
Monochromatic Colors of #D57C15
Black with #D57C15
Text Example
Text Example
White with #D57C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C15; }
p { color: rgb(213,124,21); }
H1.HeaderClassName
{
color: #D57C15;
}
.AnyTagClassName
{
color: #D57C15;
}
</style>
background-color css
<style>
a { background-color: #D57C15; }
a { background-color: rgb(213,124,21); }
div.DivClassName
{
background-color: #D57C15;
}
.BgClassName
{
background-color: #D57C15;
}
</style>
border-color css
<style>
span { border-color: #D57C15; }
span { border-color: rgb(213,124,21); }
td.TdClassName
{
border-color: #D57C15;
}
.TagClassName
{
border-color: #D57C15;
}
</style>