Shades of Feldspar #D8977C
Tints of Feldspar #D8977C
RGB
CMYK
RGB Variations
Color information
#D8977C (or 0xD8977C) is known color: Feldspar. HEX triplet: D8, 97 and 7C. RGB value is (216,151,124). Sum of RGB (Red+Green+Blue) = 216+151+124=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8977C is #276883. Grayscale: #A7A7A7. Windows color (decimal): -2582660 or 8165336. OLE color: 8165336.
HSL color Cylindrical-coordinate representation of color #D8977C: hue angle of 17.61º degrees, saturation: 0.54, 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 #D8977C is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 124 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.15 |
| HSL | 17.61º | 0.54% | 0.67% | - |
| HSV(B) | 17.61º | 0.43% | 0.85% | - |
| XYZ | 43.02 | 38.19 | 24.17 | - |
| YUV | 167.36 | 103.53 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 124 | 0 | 0.30 | 0.43 | 0.15 | 17.61 | 0.54 | 0.67 |
| Hex | D8 | 97 | 7C | 0 | 1E | 2B | F | 12 | 36 | 43 |
| Octal | 330 | 227 | 174 | 0 | 36 | 53 | 17 | 22 | 66 | 103 |
| Binary | 11011000 | 10010111 | 1111100 | 0 | 11110 | 101011 | 1111 | 10010 | 110110 | 1000011 |
Color Harmonies of #D8977C
Complementary color
Monochromatic Colors of #D8977C
Black with #D8977C
Text Example
Text Example
White with #D8977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8977C; }
p { color: rgb(216,151,124); }
H1.HeaderClassName
{
color: #D8977C;
}
.AnyTagClassName
{
color: #D8977C;
}
</style>
background-color css
<style>
a { background-color: #D8977C; }
a { background-color: rgb(216,151,124); }
div.DivClassName
{
background-color: #D8977C;
}
.BgClassName
{
background-color: #D8977C;
}
</style>
border-color css
<style>
span { border-color: #D8977C; }
span { border-color: rgb(216,151,124); }
td.TdClassName
{
border-color: #D8977C;
}
.TagClassName
{
border-color: #D8977C;
}
</style>