Shades of Feldspar #D6966D
Tints of Feldspar #D6966D
RGB
CMYK
RGB Variations
Color information
#D6966D (or 0xD6966D) is known color: Feldspar. HEX triplet: D6, 96 and 6D. RGB value is (214,150,109). Sum of RGB (Red+Green+Blue) = 214+150+109=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6966D is #296992. Grayscale: #A4A4A4. Windows color (decimal): -2714003 or 7182038. OLE color: 7182038.
HSL color Cylindrical-coordinate representation of color #D6966D: hue angle of 23.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6966D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 109 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.16 |
| HSL | 23.43º | 0.56% | 0.63% | - |
| HSV(B) | 23.43º | 0.49% | 0.84% | - |
| XYZ | 41.4 | 37.21 | 19.47 | - |
| YUV | 164.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 109 | 0 | 0.30 | 0.49 | 0.16 | 23.43 | 0.56 | 0.63 |
| Hex | D6 | 96 | 6D | 0 | 1E | 31 | 10 | 17 | 38 | 3F |
| Octal | 326 | 226 | 155 | 0 | 36 | 61 | 20 | 27 | 70 | 77 |
| Binary | 11010110 | 10010110 | 1101101 | 0 | 11110 | 110001 | 10000 | 10111 | 111000 | 111111 |
Color Harmonies of #D6966D
Complementary color
Monochromatic Colors of #D6966D
Black with #D6966D
Text Example
Text Example
White with #D6966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6966D; }
p { color: rgb(214,150,109); }
H1.HeaderClassName
{
color: #D6966D;
}
.AnyTagClassName
{
color: #D6966D;
}
</style>
background-color css
<style>
a { background-color: #D6966D; }
a { background-color: rgb(214,150,109); }
div.DivClassName
{
background-color: #D6966D;
}
.BgClassName
{
background-color: #D6966D;
}
</style>
border-color css
<style>
span { border-color: #D6966D; }
span { border-color: rgb(214,150,109); }
td.TdClassName
{
border-color: #D6966D;
}
.TagClassName
{
border-color: #D6966D;
}
</style>