Shades of Feldspar #D89976
Tints of Feldspar #D89976
RGB
CMYK
RGB Variations
Color information
#D89976 (or 0xD89976) is known color: Feldspar. HEX triplet: D8, 99 and 76. RGB value is (216,153,118). Sum of RGB (Red+Green+Blue) = 216+153+118=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D89976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89976 is #276689. Grayscale: #A8A8A8. Windows color (decimal): -2582154 or 7772632. OLE color: 7772632.
HSL color Cylindrical-coordinate representation of color #D89976: hue angle of 21.43º 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 #D89976 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 118 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.15 |
| HSL | 21.43º | 0.56% | 0.65% | - |
| HSV(B) | 21.43º | 0.45% | 0.85% | - |
| XYZ | 42.98 | 38.69 | 22.34 | - |
| YUV | 167.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 118 | 0 | 0.29 | 0.45 | 0.15 | 21.43 | 0.56 | 0.65 |
| Hex | D8 | 99 | 76 | 0 | 1D | 2D | F | 15 | 38 | 41 |
| Octal | 330 | 231 | 166 | 0 | 35 | 55 | 17 | 25 | 70 | 101 |
| Binary | 11011000 | 10011001 | 1110110 | 0 | 11101 | 101101 | 1111 | 10101 | 111000 | 1000001 |
Color Harmonies of #D89976
Complementary color
Monochromatic Colors of #D89976
Black with #D89976
Text Example
Text Example
White with #D89976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89976; }
p { color: rgb(216,153,118); }
H1.HeaderClassName
{
color: #D89976;
}
.AnyTagClassName
{
color: #D89976;
}
</style>
background-color css
<style>
a { background-color: #D89976; }
a { background-color: rgb(216,153,118); }
div.DivClassName
{
background-color: #D89976;
}
.BgClassName
{
background-color: #D89976;
}
</style>
border-color css
<style>
span { border-color: #D89976; }
span { border-color: rgb(216,153,118); }
td.TdClassName
{
border-color: #D89976;
}
.TagClassName
{
border-color: #D89976;
}
</style>