Shades of Feldspar #D18B6E
Tints of Feldspar #D18B6E
RGB
CMYK
RGB Variations
Color information
#D18B6E (or 0xD18B6E) is known color: Feldspar. HEX triplet: D1, 8B and 6E. RGB value is (209,139,110). Sum of RGB (Red+Green+Blue) = 209+139+110=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B6E is #2E7491. Grayscale: #9C9C9C. Windows color (decimal): -3044498 or 7244753. OLE color: 7244753.
HSL color Cylindrical-coordinate representation of color #D18B6E: hue angle of 17.58º 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 #D18B6E is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 110 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.18 |
| HSL | 17.58º | 0.52% | 0.63% | - |
| HSV(B) | 17.58º | 0.47% | 0.82% | - |
| XYZ | 38.34 | 33.15 | 19.13 | - |
| YUV | 156.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 110 | 0 | 0.33 | 0.47 | 0.18 | 17.58 | 0.52 | 0.63 |
| Hex | D1 | 8B | 6E | 0 | 21 | 2F | 12 | 12 | 34 | 3F |
| Octal | 321 | 213 | 156 | 0 | 41 | 57 | 22 | 22 | 64 | 77 |
| Binary | 11010001 | 10001011 | 1101110 | 0 | 100001 | 101111 | 10010 | 10010 | 110100 | 111111 |
Color Harmonies of #D18B6E
Complementary color
Monochromatic Colors of #D18B6E
Black with #D18B6E
Text Example
Text Example
White with #D18B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B6E; }
p { color: rgb(209,139,110); }
H1.HeaderClassName
{
color: #D18B6E;
}
.AnyTagClassName
{
color: #D18B6E;
}
</style>
background-color css
<style>
a { background-color: #D18B6E; }
a { background-color: rgb(209,139,110); }
div.DivClassName
{
background-color: #D18B6E;
}
.BgClassName
{
background-color: #D18B6E;
}
</style>
border-color css
<style>
span { border-color: #D18B6E; }
span { border-color: rgb(209,139,110); }
td.TdClassName
{
border-color: #D18B6E;
}
.TagClassName
{
border-color: #D18B6E;
}
</style>