Shades of Feldspar #D19776
Tints of Feldspar #D19776
RGB
CMYK
RGB Variations
Color information
#D19776 (or 0xD19776) is known color: Feldspar. HEX triplet: D1, 97 and 76. RGB value is (209,151,118). Sum of RGB (Red+Green+Blue) = 209+151+118=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D19776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19776 is #2E6889. Grayscale: #A4A4A4. Windows color (decimal): -3041418 or 7772113. OLE color: 7772113.
HSL color Cylindrical-coordinate representation of color #D19776: hue angle of 21.76º 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 #D19776 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 118 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.18 |
| HSL | 21.76º | 0.5% | 0.64% | - |
| HSV(B) | 21.76º | 0.44% | 0.82% | - |
| XYZ | 40.63 | 37 | 22.14 | - |
| YUV | 164.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 118 | 0 | 0.28 | 0.44 | 0.18 | 21.76 | 0.5 | 0.64 |
| Hex | D1 | 97 | 76 | 0 | 1C | 2C | 12 | 16 | 32 | 40 |
| Octal | 321 | 227 | 166 | 0 | 34 | 54 | 22 | 26 | 62 | 100 |
| Binary | 11010001 | 10010111 | 1110110 | 0 | 11100 | 101100 | 10010 | 10110 | 110010 | 1000000 |
Color Harmonies of #D19776
Complementary color
Monochromatic Colors of #D19776
Black with #D19776
Text Example
Text Example
White with #D19776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19776; }
p { color: rgb(209,151,118); }
H1.HeaderClassName
{
color: #D19776;
}
.AnyTagClassName
{
color: #D19776;
}
</style>
background-color css
<style>
a { background-color: #D19776; }
a { background-color: rgb(209,151,118); }
div.DivClassName
{
background-color: #D19776;
}
.BgClassName
{
background-color: #D19776;
}
</style>
border-color css
<style>
span { border-color: #D19776; }
span { border-color: rgb(209,151,118); }
td.TdClassName
{
border-color: #D19776;
}
.TagClassName
{
border-color: #D19776;
}
</style>