Shades of Ochre #D57715
Tints of Ochre #D57715
RGB
CMYK
RGB Variations
Color information
#D57715 (or 0xD57715) is known color: Ochre. HEX triplet: D5, 77 and 15. RGB value is (213,119,21). Sum of RGB (Red+Green+Blue) = 213+119+21=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D57715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57715 is #2A88EA. Grayscale: #888888. Windows color (decimal): -2787563 or 1406933. OLE color: 1406933.
HSL color Cylindrical-coordinate representation of color #D57715: hue angle of 30.63º 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 #D57715 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 21 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.16 |
| HSL | 30.63º | 0.82% | 0.46% | - |
| HSV(B) | 30.63º | 0.9% | 0.84% | - |
| XYZ | 34.17 | 27.39 | 4.2 | - |
| YUV | 135.93 | 63.14 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 21 | 0 | 0.44 | 0.90 | 0.16 | 30.63 | 0.82 | 0.46 |
| Hex | D5 | 77 | 15 | 0 | 2C | 5A | 10 | 1F | 52 | 2E |
| Octal | 325 | 167 | 25 | 0 | 54 | 132 | 20 | 37 | 122 | 56 |
| Binary | 11010101 | 1110111 | 10101 | 0 | 101100 | 1011010 | 10000 | 11111 | 1010010 | 101110 |
Color Harmonies of #D57715
Complementary color
Monochromatic Colors of #D57715
Black with #D57715
Text Example
Text Example
White with #D57715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57715; }
p { color: rgb(213,119,21); }
H1.HeaderClassName
{
color: #D57715;
}
.AnyTagClassName
{
color: #D57715;
}
</style>
background-color css
<style>
a { background-color: #D57715; }
a { background-color: rgb(213,119,21); }
div.DivClassName
{
background-color: #D57715;
}
.BgClassName
{
background-color: #D57715;
}
</style>
border-color css
<style>
span { border-color: #D57715; }
span { border-color: rgb(213,119,21); }
td.TdClassName
{
border-color: #D57715;
}
.TagClassName
{
border-color: #D57715;
}
</style>