Shades of Feldspar #D6957D
Tints of Feldspar #D6957D
RGB
CMYK
RGB Variations
Color information
#D6957D (or 0xD6957D) is known color: Feldspar. HEX triplet: D6, 95 and 7D. RGB value is (214,149,125). Sum of RGB (Red+Green+Blue) = 214+149+125=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6957D is #296A82. Grayscale: #A5A5A5. Windows color (decimal): -2714243 or 8230358. OLE color: 8230358.
HSL color Cylindrical-coordinate representation of color #D6957D: hue angle of 16.18º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6957D is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 125 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.16 |
| HSL | 16.18º | 0.52% | 0.66% | - |
| HSV(B) | 16.18º | 0.42% | 0.84% | - |
| XYZ | 42.18 | 37.27 | 24.37 | - |
| YUV | 165.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 125 | 0 | 0.30 | 0.42 | 0.16 | 16.18 | 0.52 | 0.66 |
| Hex | D6 | 95 | 7D | 0 | 1E | 2A | 10 | 10 | 34 | 42 |
| Octal | 326 | 225 | 175 | 0 | 36 | 52 | 20 | 20 | 64 | 102 |
| Binary | 11010110 | 10010101 | 1111101 | 0 | 11110 | 101010 | 10000 | 10000 | 110100 | 1000010 |
Color Harmonies of #D6957D
Complementary color
Monochromatic Colors of #D6957D
Black with #D6957D
Text Example
Text Example
White with #D6957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6957D; }
p { color: rgb(214,149,125); }
H1.HeaderClassName
{
color: #D6957D;
}
.AnyTagClassName
{
color: #D6957D;
}
</style>
background-color css
<style>
a { background-color: #D6957D; }
a { background-color: rgb(214,149,125); }
div.DivClassName
{
background-color: #D6957D;
}
.BgClassName
{
background-color: #D6957D;
}
</style>
border-color css
<style>
span { border-color: #D6957D; }
span { border-color: rgb(214,149,125); }
td.TdClassName
{
border-color: #D6957D;
}
.TagClassName
{
border-color: #D6957D;
}
</style>