Shades of Ochre #D17415
Tints of Ochre #D17415
RGB
CMYK
RGB Variations
Color information
#D17415 (or 0xD17415) is known color: Ochre. HEX triplet: D1, 74 and 15. RGB value is (209,116,21). Sum of RGB (Red+Green+Blue) = 209+116+21=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D17415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17415 is #2E8BEA. Grayscale: #858585. Windows color (decimal): -3050475 or 1406161. OLE color: 1406161.
HSL color Cylindrical-coordinate representation of color #D17415: hue angle of 30.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D17415 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 21 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.18 |
| HSL | 30.32º | 0.82% | 0.45% | - |
| HSV(B) | 30.32º | 0.9% | 0.82% | - |
| XYZ | 32.68 | 26.1 | 4.03 | - |
| YUV | 132.98 | 64.81 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 21 | 0 | 0.44 | 0.90 | 0.18 | 30.32 | 0.82 | 0.45 |
| Hex | D1 | 74 | 15 | 0 | 2C | 5A | 12 | 1E | 52 | 2D |
| Octal | 321 | 164 | 25 | 0 | 54 | 132 | 22 | 36 | 122 | 55 |
| Binary | 11010001 | 1110100 | 10101 | 0 | 101100 | 1011010 | 10010 | 11110 | 1010010 | 101101 |
Color Harmonies of #D17415
Complementary color
Monochromatic Colors of #D17415
Black with #D17415
Text Example
Text Example
White with #D17415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17415; }
p { color: rgb(209,116,21); }
H1.HeaderClassName
{
color: #D17415;
}
.AnyTagClassName
{
color: #D17415;
}
</style>
background-color css
<style>
a { background-color: #D17415; }
a { background-color: rgb(209,116,21); }
div.DivClassName
{
background-color: #D17415;
}
.BgClassName
{
background-color: #D17415;
}
</style>
border-color css
<style>
span { border-color: #D17415; }
span { border-color: rgb(209,116,21); }
td.TdClassName
{
border-color: #D17415;
}
.TagClassName
{
border-color: #D17415;
}
</style>