Shades of Feldspar #D89979
Tints of Feldspar #D89979
RGB
CMYK
RGB Variations
Color information
#D89979 (or 0xD89979) is known color: Feldspar. HEX triplet: D8, 99 and 79. RGB value is (216,153,121). Sum of RGB (Red+Green+Blue) = 216+153+121=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D89979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89979 is #276686. Grayscale: #A8A8A8. Windows color (decimal): -2582151 or 7969240. OLE color: 7969240.
HSL color Cylindrical-coordinate representation of color #D89979: hue angle of 20.21º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D89979 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 121 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.15 |
| HSL | 20.21º | 0.55% | 0.66% | - |
| HSV(B) | 20.21º | 0.44% | 0.85% | - |
| XYZ | 43.16 | 38.76 | 23.3 | - |
| YUV | 168.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 121 | 0 | 0.29 | 0.44 | 0.15 | 20.21 | 0.55 | 0.66 |
| Hex | D8 | 99 | 79 | 0 | 1D | 2C | F | 14 | 37 | 42 |
| Octal | 330 | 231 | 171 | 0 | 35 | 54 | 17 | 24 | 67 | 102 |
| Binary | 11011000 | 10011001 | 1111001 | 0 | 11101 | 101100 | 1111 | 10100 | 110111 | 1000010 |
Color Harmonies of #D89979
Complementary color
Monochromatic Colors of #D89979
Black with #D89979
Text Example
Text Example
White with #D89979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89979; }
p { color: rgb(216,153,121); }
H1.HeaderClassName
{
color: #D89979;
}
.AnyTagClassName
{
color: #D89979;
}
</style>
background-color css
<style>
a { background-color: #D89979; }
a { background-color: rgb(216,153,121); }
div.DivClassName
{
background-color: #D89979;
}
.BgClassName
{
background-color: #D89979;
}
</style>
border-color css
<style>
span { border-color: #D89979; }
span { border-color: rgb(216,153,121); }
td.TdClassName
{
border-color: #D89979;
}
.TagClassName
{
border-color: #D89979;
}
</style>