Shades of Feldspar #D6946E
Tints of Feldspar #D6946E
RGB
CMYK
RGB Variations
Color information
#D6946E (or 0xD6946E) is known color: Feldspar. HEX triplet: D6, 94 and 6E. RGB value is (214,148,110). Sum of RGB (Red+Green+Blue) = 214+148+110=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6946E is #296B91. Grayscale: #A3A3A3. Windows color (decimal): -2714514 or 7247062. OLE color: 7247062.
HSL color Cylindrical-coordinate representation of color #D6946E: hue angle of 21.92º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6946E is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 110 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.16 |
| HSL | 21.92º | 0.56% | 0.64% | - |
| HSV(B) | 21.92º | 0.49% | 0.84% | - |
| XYZ | 41.14 | 36.6 | 19.65 | - |
| YUV | 163.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 110 | 0 | 0.31 | 0.49 | 0.16 | 21.92 | 0.56 | 0.64 |
| Hex | D6 | 94 | 6E | 0 | 1F | 31 | 10 | 16 | 38 | 40 |
| Octal | 326 | 224 | 156 | 0 | 37 | 61 | 20 | 26 | 70 | 100 |
| Binary | 11010110 | 10010100 | 1101110 | 0 | 11111 | 110001 | 10000 | 10110 | 111000 | 1000000 |
Color Harmonies of #D6946E
Complementary color
Monochromatic Colors of #D6946E
Black with #D6946E
Text Example
Text Example
White with #D6946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6946E; }
p { color: rgb(214,148,110); }
H1.HeaderClassName
{
color: #D6946E;
}
.AnyTagClassName
{
color: #D6946E;
}
</style>
background-color css
<style>
a { background-color: #D6946E; }
a { background-color: rgb(214,148,110); }
div.DivClassName
{
background-color: #D6946E;
}
.BgClassName
{
background-color: #D6946E;
}
</style>
border-color css
<style>
span { border-color: #D6946E; }
span { border-color: rgb(214,148,110); }
td.TdClassName
{
border-color: #D6946E;
}
.TagClassName
{
border-color: #D6946E;
}
</style>