Shades of Ochre #D57513
Tints of Ochre #D57513
RGB
CMYK
RGB Variations
Color information
#D57513 (or 0xD57513) is known color: Ochre. HEX triplet: D5, 75 and 13. RGB value is (213,117,19). Sum of RGB (Red+Green+Blue) = 213+117+19=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D57513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57513 is #2A8AEC. Grayscale: #878787. Windows color (decimal): -2788077 or 1275349. OLE color: 1275349.
HSL color Cylindrical-coordinate representation of color #D57513: hue angle of 30.31º 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 #D57513 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 19 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.16 |
| HSL | 30.31º | 0.84% | 0.45% | - |
| HSV(B) | 30.31º | 0.91% | 0.84% | - |
| XYZ | 33.92 | 26.92 | 4.02 | - |
| YUV | 134.53 | 62.8 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 19 | 0 | 0.45 | 0.91 | 0.16 | 30.31 | 0.84 | 0.45 |
| Hex | D5 | 75 | 13 | 0 | 2D | 5B | 10 | 1E | 54 | 2D |
| Octal | 325 | 165 | 23 | 0 | 55 | 133 | 20 | 36 | 124 | 55 |
| Binary | 11010101 | 1110101 | 10011 | 0 | 101101 | 1011011 | 10000 | 11110 | 1010100 | 101101 |
Color Harmonies of #D57513
Complementary color
Monochromatic Colors of #D57513
Black with #D57513
Text Example
Text Example
White with #D57513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57513; }
p { color: rgb(213,117,19); }
H1.HeaderClassName
{
color: #D57513;
}
.AnyTagClassName
{
color: #D57513;
}
</style>
background-color css
<style>
a { background-color: #D57513; }
a { background-color: rgb(213,117,19); }
div.DivClassName
{
background-color: #D57513;
}
.BgClassName
{
background-color: #D57513;
}
</style>
border-color css
<style>
span { border-color: #D57513; }
span { border-color: rgb(213,117,19); }
td.TdClassName
{
border-color: #D57513;
}
.TagClassName
{
border-color: #D57513;
}
</style>