Shades of Ochre #D57C17
Tints of Ochre #D57C17
RGB
CMYK
RGB Variations
Color information
#D57C17 (or 0xD57C17) is known color: Ochre. HEX triplet: D5, 7C and 17. RGB value is (213,124,23). Sum of RGB (Red+Green+Blue) = 213+124+23=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57C17 is #2A83E8. Grayscale: #8B8B8B. Windows color (decimal): -2786281 or 1539285. OLE color: 1539285.
HSL color Cylindrical-coordinate representation of color #D57C17: hue angle of 31.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D57C17 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 23 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.16 |
| HSL | 31.89º | 0.81% | 0.46% | - |
| HSV(B) | 31.89º | 0.89% | 0.84% | - |
| XYZ | 34.8 | 28.62 | 4.5 | - |
| YUV | 139.1 | 62.49 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 23 | 0 | 0.42 | 0.89 | 0.16 | 31.89 | 0.81 | 0.46 |
| Hex | D5 | 7C | 17 | 0 | 2A | 59 | 10 | 20 | 51 | 2E |
| Octal | 325 | 174 | 27 | 0 | 52 | 131 | 20 | 40 | 121 | 56 |
| Binary | 11010101 | 1111100 | 10111 | 0 | 101010 | 1011001 | 10000 | 100000 | 1010001 | 101110 |
Color Harmonies of #D57C17
Complementary color
Monochromatic Colors of #D57C17
Black with #D57C17
Text Example
Text Example
White with #D57C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C17; }
p { color: rgb(213,124,23); }
H1.HeaderClassName
{
color: #D57C17;
}
.AnyTagClassName
{
color: #D57C17;
}
</style>
background-color css
<style>
a { background-color: #D57C17; }
a { background-color: rgb(213,124,23); }
div.DivClassName
{
background-color: #D57C17;
}
.BgClassName
{
background-color: #D57C17;
}
</style>
border-color css
<style>
span { border-color: #D57C17; }
span { border-color: rgb(213,124,23); }
td.TdClassName
{
border-color: #D57C17;
}
.TagClassName
{
border-color: #D57C17;
}
</style>