Shades of Ochre #D57F15
Tints of Ochre #D57F15
RGB
CMYK
RGB Variations
Color information
#D57F15 (or 0xD57F15) is known color: Ochre. HEX triplet: D5, 7F and 15. RGB value is (213,127,21). Sum of RGB (Red+Green+Blue) = 213+127+21=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57F15 is #2A80EA. Grayscale: #8D8D8D. Windows color (decimal): -2785515 or 1408981. OLE color: 1408981.
HSL color Cylindrical-coordinate representation of color #D57F15: hue angle of 33.12º 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 #D57F15 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 21 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.16 |
| HSL | 33.13º | 0.82% | 0.46% | - |
| HSV(B) | 33.13º | 0.9% | 0.84% | - |
| XYZ | 35.17 | 29.38 | 4.53 | - |
| YUV | 140.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 21 | 0 | 0.40 | 0.90 | 0.16 | 33.13 | 0.82 | 0.46 |
| Hex | D5 | 7F | 15 | 0 | 28 | 5A | 10 | 21 | 52 | 2E |
| Octal | 325 | 177 | 25 | 0 | 50 | 132 | 20 | 41 | 122 | 56 |
| Binary | 11010101 | 1111111 | 10101 | 0 | 101000 | 1011010 | 10000 | 100001 | 1010010 | 101110 |
Color Harmonies of #D57F15
Complementary color
Monochromatic Colors of #D57F15
Black with #D57F15
Text Example
Text Example
White with #D57F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F15; }
p { color: rgb(213,127,21); }
H1.HeaderClassName
{
color: #D57F15;
}
.AnyTagClassName
{
color: #D57F15;
}
</style>
background-color css
<style>
a { background-color: #D57F15; }
a { background-color: rgb(213,127,21); }
div.DivClassName
{
background-color: #D57F15;
}
.BgClassName
{
background-color: #D57F15;
}
</style>
border-color css
<style>
span { border-color: #D57F15; }
span { border-color: rgb(213,127,21); }
td.TdClassName
{
border-color: #D57F15;
}
.TagClassName
{
border-color: #D57F15;
}
</style>