Shades of Feldspar #D89C7A
Tints of Feldspar #D89C7A
RGB
CMYK
RGB Variations
Color information
#D89C7A (or 0xD89C7A) is known color: Feldspar. HEX triplet: D8, 9C and 7A. RGB value is (216,156,122). Sum of RGB (Red+Green+Blue) = 216+156+122=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C7A is #276385. Grayscale: #AAAAAA. Windows color (decimal): -2581382 or 8035544. OLE color: 8035544.
HSL color Cylindrical-coordinate representation of color #D89C7A: hue angle of 21.7º 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 #D89C7A is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 122 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.15 |
| HSL | 21.7º | 0.55% | 0.66% | - |
| HSV(B) | 21.7º | 0.44% | 0.85% | - |
| XYZ | 43.72 | 39.78 | 23.79 | - |
| YUV | 170.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 122 | 0 | 0.28 | 0.44 | 0.15 | 21.7 | 0.55 | 0.66 |
| Hex | D8 | 9C | 7A | 0 | 1C | 2C | F | 16 | 37 | 42 |
| Octal | 330 | 234 | 172 | 0 | 34 | 54 | 17 | 26 | 67 | 102 |
| Binary | 11011000 | 10011100 | 1111010 | 0 | 11100 | 101100 | 1111 | 10110 | 110111 | 1000010 |
Color Harmonies of #D89C7A
Complementary color
Monochromatic Colors of #D89C7A
Black with #D89C7A
Text Example
Text Example
White with #D89C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C7A; }
p { color: rgb(216,156,122); }
H1.HeaderClassName
{
color: #D89C7A;
}
.AnyTagClassName
{
color: #D89C7A;
}
</style>
background-color css
<style>
a { background-color: #D89C7A; }
a { background-color: rgb(216,156,122); }
div.DivClassName
{
background-color: #D89C7A;
}
.BgClassName
{
background-color: #D89C7A;
}
</style>
border-color css
<style>
span { border-color: #D89C7A; }
span { border-color: rgb(216,156,122); }
td.TdClassName
{
border-color: #D89C7A;
}
.TagClassName
{
border-color: #D89C7A;
}
</style>