Shades of Feldspar #D9997B
Tints of Feldspar #D9997B
RGB
CMYK
RGB Variations
Color information
#D9997B (or 0xD9997B) is known color: Feldspar. HEX triplet: D9, 99 and 7B. RGB value is (217,153,123). Sum of RGB (Red+Green+Blue) = 217+153+123=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9997B is #266684. Grayscale: #A8A8A8. Windows color (decimal): -2516613 or 8100313. OLE color: 8100313.
HSL color Cylindrical-coordinate representation of color #D9997B: hue angle of 19.15º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9997B is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 123 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.15 |
| HSL | 19.15º | 0.55% | 0.67% | - |
| HSV(B) | 19.15º | 0.43% | 0.85% | - |
| XYZ | 43.58 | 38.96 | 23.96 | - |
| YUV | 168.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 123 | 0 | 0.29 | 0.43 | 0.15 | 19.15 | 0.55 | 0.67 |
| Hex | D9 | 99 | 7B | 0 | 1D | 2B | F | 13 | 37 | 43 |
| Octal | 331 | 231 | 173 | 0 | 35 | 53 | 17 | 23 | 67 | 103 |
| Binary | 11011001 | 10011001 | 1111011 | 0 | 11101 | 101011 | 1111 | 10011 | 110111 | 1000011 |
Color Harmonies of #D9997B
Complementary color
Monochromatic Colors of #D9997B
Black with #D9997B
Text Example
Text Example
White with #D9997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9997B; }
p { color: rgb(217,153,123); }
H1.HeaderClassName
{
color: #D9997B;
}
.AnyTagClassName
{
color: #D9997B;
}
</style>
background-color css
<style>
a { background-color: #D9997B; }
a { background-color: rgb(217,153,123); }
div.DivClassName
{
background-color: #D9997B;
}
.BgClassName
{
background-color: #D9997B;
}
</style>
border-color css
<style>
span { border-color: #D9997B; }
span { border-color: rgb(217,153,123); }
td.TdClassName
{
border-color: #D9997B;
}
.TagClassName
{
border-color: #D9997B;
}
</style>