Shades of Feldspar #D6947B
Tints of Feldspar #D6947B
RGB
CMYK
RGB Variations
Color information
#D6947B (or 0xD6947B) is known color: Feldspar. HEX triplet: D6, 94 and 7B. RGB value is (214,148,123). Sum of RGB (Red+Green+Blue) = 214+148+123=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6947B is #296B84. Grayscale: #A5A5A5. Windows color (decimal): -2714501 or 8099030. OLE color: 8099030.
HSL color Cylindrical-coordinate representation of color #D6947B: hue angle of 16.48º 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 #D6947B is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 123 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.16 |
| HSL | 16.48º | 0.53% | 0.66% | - |
| HSV(B) | 16.48º | 0.43% | 0.84% | - |
| XYZ | 41.9 | 36.91 | 23.65 | - |
| YUV | 164.88 | 104.37 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 123 | 0 | 0.31 | 0.43 | 0.16 | 16.48 | 0.53 | 0.66 |
| Hex | D6 | 94 | 7B | 0 | 1F | 2B | 10 | 10 | 35 | 42 |
| Octal | 326 | 224 | 173 | 0 | 37 | 53 | 20 | 20 | 65 | 102 |
| Binary | 11010110 | 10010100 | 1111011 | 0 | 11111 | 101011 | 10000 | 10000 | 110101 | 1000010 |
Color Harmonies of #D6947B
Complementary color
Monochromatic Colors of #D6947B
Black with #D6947B
Text Example
Text Example
White with #D6947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6947B; }
p { color: rgb(214,148,123); }
H1.HeaderClassName
{
color: #D6947B;
}
.AnyTagClassName
{
color: #D6947B;
}
</style>
background-color css
<style>
a { background-color: #D6947B; }
a { background-color: rgb(214,148,123); }
div.DivClassName
{
background-color: #D6947B;
}
.BgClassName
{
background-color: #D6947B;
}
</style>
border-color css
<style>
span { border-color: #D6947B; }
span { border-color: rgb(214,148,123); }
td.TdClassName
{
border-color: #D6947B;
}
.TagClassName
{
border-color: #D6947B;
}
</style>