Shades of Feldspar #D6967F
Tints of Feldspar #D6967F
RGB
CMYK
RGB Variations
Color information
#D6967F (or 0xD6967F) is known color: Feldspar. HEX triplet: D6, 96 and 7F. RGB value is (214,150,127). Sum of RGB (Red+Green+Blue) = 214+150+127=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6967F is #296980. Grayscale: #A6A6A6. Windows color (decimal): -2713985 or 8361686. OLE color: 8361686.
HSL color Cylindrical-coordinate representation of color #D6967F: hue angle of 15.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6967F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 127 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.16 |
| HSL | 15.86º | 0.51% | 0.67% | - |
| HSV(B) | 15.86º | 0.41% | 0.84% | - |
| XYZ | 42.47 | 37.64 | 25.11 | - |
| YUV | 166.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 127 | 0 | 0.30 | 0.41 | 0.16 | 15.86 | 0.51 | 0.67 |
| Hex | D6 | 96 | 7F | 0 | 1E | 29 | 10 | 10 | 33 | 43 |
| Octal | 326 | 226 | 177 | 0 | 36 | 51 | 20 | 20 | 63 | 103 |
| Binary | 11010110 | 10010110 | 1111111 | 0 | 11110 | 101001 | 10000 | 10000 | 110011 | 1000011 |
Color Harmonies of #D6967F
Complementary color
Monochromatic Colors of #D6967F
Black with #D6967F
Text Example
Text Example
White with #D6967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6967F; }
p { color: rgb(214,150,127); }
H1.HeaderClassName
{
color: #D6967F;
}
.AnyTagClassName
{
color: #D6967F;
}
</style>
background-color css
<style>
a { background-color: #D6967F; }
a { background-color: rgb(214,150,127); }
div.DivClassName
{
background-color: #D6967F;
}
.BgClassName
{
background-color: #D6967F;
}
</style>
border-color css
<style>
span { border-color: #D6967F; }
span { border-color: rgb(214,150,127); }
td.TdClassName
{
border-color: #D6967F;
}
.TagClassName
{
border-color: #D6967F;
}
</style>