Shades of Feldspar #D39D79
Tints of Feldspar #D39D79
RGB
CMYK
RGB Variations
Color information
#D39D79 (or 0xD39D79) is known color: Feldspar. HEX triplet: D3, 9D and 79. RGB value is (211,157,121). Sum of RGB (Red+Green+Blue) = 211+157+121=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39D79 is #2C6286. Grayscale: #A9A9A9. Windows color (decimal): -2908807 or 7970259. OLE color: 7970259.
HSL color Cylindrical-coordinate representation of color #D39D79: hue angle of 24º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D39D79 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 121 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.17 |
| HSL | 24º | 0.51% | 0.65% | - |
| HSV(B) | 24º | 0.43% | 0.83% | - |
| XYZ | 42.37 | 39.34 | 23.45 | - |
| YUV | 169.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 121 | 0 | 0.26 | 0.43 | 0.17 | 24 | 0.51 | 0.65 |
| Hex | D3 | 9D | 79 | 0 | 1A | 2B | 11 | 18 | 33 | 41 |
| Octal | 323 | 235 | 171 | 0 | 32 | 53 | 21 | 30 | 63 | 101 |
| Binary | 11010011 | 10011101 | 1111001 | 0 | 11010 | 101011 | 10001 | 11000 | 110011 | 1000001 |
Color Harmonies of #D39D79
Complementary color
Monochromatic Colors of #D39D79
Black with #D39D79
Text Example
Text Example
White with #D39D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39D79; }
p { color: rgb(211,157,121); }
H1.HeaderClassName
{
color: #D39D79;
}
.AnyTagClassName
{
color: #D39D79;
}
</style>
background-color css
<style>
a { background-color: #D39D79; }
a { background-color: rgb(211,157,121); }
div.DivClassName
{
background-color: #D39D79;
}
.BgClassName
{
background-color: #D39D79;
}
</style>
border-color css
<style>
span { border-color: #D39D79; }
span { border-color: rgb(211,157,121); }
td.TdClassName
{
border-color: #D39D79;
}
.TagClassName
{
border-color: #D39D79;
}
</style>