Shades of Feldspar #D8977B
Tints of Feldspar #D8977B
RGB
CMYK
RGB Variations
Color information
#D8977B (or 0xD8977B) is known color: Feldspar. HEX triplet: D8, 97 and 7B. RGB value is (216,151,123). Sum of RGB (Red+Green+Blue) = 216+151+123=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8977B is #276884. Grayscale: #A7A7A7. Windows color (decimal): -2582661 or 8099800. OLE color: 8099800.
HSL color Cylindrical-coordinate representation of color #D8977B: hue angle of 18.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8977B is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 123 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.15 |
| HSL | 18.06º | 0.54% | 0.66% | - |
| HSV(B) | 18.06º | 0.43% | 0.85% | - |
| XYZ | 42.96 | 38.16 | 23.84 | - |
| YUV | 167.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 123 | 0 | 0.30 | 0.43 | 0.15 | 18.06 | 0.54 | 0.66 |
| Hex | D8 | 97 | 7B | 0 | 1E | 2B | F | 12 | 36 | 42 |
| Octal | 330 | 227 | 173 | 0 | 36 | 53 | 17 | 22 | 66 | 102 |
| Binary | 11011000 | 10010111 | 1111011 | 0 | 11110 | 101011 | 1111 | 10010 | 110110 | 1000010 |
Color Harmonies of #D8977B
Complementary color
Monochromatic Colors of #D8977B
Black with #D8977B
Text Example
Text Example
White with #D8977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8977B; }
p { color: rgb(216,151,123); }
H1.HeaderClassName
{
color: #D8977B;
}
.AnyTagClassName
{
color: #D8977B;
}
</style>
background-color css
<style>
a { background-color: #D8977B; }
a { background-color: rgb(216,151,123); }
div.DivClassName
{
background-color: #D8977B;
}
.BgClassName
{
background-color: #D8977B;
}
</style>
border-color css
<style>
span { border-color: #D8977B; }
span { border-color: rgb(216,151,123); }
td.TdClassName
{
border-color: #D8977B;
}
.TagClassName
{
border-color: #D8977B;
}
</style>