Shades of Feldspar #D59D79
Tints of Feldspar #D59D79
RGB
CMYK
RGB Variations
Color information
#D59D79 (or 0xD59D79) is known color: Feldspar. HEX triplet: D5, 9D and 79. RGB value is (213,157,121). Sum of RGB (Red+Green+Blue) = 213+157+121=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D79 is #2A6286. Grayscale: #A9A9A9. Windows color (decimal): -2777735 or 7970261. OLE color: 7970261.
HSL color Cylindrical-coordinate representation of color #D59D79: hue angle of 23.48º 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 #D59D79 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 121 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.16 |
| HSL | 23.48º | 0.52% | 0.65% | - |
| HSV(B) | 23.48º | 0.43% | 0.84% | - |
| XYZ | 42.95 | 39.64 | 23.48 | - |
| YUV | 169.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 121 | 0 | 0.26 | 0.43 | 0.16 | 23.48 | 0.52 | 0.65 |
| Hex | D5 | 9D | 79 | 0 | 1A | 2B | 10 | 17 | 34 | 41 |
| Octal | 325 | 235 | 171 | 0 | 32 | 53 | 20 | 27 | 64 | 101 |
| Binary | 11010101 | 10011101 | 1111001 | 0 | 11010 | 101011 | 10000 | 10111 | 110100 | 1000001 |
Color Harmonies of #D59D79
Complementary color
Monochromatic Colors of #D59D79
Black with #D59D79
Text Example
Text Example
White with #D59D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D79; }
p { color: rgb(213,157,121); }
H1.HeaderClassName
{
color: #D59D79;
}
.AnyTagClassName
{
color: #D59D79;
}
</style>
background-color css
<style>
a { background-color: #D59D79; }
a { background-color: rgb(213,157,121); }
div.DivClassName
{
background-color: #D59D79;
}
.BgClassName
{
background-color: #D59D79;
}
</style>
border-color css
<style>
span { border-color: #D59D79; }
span { border-color: rgb(213,157,121); }
td.TdClassName
{
border-color: #D59D79;
}
.TagClassName
{
border-color: #D59D79;
}
</style>