Shades of Feldspar #D39879
Tints of Feldspar #D39879
RGB
CMYK
RGB Variations
Color information
#D39879 (or 0xD39879) is known color: Feldspar. HEX triplet: D3, 98 and 79. RGB value is (211,152,121). Sum of RGB (Red+Green+Blue) = 211+152+121=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D39879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39879 is #2C6786. Grayscale: #A6A6A6. Windows color (decimal): -2910087 or 7968979. OLE color: 7968979.
HSL color Cylindrical-coordinate representation of color #D39879: hue angle of 20.67º 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 #D39879 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 121 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.17 |
| HSL | 20.67º | 0.51% | 0.65% | - |
| HSV(B) | 20.67º | 0.43% | 0.83% | - |
| XYZ | 41.54 | 37.69 | 23.17 | - |
| YUV | 166.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 121 | 0 | 0.28 | 0.43 | 0.17 | 20.67 | 0.51 | 0.65 |
| Hex | D3 | 98 | 79 | 0 | 1C | 2B | 11 | 15 | 33 | 41 |
| Octal | 323 | 230 | 171 | 0 | 34 | 53 | 21 | 25 | 63 | 101 |
| Binary | 11010011 | 10011000 | 1111001 | 0 | 11100 | 101011 | 10001 | 10101 | 110011 | 1000001 |
Color Harmonies of #D39879
Complementary color
Monochromatic Colors of #D39879
Black with #D39879
Text Example
Text Example
White with #D39879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39879; }
p { color: rgb(211,152,121); }
H1.HeaderClassName
{
color: #D39879;
}
.AnyTagClassName
{
color: #D39879;
}
</style>
background-color css
<style>
a { background-color: #D39879; }
a { background-color: rgb(211,152,121); }
div.DivClassName
{
background-color: #D39879;
}
.BgClassName
{
background-color: #D39879;
}
</style>
border-color css
<style>
span { border-color: #D39879; }
span { border-color: rgb(211,152,121); }
td.TdClassName
{
border-color: #D39879;
}
.TagClassName
{
border-color: #D39879;
}
</style>