Shades of Feldspar #D9977B
Tints of Feldspar #D9977B
RGB
CMYK
RGB Variations
Color information
#D9977B (or 0xD9977B) is known color: Feldspar. HEX triplet: D9, 97 and 7B. RGB value is (217,151,123). Sum of RGB (Red+Green+Blue) = 217+151+123=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9977B is #266884. Grayscale: #A7A7A7. Windows color (decimal): -2517125 or 8099801. OLE color: 8099801.
HSL color Cylindrical-coordinate representation of color #D9977B: hue angle of 17.87º 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 #D9977B is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 123 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.15 |
| HSL | 17.87º | 0.55% | 0.67% | - |
| HSV(B) | 17.87º | 0.43% | 0.85% | - |
| XYZ | 43.26 | 38.31 | 23.85 | - |
| YUV | 167.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 123 | 0 | 0.30 | 0.43 | 0.15 | 17.87 | 0.55 | 0.67 |
| Hex | D9 | 97 | 7B | 0 | 1E | 2B | F | 12 | 37 | 43 |
| Octal | 331 | 227 | 173 | 0 | 36 | 53 | 17 | 22 | 67 | 103 |
| Binary | 11011001 | 10010111 | 1111011 | 0 | 11110 | 101011 | 1111 | 10010 | 110111 | 1000011 |
Color Harmonies of #D9977B
Complementary color
Monochromatic Colors of #D9977B
Black with #D9977B
Text Example
Text Example
White with #D9977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9977B; }
p { color: rgb(217,151,123); }
H1.HeaderClassName
{
color: #D9977B;
}
.AnyTagClassName
{
color: #D9977B;
}
</style>
background-color css
<style>
a { background-color: #D9977B; }
a { background-color: rgb(217,151,123); }
div.DivClassName
{
background-color: #D9977B;
}
.BgClassName
{
background-color: #D9977B;
}
</style>
border-color css
<style>
span { border-color: #D9977B; }
span { border-color: rgb(217,151,123); }
td.TdClassName
{
border-color: #D9977B;
}
.TagClassName
{
border-color: #D9977B;
}
</style>