Shades of Feldspar #D9996E
Tints of Feldspar #D9996E
RGB
CMYK
RGB Variations
Color information
#D9996E (or 0xD9996E) is known color: Feldspar. HEX triplet: D9, 99 and 6E. RGB value is (217,153,110). Sum of RGB (Red+Green+Blue) = 217+153+110=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9996E is #266691. Grayscale: #A7A7A7. Windows color (decimal): -2516626 or 7248345. OLE color: 7248345.
HSL color Cylindrical-coordinate representation of color #D9996E: hue angle of 24.11º 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 #D9996E is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 110 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.15 |
| HSL | 24.11º | 0.58% | 0.64% | - |
| HSV(B) | 24.11º | 0.49% | 0.85% | - |
| XYZ | 42.82 | 38.66 | 19.96 | - |
| YUV | 167.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 110 | 0 | 0.29 | 0.49 | 0.15 | 24.11 | 0.58 | 0.64 |
| Hex | D9 | 99 | 6E | 0 | 1D | 31 | F | 18 | 3A | 40 |
| Octal | 331 | 231 | 156 | 0 | 35 | 61 | 17 | 30 | 72 | 100 |
| Binary | 11011001 | 10011001 | 1101110 | 0 | 11101 | 110001 | 1111 | 11000 | 111010 | 1000000 |
Color Harmonies of #D9996E
Complementary color
Monochromatic Colors of #D9996E
Black with #D9996E
Text Example
Text Example
White with #D9996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9996E; }
p { color: rgb(217,153,110); }
H1.HeaderClassName
{
color: #D9996E;
}
.AnyTagClassName
{
color: #D9996E;
}
</style>
background-color css
<style>
a { background-color: #D9996E; }
a { background-color: rgb(217,153,110); }
div.DivClassName
{
background-color: #D9996E;
}
.BgClassName
{
background-color: #D9996E;
}
</style>
border-color css
<style>
span { border-color: #D9996E; }
span { border-color: rgb(217,153,110); }
td.TdClassName
{
border-color: #D9996E;
}
.TagClassName
{
border-color: #D9996E;
}
</style>