Shades of Feldspar #D19B7E
Tints of Feldspar #D19B7E
RGB
CMYK
RGB Variations
Color information
#D19B7E (or 0xD19B7E) is known color: Feldspar. HEX triplet: D1, 9B and 7E. RGB value is (209,155,126). Sum of RGB (Red+Green+Blue) = 209+155+126=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B7E is #2E6481. Grayscale: #A8A8A8. Windows color (decimal): -3040386 or 8297425. OLE color: 8297425.
HSL color Cylindrical-coordinate representation of color #D19B7E: hue angle of 20.96º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D19B7E is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 126 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.18 |
| HSL | 20.96º | 0.47% | 0.66% | - |
| HSV(B) | 20.96º | 0.4% | 0.82% | - |
| XYZ | 41.78 | 38.5 | 24.97 | - |
| YUV | 167.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 126 | 0 | 0.26 | 0.40 | 0.18 | 20.96 | 0.47 | 0.66 |
| Hex | D1 | 9B | 7E | 0 | 1A | 28 | 12 | 15 | 2F | 42 |
| Octal | 321 | 233 | 176 | 0 | 32 | 50 | 22 | 25 | 57 | 102 |
| Binary | 11010001 | 10011011 | 1111110 | 0 | 11010 | 101000 | 10010 | 10101 | 101111 | 1000010 |
Color Harmonies of #D19B7E
Complementary color
Monochromatic Colors of #D19B7E
Black with #D19B7E
Text Example
Text Example
White with #D19B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B7E; }
p { color: rgb(209,155,126); }
H1.HeaderClassName
{
color: #D19B7E;
}
.AnyTagClassName
{
color: #D19B7E;
}
</style>
background-color css
<style>
a { background-color: #D19B7E; }
a { background-color: rgb(209,155,126); }
div.DivClassName
{
background-color: #D19B7E;
}
.BgClassName
{
background-color: #D19B7E;
}
</style>
border-color css
<style>
span { border-color: #D19B7E; }
span { border-color: rgb(209,155,126); }
td.TdClassName
{
border-color: #D19B7E;
}
.TagClassName
{
border-color: #D19B7E;
}
</style>