Shades of Ochre #D57717
Tints of Ochre #D57717
RGB
CMYK
RGB Variations
Color information
#D57717 (or 0xD57717) is known color: Ochre. HEX triplet: D5, 77 and 17. RGB value is (213,119,23). Sum of RGB (Red+Green+Blue) = 213+119+23=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D57717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57717 is #2A88E8. Grayscale: #888888. Windows color (decimal): -2787561 or 1538005. OLE color: 1538005.
HSL color Cylindrical-coordinate representation of color #D57717: hue angle of 30.32º 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 #D57717 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 23 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.16 |
| HSL | 30.32º | 0.81% | 0.46% | - |
| HSV(B) | 30.32º | 0.89% | 0.84% | - |
| XYZ | 34.19 | 27.4 | 4.3 | - |
| YUV | 136.16 | 64.14 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 23 | 0 | 0.44 | 0.89 | 0.16 | 30.32 | 0.81 | 0.46 |
| Hex | D5 | 77 | 17 | 0 | 2C | 59 | 10 | 1E | 51 | 2E |
| Octal | 325 | 167 | 27 | 0 | 54 | 131 | 20 | 36 | 121 | 56 |
| Binary | 11010101 | 1110111 | 10111 | 0 | 101100 | 1011001 | 10000 | 11110 | 1010001 | 101110 |
Color Harmonies of #D57717
Complementary color
Monochromatic Colors of #D57717
Black with #D57717
Text Example
Text Example
White with #D57717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57717; }
p { color: rgb(213,119,23); }
H1.HeaderClassName
{
color: #D57717;
}
.AnyTagClassName
{
color: #D57717;
}
</style>
background-color css
<style>
a { background-color: #D57717; }
a { background-color: rgb(213,119,23); }
div.DivClassName
{
background-color: #D57717;
}
.BgClassName
{
background-color: #D57717;
}
</style>
border-color css
<style>
span { border-color: #D57717; }
span { border-color: rgb(213,119,23); }
td.TdClassName
{
border-color: #D57717;
}
.TagClassName
{
border-color: #D57717;
}
</style>