Shades of Feldspar #D99579
Tints of Feldspar #D99579
RGB
CMYK
RGB Variations
Color information
#D99579 (or 0xD99579) is known color: Feldspar. HEX triplet: D9, 95 and 79. RGB value is (217,149,121). Sum of RGB (Red+Green+Blue) = 217+149+121=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D99579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99579 is #266A86. Grayscale: #A6A6A6. Windows color (decimal): -2517639 or 7968217. OLE color: 7968217.
HSL color Cylindrical-coordinate representation of color #D99579: hue angle of 17.5º 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 #D99579 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 121 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.15 |
| HSL | 17.5º | 0.56% | 0.66% | - |
| HSV(B) | 17.5º | 0.44% | 0.85% | - |
| XYZ | 42.81 | 37.63 | 23.1 | - |
| YUV | 166.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 121 | 0 | 0.31 | 0.44 | 0.15 | 17.5 | 0.56 | 0.66 |
| Hex | D9 | 95 | 79 | 0 | 1F | 2C | F | 12 | 38 | 42 |
| Octal | 331 | 225 | 171 | 0 | 37 | 54 | 17 | 22 | 70 | 102 |
| Binary | 11011001 | 10010101 | 1111001 | 0 | 11111 | 101100 | 1111 | 10010 | 111000 | 1000010 |
Color Harmonies of #D99579
Complementary color
Monochromatic Colors of #D99579
Black with #D99579
Text Example
Text Example
White with #D99579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99579; }
p { color: rgb(217,149,121); }
H1.HeaderClassName
{
color: #D99579;
}
.AnyTagClassName
{
color: #D99579;
}
</style>
background-color css
<style>
a { background-color: #D99579; }
a { background-color: rgb(217,149,121); }
div.DivClassName
{
background-color: #D99579;
}
.BgClassName
{
background-color: #D99579;
}
</style>
border-color css
<style>
span { border-color: #D99579; }
span { border-color: rgb(217,149,121); }
td.TdClassName
{
border-color: #D99579;
}
.TagClassName
{
border-color: #D99579;
}
</style>