Shades of Feldspar #D89A6D
Tints of Feldspar #D89A6D
RGB
CMYK
RGB Variations
Color information
#D89A6D (or 0xD89A6D) is known color: Feldspar. HEX triplet: D8, 9A and 6D. RGB value is (216,154,109). Sum of RGB (Red+Green+Blue) = 216+154+109=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A6D is #276592. Grayscale: #A7A7A7. Windows color (decimal): -2581907 or 7183064. OLE color: 7183064.
HSL color Cylindrical-coordinate representation of color #D89A6D: hue angle of 25.23º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D89A6D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 109 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.15 |
| HSL | 25.23º | 0.58% | 0.64% | - |
| HSV(B) | 25.23º | 0.5% | 0.85% | - |
| XYZ | 42.63 | 38.81 | 19.71 | - |
| YUV | 167.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 109 | 0 | 0.29 | 0.50 | 0.15 | 25.23 | 0.58 | 0.64 |
| Hex | D8 | 9A | 6D | 0 | 1D | 32 | F | 19 | 3A | 40 |
| Octal | 330 | 232 | 155 | 0 | 35 | 62 | 17 | 31 | 72 | 100 |
| Binary | 11011000 | 10011010 | 1101101 | 0 | 11101 | 110010 | 1111 | 11001 | 111010 | 1000000 |
Color Harmonies of #D89A6D
Complementary color
Monochromatic Colors of #D89A6D
Black with #D89A6D
Text Example
Text Example
White with #D89A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89A6D; }
p { color: rgb(216,154,109); }
H1.HeaderClassName
{
color: #D89A6D;
}
.AnyTagClassName
{
color: #D89A6D;
}
</style>
background-color css
<style>
a { background-color: #D89A6D; }
a { background-color: rgb(216,154,109); }
div.DivClassName
{
background-color: #D89A6D;
}
.BgClassName
{
background-color: #D89A6D;
}
</style>
border-color css
<style>
span { border-color: #D89A6D; }
span { border-color: rgb(216,154,109); }
td.TdClassName
{
border-color: #D89A6D;
}
.TagClassName
{
border-color: #D89A6D;
}
</style>