Shades of Feldspar #D19076
Tints of Feldspar #D19076
RGB
CMYK
RGB Variations
Color information
#D19076 (or 0xD19076) is known color: Feldspar. HEX triplet: D1, 90 and 76. RGB value is (209,144,118). Sum of RGB (Red+Green+Blue) = 209+144+118=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D19076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19076 is #2E6F89. Grayscale: #A0A0A0. Windows color (decimal): -3043210 or 7770321. OLE color: 7770321.
HSL color Cylindrical-coordinate representation of color #D19076: hue angle of 17.14º 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 #D19076 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 118 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.18 |
| HSL | 17.14º | 0.5% | 0.64% | - |
| HSV(B) | 17.14º | 0.44% | 0.82% | - |
| XYZ | 39.54 | 34.81 | 21.77 | - |
| YUV | 160.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 118 | 0 | 0.31 | 0.44 | 0.18 | 17.14 | 0.5 | 0.64 |
| Hex | D1 | 90 | 76 | 0 | 1F | 2C | 12 | 11 | 32 | 40 |
| Octal | 321 | 220 | 166 | 0 | 37 | 54 | 22 | 21 | 62 | 100 |
| Binary | 11010001 | 10010000 | 1110110 | 0 | 11111 | 101100 | 10010 | 10001 | 110010 | 1000000 |
Color Harmonies of #D19076
Complementary color
Monochromatic Colors of #D19076
Black with #D19076
Text Example
Text Example
White with #D19076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19076; }
p { color: rgb(209,144,118); }
H1.HeaderClassName
{
color: #D19076;
}
.AnyTagClassName
{
color: #D19076;
}
</style>
background-color css
<style>
a { background-color: #D19076; }
a { background-color: rgb(209,144,118); }
div.DivClassName
{
background-color: #D19076;
}
.BgClassName
{
background-color: #D19076;
}
</style>
border-color css
<style>
span { border-color: #D19076; }
span { border-color: rgb(209,144,118); }
td.TdClassName
{
border-color: #D19076;
}
.TagClassName
{
border-color: #D19076;
}
</style>