Shades of Ochre #D17513
Tints of Ochre #D17513
RGB
CMYK
RGB Variations
Color information
#D17513 (or 0xD17513) is known color: Ochre. HEX triplet: D1, 75 and 13. RGB value is (209,117,19). Sum of RGB (Red+Green+Blue) = 209+117+19=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D17513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17513 is #2E8AEC. Grayscale: #858585. Windows color (decimal): -3050221 or 1275345. OLE color: 1275345.
HSL color Cylindrical-coordinate representation of color #D17513: hue angle of 30.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D17513 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 19 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.18 |
| HSL | 30.95º | 0.83% | 0.45% | - |
| HSV(B) | 30.95º | 0.91% | 0.82% | - |
| XYZ | 32.77 | 26.32 | 3.97 | - |
| YUV | 133.34 | 63.48 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 19 | 0 | 0.44 | 0.91 | 0.18 | 30.95 | 0.83 | 0.45 |
| Hex | D1 | 75 | 13 | 0 | 2C | 5B | 12 | 1F | 53 | 2D |
| Octal | 321 | 165 | 23 | 0 | 54 | 133 | 22 | 37 | 123 | 55 |
| Binary | 11010001 | 1110101 | 10011 | 0 | 101100 | 1011011 | 10010 | 11111 | 1010011 | 101101 |
Color Harmonies of #D17513
Complementary color
Monochromatic Colors of #D17513
Black with #D17513
Text Example
Text Example
White with #D17513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17513; }
p { color: rgb(209,117,19); }
H1.HeaderClassName
{
color: #D17513;
}
.AnyTagClassName
{
color: #D17513;
}
</style>
background-color css
<style>
a { background-color: #D17513; }
a { background-color: rgb(209,117,19); }
div.DivClassName
{
background-color: #D17513;
}
.BgClassName
{
background-color: #D17513;
}
</style>
border-color css
<style>
span { border-color: #D17513; }
span { border-color: rgb(209,117,19); }
td.TdClassName
{
border-color: #D17513;
}
.TagClassName
{
border-color: #D17513;
}
</style>