Shades of Ochre #D17815
Tints of Ochre #D17815
RGB
CMYK
RGB Variations
Color information
#D17815 (or 0xD17815) is known color: Ochre. HEX triplet: D1, 78 and 15. RGB value is (209,120,21). Sum of RGB (Red+Green+Blue) = 209+120+21=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D17815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17815 is #2E87EA. Grayscale: #878787. Windows color (decimal): -3049451 or 1407185. OLE color: 1407185.
HSL color Cylindrical-coordinate representation of color #D17815: hue angle of 31.6º 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 #D17815 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 21 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.18 |
| HSL | 31.6º | 0.82% | 0.45% | - |
| HSV(B) | 31.6º | 0.9% | 0.82% | - |
| XYZ | 33.15 | 27.04 | 4.18 | - |
| YUV | 135.33 | 63.49 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 21 | 0 | 0.43 | 0.90 | 0.18 | 31.6 | 0.82 | 0.45 |
| Hex | D1 | 78 | 15 | 0 | 2B | 5A | 12 | 20 | 52 | 2D |
| Octal | 321 | 170 | 25 | 0 | 53 | 132 | 22 | 40 | 122 | 55 |
| Binary | 11010001 | 1111000 | 10101 | 0 | 101011 | 1011010 | 10010 | 100000 | 1010010 | 101101 |
Color Harmonies of #D17815
Complementary color
Monochromatic Colors of #D17815
Black with #D17815
Text Example
Text Example
White with #D17815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17815; }
p { color: rgb(209,120,21); }
H1.HeaderClassName
{
color: #D17815;
}
.AnyTagClassName
{
color: #D17815;
}
</style>
background-color css
<style>
a { background-color: #D17815; }
a { background-color: rgb(209,120,21); }
div.DivClassName
{
background-color: #D17815;
}
.BgClassName
{
background-color: #D17815;
}
</style>
border-color css
<style>
span { border-color: #D17815; }
span { border-color: rgb(209,120,21); }
td.TdClassName
{
border-color: #D17815;
}
.TagClassName
{
border-color: #D17815;
}
</style>