Shades of Feldspar #D89D76
Tints of Feldspar #D89D76
RGB
CMYK
RGB Variations
Color information
#D89D76 (or 0xD89D76) is known color: Feldspar. HEX triplet: D8, 9D and 76. RGB value is (216,157,118). Sum of RGB (Red+Green+Blue) = 216+157+118=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D76 is #276289. Grayscale: #AAAAAA. Windows color (decimal): -2581130 or 7773656. OLE color: 7773656.
HSL color Cylindrical-coordinate representation of color #D89D76: hue angle of 23.88º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D89D76 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 118 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.15 |
| HSL | 23.88º | 0.56% | 0.65% | - |
| HSV(B) | 23.88º | 0.45% | 0.85% | - |
| XYZ | 43.65 | 40.02 | 22.56 | - |
| YUV | 170.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 118 | 0 | 0.27 | 0.45 | 0.15 | 23.88 | 0.56 | 0.65 |
| Hex | D8 | 9D | 76 | 0 | 1B | 2D | F | 18 | 38 | 41 |
| Octal | 330 | 235 | 166 | 0 | 33 | 55 | 17 | 30 | 70 | 101 |
| Binary | 11011000 | 10011101 | 1110110 | 0 | 11011 | 101101 | 1111 | 11000 | 111000 | 1000001 |
Color Harmonies of #D89D76
Complementary color
Monochromatic Colors of #D89D76
Black with #D89D76
Text Example
Text Example
White with #D89D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D76; }
p { color: rgb(216,157,118); }
H1.HeaderClassName
{
color: #D89D76;
}
.AnyTagClassName
{
color: #D89D76;
}
</style>
background-color css
<style>
a { background-color: #D89D76; }
a { background-color: rgb(216,157,118); }
div.DivClassName
{
background-color: #D89D76;
}
.BgClassName
{
background-color: #D89D76;
}
</style>
border-color css
<style>
span { border-color: #D89D76; }
span { border-color: rgb(216,157,118); }
td.TdClassName
{
border-color: #D89D76;
}
.TagClassName
{
border-color: #D89D76;
}
</style>