Shades of Ochre #D18717
Tints of Ochre #D18717
RGB
CMYK
RGB Variations
Color information
#D18717 (or 0xD18717) is known color: Ochre. HEX triplet: D1, 87 and 17. RGB value is (209,135,23). Sum of RGB (Red+Green+Blue) = 209+135+23=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D18717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18717 is #2E78E8. Grayscale: #909090. Windows color (decimal): -3045609 or 1542097. OLE color: 1542097.
HSL color Cylindrical-coordinate representation of color #D18717: hue angle of 36.13º degrees, saturation: 0.8, 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 #D18717 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 23 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.18 |
| HSL | 36.13º | 0.8% | 0.45% | - |
| HSV(B) | 36.13º | 0.89% | 0.82% | - |
| XYZ | 35.11 | 30.95 | 4.93 | - |
| YUV | 144.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 23 | 0 | 0.35 | 0.89 | 0.18 | 36.13 | 0.8 | 0.45 |
| Hex | D1 | 87 | 17 | 0 | 23 | 59 | 12 | 24 | 50 | 2D |
| Octal | 321 | 207 | 27 | 0 | 43 | 131 | 22 | 44 | 120 | 55 |
| Binary | 11010001 | 10000111 | 10111 | 0 | 100011 | 1011001 | 10010 | 100100 | 1010000 | 101101 |
Color Harmonies of #D18717
Complementary color
Monochromatic Colors of #D18717
Black with #D18717
Text Example
Text Example
White with #D18717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18717; }
p { color: rgb(209,135,23); }
H1.HeaderClassName
{
color: #D18717;
}
.AnyTagClassName
{
color: #D18717;
}
</style>
background-color css
<style>
a { background-color: #D18717; }
a { background-color: rgb(209,135,23); }
div.DivClassName
{
background-color: #D18717;
}
.BgClassName
{
background-color: #D18717;
}
</style>
border-color css
<style>
span { border-color: #D18717; }
span { border-color: rgb(209,135,23); }
td.TdClassName
{
border-color: #D18717;
}
.TagClassName
{
border-color: #D18717;
}
</style>