Shades of Feldspar #D89A7F
Tints of Feldspar #D89A7F
RGB
CMYK
RGB Variations
Color information
#D89A7F (or 0xD89A7F) is known color: Feldspar. HEX triplet: D8, 9A and 7F. RGB value is (216,154,127). Sum of RGB (Red+Green+Blue) = 216+154+127=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A7F is #276580. Grayscale: #A9A9A9. Windows color (decimal): -2581889 or 8362712. OLE color: 8362712.
HSL color Cylindrical-coordinate representation of color #D89A7F: hue angle of 18.2º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D89A7F is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 127 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.15 |
| HSL | 18.2º | 0.53% | 0.67% | - |
| HSV(B) | 18.2º | 0.41% | 0.85% | - |
| XYZ | 43.71 | 39.24 | 25.35 | - |
| YUV | 169.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 127 | 0 | 0.29 | 0.41 | 0.15 | 18.2 | 0.53 | 0.67 |
| Hex | D8 | 9A | 7F | 0 | 1D | 29 | F | 12 | 35 | 43 |
| Octal | 330 | 232 | 177 | 0 | 35 | 51 | 17 | 22 | 65 | 103 |
| Binary | 11011000 | 10011010 | 1111111 | 0 | 11101 | 101001 | 1111 | 10010 | 110101 | 1000011 |
Color Harmonies of #D89A7F
Complementary color
Monochromatic Colors of #D89A7F
Black with #D89A7F
Text Example
Text Example
White with #D89A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89A7F; }
p { color: rgb(216,154,127); }
H1.HeaderClassName
{
color: #D89A7F;
}
.AnyTagClassName
{
color: #D89A7F;
}
</style>
background-color css
<style>
a { background-color: #D89A7F; }
a { background-color: rgb(216,154,127); }
div.DivClassName
{
background-color: #D89A7F;
}
.BgClassName
{
background-color: #D89A7F;
}
</style>
border-color css
<style>
span { border-color: #D89A7F; }
span { border-color: rgb(216,154,127); }
td.TdClassName
{
border-color: #D89A7F;
}
.TagClassName
{
border-color: #D89A7F;
}
</style>