Shades of Feldspar #D89C76
Tints of Feldspar #D89C76
RGB
CMYK
RGB Variations
Color information
#D89C76 (or 0xD89C76) is known color: Feldspar. HEX triplet: D8, 9C and 76. RGB value is (216,156,118). Sum of RGB (Red+Green+Blue) = 216+156+118=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C76 is #276389. Grayscale: #A9A9A9. Windows color (decimal): -2581386 or 7773400. OLE color: 7773400.
HSL color Cylindrical-coordinate representation of color #D89C76: hue angle of 23.27º 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 #D89C76 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 118 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.15 |
| HSL | 23.27º | 0.56% | 0.65% | - |
| HSV(B) | 23.27º | 0.45% | 0.85% | - |
| XYZ | 43.48 | 39.68 | 22.51 | - |
| YUV | 169.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 118 | 0 | 0.28 | 0.45 | 0.15 | 23.27 | 0.56 | 0.65 |
| Hex | D8 | 9C | 76 | 0 | 1C | 2D | F | 17 | 38 | 41 |
| Octal | 330 | 234 | 166 | 0 | 34 | 55 | 17 | 27 | 70 | 101 |
| Binary | 11011000 | 10011100 | 1110110 | 0 | 11100 | 101101 | 1111 | 10111 | 111000 | 1000001 |
Color Harmonies of #D89C76
Complementary color
Monochromatic Colors of #D89C76
Black with #D89C76
Text Example
Text Example
White with #D89C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C76; }
p { color: rgb(216,156,118); }
H1.HeaderClassName
{
color: #D89C76;
}
.AnyTagClassName
{
color: #D89C76;
}
</style>
background-color css
<style>
a { background-color: #D89C76; }
a { background-color: rgb(216,156,118); }
div.DivClassName
{
background-color: #D89C76;
}
.BgClassName
{
background-color: #D89C76;
}
</style>
border-color css
<style>
span { border-color: #D89C76; }
span { border-color: rgb(216,156,118); }
td.TdClassName
{
border-color: #D89C76;
}
.TagClassName
{
border-color: #D89C76;
}
</style>