Shades of Feldspar #D19B7C
Tints of Feldspar #D19B7C
RGB
CMYK
RGB Variations
Color information
#D19B7C (or 0xD19B7C) is known color: Feldspar. HEX triplet: D1, 9B and 7C. RGB value is (209,155,124). Sum of RGB (Red+Green+Blue) = 209+155+124=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B7C is #2E6483. Grayscale: #A7A7A7. Windows color (decimal): -3040388 or 8166353. OLE color: 8166353.
HSL color Cylindrical-coordinate representation of color #D19B7C: hue angle of 21.88º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D19B7C is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 124 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.18 |
| HSL | 21.88º | 0.48% | 0.65% | - |
| HSV(B) | 21.88º | 0.41% | 0.82% | - |
| XYZ | 41.65 | 38.45 | 24.3 | - |
| YUV | 167.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 124 | 0 | 0.26 | 0.41 | 0.18 | 21.88 | 0.48 | 0.65 |
| Hex | D1 | 9B | 7C | 0 | 1A | 29 | 12 | 16 | 30 | 41 |
| Octal | 321 | 233 | 174 | 0 | 32 | 51 | 22 | 26 | 60 | 101 |
| Binary | 11010001 | 10011011 | 1111100 | 0 | 11010 | 101001 | 10010 | 10110 | 110000 | 1000001 |
Color Harmonies of #D19B7C
Complementary color
Monochromatic Colors of #D19B7C
Black with #D19B7C
Text Example
Text Example
White with #D19B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B7C; }
p { color: rgb(209,155,124); }
H1.HeaderClassName
{
color: #D19B7C;
}
.AnyTagClassName
{
color: #D19B7C;
}
</style>
background-color css
<style>
a { background-color: #D19B7C; }
a { background-color: rgb(209,155,124); }
div.DivClassName
{
background-color: #D19B7C;
}
.BgClassName
{
background-color: #D19B7C;
}
</style>
border-color css
<style>
span { border-color: #D19B7C; }
span { border-color: rgb(209,155,124); }
td.TdClassName
{
border-color: #D19B7C;
}
.TagClassName
{
border-color: #D19B7C;
}
</style>