Shades of Feldspar #D59979
Tints of Feldspar #D59979
RGB
CMYK
RGB Variations
Color information
#D59979 (or 0xD59979) is known color: Feldspar. HEX triplet: D5, 99 and 79. RGB value is (213,153,121). Sum of RGB (Red+Green+Blue) = 213+153+121=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D59979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59979 is #2A6686. Grayscale: #A7A7A7. Windows color (decimal): -2778759 or 7969237. OLE color: 7969237.
HSL color Cylindrical-coordinate representation of color #D59979: hue angle of 20.87º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D59979 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 121 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.16 |
| HSL | 20.87º | 0.52% | 0.65% | - |
| HSV(B) | 20.87º | 0.43% | 0.84% | - |
| XYZ | 42.28 | 38.31 | 23.26 | - |
| YUV | 167.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 121 | 0 | 0.28 | 0.43 | 0.16 | 20.87 | 0.52 | 0.65 |
| Hex | D5 | 99 | 79 | 0 | 1C | 2B | 10 | 15 | 34 | 41 |
| Octal | 325 | 231 | 171 | 0 | 34 | 53 | 20 | 25 | 64 | 101 |
| Binary | 11010101 | 10011001 | 1111001 | 0 | 11100 | 101011 | 10000 | 10101 | 110100 | 1000001 |
Color Harmonies of #D59979
Complementary color
Monochromatic Colors of #D59979
Black with #D59979
Text Example
Text Example
White with #D59979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59979; }
p { color: rgb(213,153,121); }
H1.HeaderClassName
{
color: #D59979;
}
.AnyTagClassName
{
color: #D59979;
}
</style>
background-color css
<style>
a { background-color: #D59979; }
a { background-color: rgb(213,153,121); }
div.DivClassName
{
background-color: #D59979;
}
.BgClassName
{
background-color: #D59979;
}
</style>
border-color css
<style>
span { border-color: #D59979; }
span { border-color: rgb(213,153,121); }
td.TdClassName
{
border-color: #D59979;
}
.TagClassName
{
border-color: #D59979;
}
</style>