Shades of Feldspar #D18B6D
Tints of Feldspar #D18B6D
RGB
CMYK
RGB Variations
Color information
#D18B6D (or 0xD18B6D) is known color: Feldspar. HEX triplet: D1, 8B and 6D. RGB value is (209,139,109). Sum of RGB (Red+Green+Blue) = 209+139+109=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B6D is #2E7492. Grayscale: #9C9C9C. Windows color (decimal): -3044499 or 7179217. OLE color: 7179217.
HSL color Cylindrical-coordinate representation of color #D18B6D: hue angle of 18º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D18B6D is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 109 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.18 |
| HSL | 18º | 0.52% | 0.62% | - |
| HSV(B) | 18º | 0.48% | 0.82% | - |
| XYZ | 38.29 | 33.12 | 18.84 | - |
| YUV | 156.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 109 | 0 | 0.33 | 0.48 | 0.18 | 18 | 0.52 | 0.62 |
| Hex | D1 | 8B | 6D | 0 | 21 | 30 | 12 | 12 | 34 | 3E |
| Octal | 321 | 213 | 155 | 0 | 41 | 60 | 22 | 22 | 64 | 76 |
| Binary | 11010001 | 10001011 | 1101101 | 0 | 100001 | 110000 | 10010 | 10010 | 110100 | 111110 |
Color Harmonies of #D18B6D
Complementary color
Monochromatic Colors of #D18B6D
Black with #D18B6D
Text Example
Text Example
White with #D18B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B6D; }
p { color: rgb(209,139,109); }
H1.HeaderClassName
{
color: #D18B6D;
}
.AnyTagClassName
{
color: #D18B6D;
}
</style>
background-color css
<style>
a { background-color: #D18B6D; }
a { background-color: rgb(209,139,109); }
div.DivClassName
{
background-color: #D18B6D;
}
.BgClassName
{
background-color: #D18B6D;
}
</style>
border-color css
<style>
span { border-color: #D18B6D; }
span { border-color: rgb(209,139,109); }
td.TdClassName
{
border-color: #D18B6D;
}
.TagClassName
{
border-color: #D18B6D;
}
</style>