Shades of Ochre #D57417
Tints of Ochre #D57417
RGB
CMYK
RGB Variations
Color information
#D57417 (or 0xD57417) is known color: Ochre. HEX triplet: D5, 74 and 17. RGB value is (213,116,23). Sum of RGB (Red+Green+Blue) = 213+116+23=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D57417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57417 is #2A8BE8. Grayscale: #868686. Windows color (decimal): -2788329 or 1537237. OLE color: 1537237.
HSL color Cylindrical-coordinate representation of color #D57417: hue angle of 29.37º 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 #D57417 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 23 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.16 |
| HSL | 29.37º | 0.81% | 0.46% | - |
| HSV(B) | 29.37º | 0.89% | 0.84% | - |
| XYZ | 33.84 | 26.7 | 4.18 | - |
| YUV | 134.4 | 65.14 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 23 | 0 | 0.46 | 0.89 | 0.16 | 29.37 | 0.81 | 0.46 |
| Hex | D5 | 74 | 17 | 0 | 2E | 59 | 10 | 1D | 51 | 2E |
| Octal | 325 | 164 | 27 | 0 | 56 | 131 | 20 | 35 | 121 | 56 |
| Binary | 11010101 | 1110100 | 10111 | 0 | 101110 | 1011001 | 10000 | 11101 | 1010001 | 101110 |
Color Harmonies of #D57417
Complementary color
Monochromatic Colors of #D57417
Black with #D57417
Text Example
Text Example
White with #D57417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57417; }
p { color: rgb(213,116,23); }
H1.HeaderClassName
{
color: #D57417;
}
.AnyTagClassName
{
color: #D57417;
}
</style>
background-color css
<style>
a { background-color: #D57417; }
a { background-color: rgb(213,116,23); }
div.DivClassName
{
background-color: #D57417;
}
.BgClassName
{
background-color: #D57417;
}
</style>
border-color css
<style>
span { border-color: #D57417; }
span { border-color: rgb(213,116,23); }
td.TdClassName
{
border-color: #D57417;
}
.TagClassName
{
border-color: #D57417;
}
</style>