Shades of Ochre #D18716
Tints of Ochre #D18716
RGB
CMYK
RGB Variations
Color information
#D18716 (or 0xD18716) is known color: Ochre. HEX triplet: D1, 87 and 16. RGB value is (209,135,22). Sum of RGB (Red+Green+Blue) = 209+135+22=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D18716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18716 is #2E78E9. Grayscale: #909090. Windows color (decimal): -3045610 or 1476561. OLE color: 1476561.
HSL color Cylindrical-coordinate representation of color #D18716: hue angle of 36.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D18716 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 22 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.18 |
| HSL | 36.26º | 0.81% | 0.45% | - |
| HSV(B) | 36.26º | 0.89% | 0.82% | - |
| XYZ | 35.1 | 30.94 | 4.88 | - |
| YUV | 144.24 | 59.02 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 22 | 0 | 0.35 | 0.89 | 0.18 | 36.26 | 0.81 | 0.45 |
| Hex | D1 | 87 | 16 | 0 | 23 | 59 | 12 | 24 | 51 | 2D |
| Octal | 321 | 207 | 26 | 0 | 43 | 131 | 22 | 44 | 121 | 55 |
| Binary | 11010001 | 10000111 | 10110 | 0 | 100011 | 1011001 | 10010 | 100100 | 1010001 | 101101 |
Color Harmonies of #D18716
Complementary color
Monochromatic Colors of #D18716
Black with #D18716
Text Example
Text Example
White with #D18716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18716; }
p { color: rgb(209,135,22); }
H1.HeaderClassName
{
color: #D18716;
}
.AnyTagClassName
{
color: #D18716;
}
</style>
background-color css
<style>
a { background-color: #D18716; }
a { background-color: rgb(209,135,22); }
div.DivClassName
{
background-color: #D18716;
}
.BgClassName
{
background-color: #D18716;
}
</style>
border-color css
<style>
span { border-color: #D18716; }
span { border-color: rgb(209,135,22); }
td.TdClassName
{
border-color: #D18716;
}
.TagClassName
{
border-color: #D18716;
}
</style>