Shades of Feldspar #D9977C
Tints of Feldspar #D9977C
RGB
CMYK
RGB Variations
Color information
#D9977C (or 0xD9977C) is known color: Feldspar. HEX triplet: D9, 97 and 7C. RGB value is (217,151,124). Sum of RGB (Red+Green+Blue) = 217+151+124=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9977C is #266883. Grayscale: #A7A7A7. Windows color (decimal): -2517124 or 8165337. OLE color: 8165337.
HSL color Cylindrical-coordinate representation of color #D9977C: hue angle of 17.42º 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 #D9977C is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 124 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.15 |
| HSL | 17.42º | 0.55% | 0.67% | - |
| HSV(B) | 17.42º | 0.43% | 0.85% | - |
| XYZ | 43.32 | 38.34 | 24.19 | - |
| YUV | 167.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 124 | 0 | 0.30 | 0.43 | 0.15 | 17.42 | 0.55 | 0.67 |
| Hex | D9 | 97 | 7C | 0 | 1E | 2B | F | 11 | 37 | 43 |
| Octal | 331 | 227 | 174 | 0 | 36 | 53 | 17 | 21 | 67 | 103 |
| Binary | 11011001 | 10010111 | 1111100 | 0 | 11110 | 101011 | 1111 | 10001 | 110111 | 1000011 |
Color Harmonies of #D9977C
Complementary color
Monochromatic Colors of #D9977C
Black with #D9977C
Text Example
Text Example
White with #D9977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9977C; }
p { color: rgb(217,151,124); }
H1.HeaderClassName
{
color: #D9977C;
}
.AnyTagClassName
{
color: #D9977C;
}
</style>
background-color css
<style>
a { background-color: #D9977C; }
a { background-color: rgb(217,151,124); }
div.DivClassName
{
background-color: #D9977C;
}
.BgClassName
{
background-color: #D9977C;
}
</style>
border-color css
<style>
span { border-color: #D9977C; }
span { border-color: rgb(217,151,124); }
td.TdClassName
{
border-color: #D9977C;
}
.TagClassName
{
border-color: #D9977C;
}
</style>