Shades of Feldspar #D99881
Tints of Feldspar #D99881
RGB
CMYK
RGB Variations
Color information
#D99881 (or 0xD99881) is known color: Feldspar. HEX triplet: D9, 98 and 81. RGB value is (217,152,129). Sum of RGB (Red+Green+Blue) = 217+152+129=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D99881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99881 is #26677E. Grayscale: #A8A8A8. Windows color (decimal): -2516863 or 8493273. OLE color: 8493273.
HSL color Cylindrical-coordinate representation of color #D99881: hue angle of 15.68º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D99881 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 129 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.15 |
| HSL | 15.68º | 0.54% | 0.68% | - |
| HSV(B) | 15.68º | 0.41% | 0.85% | - |
| XYZ | 43.81 | 38.79 | 25.95 | - |
| YUV | 168.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 129 | 0 | 0.30 | 0.41 | 0.15 | 15.68 | 0.54 | 0.68 |
| Hex | D9 | 98 | 81 | 0 | 1E | 29 | F | 10 | 36 | 44 |
| Octal | 331 | 230 | 201 | 0 | 36 | 51 | 17 | 20 | 66 | 104 |
| Binary | 11011001 | 10011000 | 10000001 | 0 | 11110 | 101001 | 1111 | 10000 | 110110 | 1000100 |
Color Harmonies of #D99881
Complementary color
Monochromatic Colors of #D99881
Black with #D99881
Text Example
Text Example
White with #D99881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99881; }
p { color: rgb(217,152,129); }
H1.HeaderClassName
{
color: #D99881;
}
.AnyTagClassName
{
color: #D99881;
}
</style>
background-color css
<style>
a { background-color: #D99881; }
a { background-color: rgb(217,152,129); }
div.DivClassName
{
background-color: #D99881;
}
.BgClassName
{
background-color: #D99881;
}
</style>
border-color css
<style>
span { border-color: #D99881; }
span { border-color: rgb(217,152,129); }
td.TdClassName
{
border-color: #D99881;
}
.TagClassName
{
border-color: #D99881;
}
</style>