Shades of Feldspar #D99879
Tints of Feldspar #D99879
RGB
CMYK
RGB Variations
Color information
#D99879 (or 0xD99879) is known color: Feldspar. HEX triplet: D9, 98 and 79. RGB value is (217,152,121). Sum of RGB (Red+Green+Blue) = 217+152+121=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D99879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99879 is #266786. Grayscale: #A8A8A8. Windows color (decimal): -2516871 or 7968985. OLE color: 7968985.
HSL color Cylindrical-coordinate representation of color #D99879: hue angle of 19.38º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D99879 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 121 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.15 |
| HSL | 19.38º | 0.56% | 0.66% | - |
| HSV(B) | 19.38º | 0.44% | 0.85% | - |
| XYZ | 43.29 | 38.59 | 23.26 | - |
| YUV | 167.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 121 | 0 | 0.30 | 0.44 | 0.15 | 19.38 | 0.56 | 0.66 |
| Hex | D9 | 98 | 79 | 0 | 1E | 2C | F | 13 | 38 | 42 |
| Octal | 331 | 230 | 171 | 0 | 36 | 54 | 17 | 23 | 70 | 102 |
| Binary | 11011001 | 10011000 | 1111001 | 0 | 11110 | 101100 | 1111 | 10011 | 111000 | 1000010 |
Color Harmonies of #D99879
Complementary color
Monochromatic Colors of #D99879
Black with #D99879
Text Example
Text Example
White with #D99879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99879; }
p { color: rgb(217,152,121); }
H1.HeaderClassName
{
color: #D99879;
}
.AnyTagClassName
{
color: #D99879;
}
</style>
background-color css
<style>
a { background-color: #D99879; }
a { background-color: rgb(217,152,121); }
div.DivClassName
{
background-color: #D99879;
}
.BgClassName
{
background-color: #D99879;
}
</style>
border-color css
<style>
span { border-color: #D99879; }
span { border-color: rgb(217,152,121); }
td.TdClassName
{
border-color: #D99879;
}
.TagClassName
{
border-color: #D99879;
}
</style>