Shades of Feldspar #D6956F
Tints of Feldspar #D6956F
RGB
CMYK
RGB Variations
Color information
#D6956F (or 0xD6956F) is known color: Feldspar. HEX triplet: D6, 95 and 6F. RGB value is (214,149,111). Sum of RGB (Red+Green+Blue) = 214+149+111=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6956F is #296A90. Grayscale: #A4A4A4. Windows color (decimal): -2714257 or 7312854. OLE color: 7312854.
HSL color Cylindrical-coordinate representation of color #D6956F: hue angle of 22.14º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6956F is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 111 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.16 |
| HSL | 22.14º | 0.56% | 0.64% | - |
| HSV(B) | 22.14º | 0.48% | 0.84% | - |
| XYZ | 41.35 | 36.94 | 19.99 | - |
| YUV | 164.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 111 | 0 | 0.30 | 0.48 | 0.16 | 22.14 | 0.56 | 0.64 |
| Hex | D6 | 95 | 6F | 0 | 1E | 30 | 10 | 16 | 38 | 40 |
| Octal | 326 | 225 | 157 | 0 | 36 | 60 | 20 | 26 | 70 | 100 |
| Binary | 11010110 | 10010101 | 1101111 | 0 | 11110 | 110000 | 10000 | 10110 | 111000 | 1000000 |
Color Harmonies of #D6956F
Complementary color
Monochromatic Colors of #D6956F
Black with #D6956F
Text Example
Text Example
White with #D6956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6956F; }
p { color: rgb(214,149,111); }
H1.HeaderClassName
{
color: #D6956F;
}
.AnyTagClassName
{
color: #D6956F;
}
</style>
background-color css
<style>
a { background-color: #D6956F; }
a { background-color: rgb(214,149,111); }
div.DivClassName
{
background-color: #D6956F;
}
.BgClassName
{
background-color: #D6956F;
}
</style>
border-color css
<style>
span { border-color: #D6956F; }
span { border-color: rgb(214,149,111); }
td.TdClassName
{
border-color: #D6956F;
}
.TagClassName
{
border-color: #D6956F;
}
</style>