Shades of Feldspar #D9997F
Tints of Feldspar #D9997F
RGB
CMYK
RGB Variations
Color information
#D9997F (or 0xD9997F) is known color: Feldspar. HEX triplet: D9, 99 and 7F. RGB value is (217,153,127). Sum of RGB (Red+Green+Blue) = 217+153+127=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9997F is #266680. Grayscale: #A9A9A9. Windows color (decimal): -2516609 or 8362457. OLE color: 8362457.
HSL color Cylindrical-coordinate representation of color #D9997F: hue angle of 17.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9997F is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 127 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.15 |
| HSL | 17.33º | 0.54% | 0.67% | - |
| HSV(B) | 17.33º | 0.41% | 0.85% | - |
| XYZ | 43.84 | 39.07 | 25.31 | - |
| YUV | 169.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 127 | 0 | 0.29 | 0.41 | 0.15 | 17.33 | 0.54 | 0.67 |
| Hex | D9 | 99 | 7F | 0 | 1D | 29 | F | 11 | 36 | 43 |
| Octal | 331 | 231 | 177 | 0 | 35 | 51 | 17 | 21 | 66 | 103 |
| Binary | 11011001 | 10011001 | 1111111 | 0 | 11101 | 101001 | 1111 | 10001 | 110110 | 1000011 |
Color Harmonies of #D9997F
Complementary color
Monochromatic Colors of #D9997F
Black with #D9997F
Text Example
Text Example
White with #D9997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9997F; }
p { color: rgb(217,153,127); }
H1.HeaderClassName
{
color: #D9997F;
}
.AnyTagClassName
{
color: #D9997F;
}
</style>
background-color css
<style>
a { background-color: #D9997F; }
a { background-color: rgb(217,153,127); }
div.DivClassName
{
background-color: #D9997F;
}
.BgClassName
{
background-color: #D9997F;
}
</style>
border-color css
<style>
span { border-color: #D9997F; }
span { border-color: rgb(217,153,127); }
td.TdClassName
{
border-color: #D9997F;
}
.TagClassName
{
border-color: #D9997F;
}
</style>