Shades of Ochre #D57713
Tints of Ochre #D57713
RGB
CMYK
RGB Variations
Color information
#D57713 (or 0xD57713) is known color: Ochre. HEX triplet: D5, 77 and 13. RGB value is (213,119,19). Sum of RGB (Red+Green+Blue) = 213+119+19=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D57713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57713 is #2A88EC. Grayscale: #888888. Windows color (decimal): -2787565 or 1275861. OLE color: 1275861.
HSL color Cylindrical-coordinate representation of color #D57713: hue angle of 30.93º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D57713 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 19 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.16 |
| HSL | 30.93º | 0.84% | 0.45% | - |
| HSV(B) | 30.93º | 0.91% | 0.84% | - |
| XYZ | 34.15 | 27.39 | 4.1 | - |
| YUV | 135.71 | 62.14 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 19 | 0 | 0.44 | 0.91 | 0.16 | 30.93 | 0.84 | 0.45 |
| Hex | D5 | 77 | 13 | 0 | 2C | 5B | 10 | 1F | 54 | 2D |
| Octal | 325 | 167 | 23 | 0 | 54 | 133 | 20 | 37 | 124 | 55 |
| Binary | 11010101 | 1110111 | 10011 | 0 | 101100 | 1011011 | 10000 | 11111 | 1010100 | 101101 |
Color Harmonies of #D57713
Complementary color
Monochromatic Colors of #D57713
Black with #D57713
Text Example
Text Example
White with #D57713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57713; }
p { color: rgb(213,119,19); }
H1.HeaderClassName
{
color: #D57713;
}
.AnyTagClassName
{
color: #D57713;
}
</style>
background-color css
<style>
a { background-color: #D57713; }
a { background-color: rgb(213,119,19); }
div.DivClassName
{
background-color: #D57713;
}
.BgClassName
{
background-color: #D57713;
}
</style>
border-color css
<style>
span { border-color: #D57713; }
span { border-color: rgb(213,119,19); }
td.TdClassName
{
border-color: #D57713;
}
.TagClassName
{
border-color: #D57713;
}
</style>