Shades of Feldspar #D49E6F
Tints of Feldspar #D49E6F
RGB
CMYK
RGB Variations
Color information
#D49E6F (or 0xD49E6F) is known color: Feldspar. HEX triplet: D4, 9E and 6F. RGB value is (212,158,111). Sum of RGB (Red+Green+Blue) = 212+158+111=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E6F is #2B6190. Grayscale: #A9A9A9. Windows color (decimal): -2843025 or 7315156. OLE color: 7315156.
HSL color Cylindrical-coordinate representation of color #D49E6F: hue angle of 27.92º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D49E6F is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 111 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.17 |
| HSL | 27.92º | 0.54% | 0.63% | - |
| HSV(B) | 27.92º | 0.48% | 0.83% | - |
| XYZ | 42.25 | 39.6 | 20.46 | - |
| YUV | 168.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 111 | 0 | 0.25 | 0.48 | 0.17 | 27.92 | 0.54 | 0.63 |
| Hex | D4 | 9E | 6F | 0 | 19 | 30 | 11 | 1C | 36 | 3F |
| Octal | 324 | 236 | 157 | 0 | 31 | 60 | 21 | 34 | 66 | 77 |
| Binary | 11010100 | 10011110 | 1101111 | 0 | 11001 | 110000 | 10001 | 11100 | 110110 | 111111 |
Color Harmonies of #D49E6F
Complementary color
Monochromatic Colors of #D49E6F
Black with #D49E6F
Text Example
Text Example
White with #D49E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E6F; }
p { color: rgb(212,158,111); }
H1.HeaderClassName
{
color: #D49E6F;
}
.AnyTagClassName
{
color: #D49E6F;
}
</style>
background-color css
<style>
a { background-color: #D49E6F; }
a { background-color: rgb(212,158,111); }
div.DivClassName
{
background-color: #D49E6F;
}
.BgClassName
{
background-color: #D49E6F;
}
</style>
border-color css
<style>
span { border-color: #D49E6F; }
span { border-color: rgb(212,158,111); }
td.TdClassName
{
border-color: #D49E6F;
}
.TagClassName
{
border-color: #D49E6F;
}
</style>