Shades of Feldspar #D18B6F
Tints of Feldspar #D18B6F
RGB
CMYK
RGB Variations
Color information
#D18B6F (or 0xD18B6F) is known color: Feldspar. HEX triplet: D1, 8B and 6F. RGB value is (209,139,111). Sum of RGB (Red+Green+Blue) = 209+139+111=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B6F is #2E7490. Grayscale: #9C9C9C. Windows color (decimal): -3044497 or 7310289. OLE color: 7310289.
HSL color Cylindrical-coordinate representation of color #D18B6F: hue angle of 17.14º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D18B6F is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 111 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.18 |
| HSL | 17.14º | 0.52% | 0.63% | - |
| HSV(B) | 17.14º | 0.47% | 0.82% | - |
| XYZ | 38.4 | 33.17 | 19.42 | - |
| YUV | 156.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 111 | 0 | 0.33 | 0.47 | 0.18 | 17.14 | 0.52 | 0.63 |
| Hex | D1 | 8B | 6F | 0 | 21 | 2F | 12 | 11 | 34 | 3F |
| Octal | 321 | 213 | 157 | 0 | 41 | 57 | 22 | 21 | 64 | 77 |
| Binary | 11010001 | 10001011 | 1101111 | 0 | 100001 | 101111 | 10010 | 10001 | 110100 | 111111 |
Color Harmonies of #D18B6F
Complementary color
Monochromatic Colors of #D18B6F
Black with #D18B6F
Text Example
Text Example
White with #D18B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B6F; }
p { color: rgb(209,139,111); }
H1.HeaderClassName
{
color: #D18B6F;
}
.AnyTagClassName
{
color: #D18B6F;
}
</style>
background-color css
<style>
a { background-color: #D18B6F; }
a { background-color: rgb(209,139,111); }
div.DivClassName
{
background-color: #D18B6F;
}
.BgClassName
{
background-color: #D18B6F;
}
</style>
border-color css
<style>
span { border-color: #D18B6F; }
span { border-color: rgb(209,139,111); }
td.TdClassName
{
border-color: #D18B6F;
}
.TagClassName
{
border-color: #D18B6F;
}
</style>