Shades of Feldspar #D89978
Tints of Feldspar #D89978
RGB
CMYK
RGB Variations
Color information
#D89978 (or 0xD89978) is known color: Feldspar. HEX triplet: D8, 99 and 78. RGB value is (216,153,120). Sum of RGB (Red+Green+Blue) = 216+153+120=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D89978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89978 is #276687. Grayscale: #A8A8A8. Windows color (decimal): -2582152 or 7903704. OLE color: 7903704.
HSL color Cylindrical-coordinate representation of color #D89978: hue angle of 20.62º 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 #D89978 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 120 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.15 |
| HSL | 20.63º | 0.55% | 0.66% | - |
| HSV(B) | 20.63º | 0.44% | 0.85% | - |
| XYZ | 43.1 | 38.74 | 22.97 | - |
| YUV | 168.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 120 | 0 | 0.29 | 0.44 | 0.15 | 20.63 | 0.55 | 0.66 |
| Hex | D8 | 99 | 78 | 0 | 1D | 2C | F | 15 | 37 | 42 |
| Octal | 330 | 231 | 170 | 0 | 35 | 54 | 17 | 25 | 67 | 102 |
| Binary | 11011000 | 10011001 | 1111000 | 0 | 11101 | 101100 | 1111 | 10101 | 110111 | 1000010 |
Color Harmonies of #D89978
Complementary color
Monochromatic Colors of #D89978
Black with #D89978
Text Example
Text Example
White with #D89978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89978; }
p { color: rgb(216,153,120); }
H1.HeaderClassName
{
color: #D89978;
}
.AnyTagClassName
{
color: #D89978;
}
</style>
background-color css
<style>
a { background-color: #D89978; }
a { background-color: rgb(216,153,120); }
div.DivClassName
{
background-color: #D89978;
}
.BgClassName
{
background-color: #D89978;
}
</style>
border-color css
<style>
span { border-color: #D89978; }
span { border-color: rgb(216,153,120); }
td.TdClassName
{
border-color: #D89978;
}
.TagClassName
{
border-color: #D89978;
}
</style>