Shades of Feldspar #D99880
Tints of Feldspar #D99880
RGB
CMYK
RGB Variations
Color information
#D99880 (or 0xD99880) is known color: Feldspar. HEX triplet: D9, 98 and 80. RGB value is (217,152,128). Sum of RGB (Red+Green+Blue) = 217+152+128=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D99880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99880 is #26677F. Grayscale: #A8A8A8. Windows color (decimal): -2516864 or 8427737. OLE color: 8427737.
HSL color Cylindrical-coordinate representation of color #D99880: hue angle of 16.18º 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 #D99880 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 128 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.15 |
| HSL | 16.18º | 0.54% | 0.68% | - |
| HSV(B) | 16.18º | 0.41% | 0.85% | - |
| XYZ | 43.74 | 38.77 | 25.6 | - |
| YUV | 168.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 128 | 0 | 0.30 | 0.41 | 0.15 | 16.18 | 0.54 | 0.68 |
| Hex | D9 | 98 | 80 | 0 | 1E | 29 | F | 10 | 36 | 44 |
| Octal | 331 | 230 | 200 | 0 | 36 | 51 | 17 | 20 | 66 | 104 |
| Binary | 11011001 | 10011000 | 10000000 | 0 | 11110 | 101001 | 1111 | 10000 | 110110 | 1000100 |
Color Harmonies of #D99880
Complementary color
Monochromatic Colors of #D99880
Black with #D99880
Text Example
Text Example
White with #D99880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99880; }
p { color: rgb(217,152,128); }
H1.HeaderClassName
{
color: #D99880;
}
.AnyTagClassName
{
color: #D99880;
}
</style>
background-color css
<style>
a { background-color: #D99880; }
a { background-color: rgb(217,152,128); }
div.DivClassName
{
background-color: #D99880;
}
.BgClassName
{
background-color: #D99880;
}
</style>
border-color css
<style>
span { border-color: #D99880; }
span { border-color: rgb(217,152,128); }
td.TdClassName
{
border-color: #D99880;
}
.TagClassName
{
border-color: #D99880;
}
</style>