Shades of Feldspar #D89977
Tints of Feldspar #D89977
RGB
CMYK
RGB Variations
Color information
#D89977 (or 0xD89977) is known color: Feldspar. HEX triplet: D8, 99 and 77. RGB value is (216,153,119). Sum of RGB (Red+Green+Blue) = 216+153+119=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D89977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89977 is #276688. Grayscale: #A8A8A8. Windows color (decimal): -2582153 or 7838168. OLE color: 7838168.
HSL color Cylindrical-coordinate representation of color #D89977: hue angle of 21.03º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D89977 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 119 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.15 |
| HSL | 21.03º | 0.55% | 0.66% | - |
| HSV(B) | 21.03º | 0.45% | 0.85% | - |
| XYZ | 43.04 | 38.71 | 22.66 | - |
| YUV | 167.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 119 | 0 | 0.29 | 0.45 | 0.15 | 21.03 | 0.55 | 0.66 |
| Hex | D8 | 99 | 77 | 0 | 1D | 2D | F | 15 | 37 | 42 |
| Octal | 330 | 231 | 167 | 0 | 35 | 55 | 17 | 25 | 67 | 102 |
| Binary | 11011000 | 10011001 | 1110111 | 0 | 11101 | 101101 | 1111 | 10101 | 110111 | 1000010 |
Color Harmonies of #D89977
Complementary color
Monochromatic Colors of #D89977
Black with #D89977
Text Example
Text Example
White with #D89977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89977; }
p { color: rgb(216,153,119); }
H1.HeaderClassName
{
color: #D89977;
}
.AnyTagClassName
{
color: #D89977;
}
</style>
background-color css
<style>
a { background-color: #D89977; }
a { background-color: rgb(216,153,119); }
div.DivClassName
{
background-color: #D89977;
}
.BgClassName
{
background-color: #D89977;
}
</style>
border-color css
<style>
span { border-color: #D89977; }
span { border-color: rgb(216,153,119); }
td.TdClassName
{
border-color: #D89977;
}
.TagClassName
{
border-color: #D89977;
}
</style>