Shades of Feldspar #D9977E
Tints of Feldspar #D9977E
RGB
CMYK
RGB Variations
Color information
#D9977E (or 0xD9977E) is known color: Feldspar. HEX triplet: D9, 97 and 7E. RGB value is (217,151,126). Sum of RGB (Red+Green+Blue) = 217+151+126=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9977E is #266881. Grayscale: #A8A8A8. Windows color (decimal): -2517122 or 8296409. OLE color: 8296409.
HSL color Cylindrical-coordinate representation of color #D9977E: hue angle of 16.48º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9977E is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 126 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.15 |
| HSL | 16.48º | 0.54% | 0.67% | - |
| HSV(B) | 16.48º | 0.42% | 0.85% | - |
| XYZ | 43.45 | 38.39 | 24.86 | - |
| YUV | 167.88 | 104.37 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 126 | 0 | 0.30 | 0.42 | 0.15 | 16.48 | 0.54 | 0.67 |
| Hex | D9 | 97 | 7E | 0 | 1E | 2A | F | 10 | 36 | 43 |
| Octal | 331 | 227 | 176 | 0 | 36 | 52 | 17 | 20 | 66 | 103 |
| Binary | 11011001 | 10010111 | 1111110 | 0 | 11110 | 101010 | 1111 | 10000 | 110110 | 1000011 |
Color Harmonies of #D9977E
Complementary color
Monochromatic Colors of #D9977E
Black with #D9977E
Text Example
Text Example
White with #D9977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9977E; }
p { color: rgb(217,151,126); }
H1.HeaderClassName
{
color: #D9977E;
}
.AnyTagClassName
{
color: #D9977E;
}
</style>
background-color css
<style>
a { background-color: #D9977E; }
a { background-color: rgb(217,151,126); }
div.DivClassName
{
background-color: #D9977E;
}
.BgClassName
{
background-color: #D9977E;
}
</style>
border-color css
<style>
span { border-color: #D9977E; }
span { border-color: rgb(217,151,126); }
td.TdClassName
{
border-color: #D9977E;
}
.TagClassName
{
border-color: #D9977E;
}
</style>