Shades of Feldspar #D9956C
Tints of Feldspar #D9956C
RGB
CMYK
RGB Variations
Color information
#D9956C (or 0xD9956C) is known color: Feldspar. HEX triplet: D9, 95 and 6C. RGB value is (217,149,108). Sum of RGB (Red+Green+Blue) = 217+149+108=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9956C is #266A93. Grayscale: #A4A4A4. Windows color (decimal): -2517652 or 7116249. OLE color: 7116249.
HSL color Cylindrical-coordinate representation of color #D9956C: hue angle of 22.57º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9956C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 108 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.15 |
| HSL | 22.57º | 0.59% | 0.64% | - |
| HSV(B) | 22.57º | 0.5% | 0.85% | - |
| XYZ | 42.07 | 37.33 | 19.18 | - |
| YUV | 164.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 108 | 0 | 0.31 | 0.50 | 0.15 | 22.57 | 0.59 | 0.64 |
| Hex | D9 | 95 | 6C | 0 | 1F | 32 | F | 17 | 3B | 40 |
| Octal | 331 | 225 | 154 | 0 | 37 | 62 | 17 | 27 | 73 | 100 |
| Binary | 11011001 | 10010101 | 1101100 | 0 | 11111 | 110010 | 1111 | 10111 | 111011 | 1000000 |
Color Harmonies of #D9956C
Complementary color
Monochromatic Colors of #D9956C
Black with #D9956C
Text Example
Text Example
White with #D9956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9956C; }
p { color: rgb(217,149,108); }
H1.HeaderClassName
{
color: #D9956C;
}
.AnyTagClassName
{
color: #D9956C;
}
</style>
background-color css
<style>
a { background-color: #D9956C; }
a { background-color: rgb(217,149,108); }
div.DivClassName
{
background-color: #D9956C;
}
.BgClassName
{
background-color: #D9956C;
}
</style>
border-color css
<style>
span { border-color: #D9956C; }
span { border-color: rgb(217,149,108); }
td.TdClassName
{
border-color: #D9956C;
}
.TagClassName
{
border-color: #D9956C;
}
</style>