Shades of Feldspar #D6957B
Tints of Feldspar #D6957B
RGB
CMYK
RGB Variations
Color information
#D6957B (or 0xD6957B) is known color: Feldspar. HEX triplet: D6, 95 and 7B. RGB value is (214,149,123). Sum of RGB (Red+Green+Blue) = 214+149+123=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6957B is #296A84. Grayscale: #A5A5A5. Windows color (decimal): -2714245 or 8099286. OLE color: 8099286.
HSL color Cylindrical-coordinate representation of color #D6957B: hue angle of 17.14º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6957B is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 123 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.16 |
| HSL | 17.14º | 0.53% | 0.66% | - |
| HSV(B) | 17.14º | 0.43% | 0.84% | - |
| XYZ | 42.05 | 37.22 | 23.71 | - |
| YUV | 165.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 123 | 0 | 0.30 | 0.43 | 0.16 | 17.14 | 0.53 | 0.66 |
| Hex | D6 | 95 | 7B | 0 | 1E | 2B | 10 | 11 | 35 | 42 |
| Octal | 326 | 225 | 173 | 0 | 36 | 53 | 20 | 21 | 65 | 102 |
| Binary | 11010110 | 10010101 | 1111011 | 0 | 11110 | 101011 | 10000 | 10001 | 110101 | 1000010 |
Color Harmonies of #D6957B
Complementary color
Monochromatic Colors of #D6957B
Black with #D6957B
Text Example
Text Example
White with #D6957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6957B; }
p { color: rgb(214,149,123); }
H1.HeaderClassName
{
color: #D6957B;
}
.AnyTagClassName
{
color: #D6957B;
}
</style>
background-color css
<style>
a { background-color: #D6957B; }
a { background-color: rgb(214,149,123); }
div.DivClassName
{
background-color: #D6957B;
}
.BgClassName
{
background-color: #D6957B;
}
</style>
border-color css
<style>
span { border-color: #D6957B; }
span { border-color: rgb(214,149,123); }
td.TdClassName
{
border-color: #D6957B;
}
.TagClassName
{
border-color: #D6957B;
}
</style>