Shades of Ochre #D57615
Tints of Ochre #D57615
RGB
CMYK
RGB Variations
Color information
#D57615 (or 0xD57615) is known color: Ochre. HEX triplet: D5, 76 and 15. RGB value is (213,118,21). Sum of RGB (Red+Green+Blue) = 213+118+21=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D57615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57615 is #2A89EA. Grayscale: #878787. Windows color (decimal): -2787819 or 1406677. OLE color: 1406677.
HSL color Cylindrical-coordinate representation of color #D57615: hue angle of 30.31º 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 #D57615 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.16 |
| HSL | 30.31º | 0.82% | 0.46% | - |
| HSV(B) | 30.31º | 0.9% | 0.84% | - |
| XYZ | 34.05 | 27.16 | 4.16 | - |
| YUV | 135.35 | 63.47 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 21 | 0 | 0.45 | 0.90 | 0.16 | 30.31 | 0.82 | 0.46 |
| Hex | D5 | 76 | 15 | 0 | 2D | 5A | 10 | 1E | 52 | 2E |
| Octal | 325 | 166 | 25 | 0 | 55 | 132 | 20 | 36 | 122 | 56 |
| Binary | 11010101 | 1110110 | 10101 | 0 | 101101 | 1011010 | 10000 | 11110 | 1010010 | 101110 |
Color Harmonies of #D57615
Complementary color
Monochromatic Colors of #D57615
Black with #D57615
Text Example
Text Example
White with #D57615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57615; }
p { color: rgb(213,118,21); }
H1.HeaderClassName
{
color: #D57615;
}
.AnyTagClassName
{
color: #D57615;
}
</style>
background-color css
<style>
a { background-color: #D57615; }
a { background-color: rgb(213,118,21); }
div.DivClassName
{
background-color: #D57615;
}
.BgClassName
{
background-color: #D57615;
}
</style>
border-color css
<style>
span { border-color: #D57615; }
span { border-color: rgb(213,118,21); }
td.TdClassName
{
border-color: #D57615;
}
.TagClassName
{
border-color: #D57615;
}
</style>