Shades of Feldspar #D19876
Tints of Feldspar #D19876
RGB
CMYK
RGB Variations
Color information
#D19876 (or 0xD19876) is known color: Feldspar. HEX triplet: D1, 98 and 76. RGB value is (209,152,118). Sum of RGB (Red+Green+Blue) = 209+152+118=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D19876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19876 is #2E6789. Grayscale: #A5A5A5. Windows color (decimal): -3041162 or 7772369. OLE color: 7772369.
HSL color Cylindrical-coordinate representation of color #D19876: hue angle of 22.42º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D19876 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 118 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.18 |
| HSL | 22.42º | 0.5% | 0.64% | - |
| HSV(B) | 22.42º | 0.44% | 0.82% | - |
| XYZ | 40.79 | 37.32 | 22.19 | - |
| YUV | 165.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 118 | 0 | 0.27 | 0.44 | 0.18 | 22.42 | 0.5 | 0.64 |
| Hex | D1 | 98 | 76 | 0 | 1B | 2C | 12 | 16 | 32 | 40 |
| Octal | 321 | 230 | 166 | 0 | 33 | 54 | 22 | 26 | 62 | 100 |
| Binary | 11010001 | 10011000 | 1110110 | 0 | 11011 | 101100 | 10010 | 10110 | 110010 | 1000000 |
Color Harmonies of #D19876
Complementary color
Monochromatic Colors of #D19876
Black with #D19876
Text Example
Text Example
White with #D19876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19876; }
p { color: rgb(209,152,118); }
H1.HeaderClassName
{
color: #D19876;
}
.AnyTagClassName
{
color: #D19876;
}
</style>
background-color css
<style>
a { background-color: #D19876; }
a { background-color: rgb(209,152,118); }
div.DivClassName
{
background-color: #D19876;
}
.BgClassName
{
background-color: #D19876;
}
</style>
border-color css
<style>
span { border-color: #D19876; }
span { border-color: rgb(209,152,118); }
td.TdClassName
{
border-color: #D19876;
}
.TagClassName
{
border-color: #D19876;
}
</style>