Shades of Feldspar #D89981
Tints of Feldspar #D89981
RGB
CMYK
RGB Variations
Color information
#D89981 (or 0xD89981) is known color: Feldspar. HEX triplet: D8, 99 and 81. RGB value is (216,153,129). Sum of RGB (Red+Green+Blue) = 216+153+129=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D89981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89981 is #27667E. Grayscale: #A9A9A9. Windows color (decimal): -2582143 or 8493528. OLE color: 8493528.
HSL color Cylindrical-coordinate representation of color #D89981: hue angle of 16.55º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D89981 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 129 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.15 |
| HSL | 16.55º | 0.53% | 0.68% | - |
| HSV(B) | 16.55º | 0.4% | 0.85% | - |
| XYZ | 43.67 | 38.97 | 25.99 | - |
| YUV | 169.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 129 | 0 | 0.29 | 0.40 | 0.15 | 16.55 | 0.53 | 0.68 |
| Hex | D8 | 99 | 81 | 0 | 1D | 28 | F | 11 | 35 | 44 |
| Octal | 330 | 231 | 201 | 0 | 35 | 50 | 17 | 21 | 65 | 104 |
| Binary | 11011000 | 10011001 | 10000001 | 0 | 11101 | 101000 | 1111 | 10001 | 110101 | 1000100 |
Color Harmonies of #D89981
Complementary color
Monochromatic Colors of #D89981
Black with #D89981
Text Example
Text Example
White with #D89981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89981; }
p { color: rgb(216,153,129); }
H1.HeaderClassName
{
color: #D89981;
}
.AnyTagClassName
{
color: #D89981;
}
</style>
background-color css
<style>
a { background-color: #D89981; }
a { background-color: rgb(216,153,129); }
div.DivClassName
{
background-color: #D89981;
}
.BgClassName
{
background-color: #D89981;
}
</style>
border-color css
<style>
span { border-color: #D89981; }
span { border-color: rgb(216,153,129); }
td.TdClassName
{
border-color: #D89981;
}
.TagClassName
{
border-color: #D89981;
}
</style>