Shades of Feldspar #D9966F
Tints of Feldspar #D9966F
RGB
CMYK
RGB Variations
Color information
#D9966F (or 0xD9966F) is known color: Feldspar. HEX triplet: D9, 96 and 6F. RGB value is (217,150,111). Sum of RGB (Red+Green+Blue) = 217+150+111=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9966F is #266990. Grayscale: #A5A5A5. Windows color (decimal): -2517393 or 7313113. OLE color: 7313113.
HSL color Cylindrical-coordinate representation of color #D9966F: hue angle of 22.08º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9966F is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 111 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.15 |
| HSL | 22.08º | 0.58% | 0.64% | - |
| HSV(B) | 22.08º | 0.49% | 0.85% | - |
| XYZ | 42.39 | 37.71 | 20.08 | - |
| YUV | 165.59 | 97.2 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 111 | 0 | 0.31 | 0.49 | 0.15 | 22.08 | 0.58 | 0.64 |
| Hex | D9 | 96 | 6F | 0 | 1F | 31 | F | 16 | 3A | 40 |
| Octal | 331 | 226 | 157 | 0 | 37 | 61 | 17 | 26 | 72 | 100 |
| Binary | 11011001 | 10010110 | 1101111 | 0 | 11111 | 110001 | 1111 | 10110 | 111010 | 1000000 |
Color Harmonies of #D9966F
Complementary color
Monochromatic Colors of #D9966F
Black with #D9966F
Text Example
Text Example
White with #D9966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9966F; }
p { color: rgb(217,150,111); }
H1.HeaderClassName
{
color: #D9966F;
}
.AnyTagClassName
{
color: #D9966F;
}
</style>
background-color css
<style>
a { background-color: #D9966F; }
a { background-color: rgb(217,150,111); }
div.DivClassName
{
background-color: #D9966F;
}
.BgClassName
{
background-color: #D9966F;
}
</style>
border-color css
<style>
span { border-color: #D9966F; }
span { border-color: rgb(217,150,111); }
td.TdClassName
{
border-color: #D9966F;
}
.TagClassName
{
border-color: #D9966F;
}
</style>