Shades of Feldspar #D6967C
Tints of Feldspar #D6967C
RGB
CMYK
RGB Variations
Color information
#D6967C (or 0xD6967C) is known color: Feldspar. HEX triplet: D6, 96 and 7C. RGB value is (214,150,124). Sum of RGB (Red+Green+Blue) = 214+150+124=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6967C is #296983. Grayscale: #A6A6A6. Windows color (decimal): -2713988 or 8165078. OLE color: 8165078.
HSL color Cylindrical-coordinate representation of color #D6967C: hue angle of 17.33º 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 #D6967C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 124 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.16 |
| HSL | 17.33º | 0.52% | 0.66% | - |
| HSV(B) | 17.33º | 0.42% | 0.84% | - |
| XYZ | 42.28 | 37.56 | 24.09 | - |
| YUV | 166.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 124 | 0 | 0.30 | 0.42 | 0.16 | 17.33 | 0.52 | 0.66 |
| Hex | D6 | 96 | 7C | 0 | 1E | 2A | 10 | 11 | 34 | 42 |
| Octal | 326 | 226 | 174 | 0 | 36 | 52 | 20 | 21 | 64 | 102 |
| Binary | 11010110 | 10010110 | 1111100 | 0 | 11110 | 101010 | 10000 | 10001 | 110100 | 1000010 |
Color Harmonies of #D6967C
Complementary color
Monochromatic Colors of #D6967C
Black with #D6967C
Text Example
Text Example
White with #D6967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6967C; }
p { color: rgb(214,150,124); }
H1.HeaderClassName
{
color: #D6967C;
}
.AnyTagClassName
{
color: #D6967C;
}
</style>
background-color css
<style>
a { background-color: #D6967C; }
a { background-color: rgb(214,150,124); }
div.DivClassName
{
background-color: #D6967C;
}
.BgClassName
{
background-color: #D6967C;
}
</style>
border-color css
<style>
span { border-color: #D6967C; }
span { border-color: rgb(214,150,124); }
td.TdClassName
{
border-color: #D6967C;
}
.TagClassName
{
border-color: #D6967C;
}
</style>