Shades of Feldspar #D19A80
Tints of Feldspar #D19A80
RGB
CMYK
RGB Variations
Color information
#D19A80 (or 0xD19A80) is known color: Feldspar. HEX triplet: D1, 9A and 80. RGB value is (209,154,128). Sum of RGB (Red+Green+Blue) = 209+154+128=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A80 is #2E657F. Grayscale: #A7A7A7. Windows color (decimal): -3040640 or 8428241. OLE color: 8428241.
HSL color Cylindrical-coordinate representation of color #D19A80: hue angle of 19.26º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D19A80 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 128 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.18 |
| HSL | 19.26º | 0.47% | 0.66% | - |
| HSV(B) | 19.26º | 0.39% | 0.82% | - |
| XYZ | 41.75 | 38.23 | 25.6 | - |
| YUV | 167.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 128 | 0 | 0.26 | 0.39 | 0.18 | 19.26 | 0.47 | 0.66 |
| Hex | D1 | 9A | 80 | 0 | 1A | 27 | 12 | 13 | 2F | 42 |
| Octal | 321 | 232 | 200 | 0 | 32 | 47 | 22 | 23 | 57 | 102 |
| Binary | 11010001 | 10011010 | 10000000 | 0 | 11010 | 100111 | 10010 | 10011 | 101111 | 1000010 |
Color Harmonies of #D19A80
Complementary color
Monochromatic Colors of #D19A80
Black with #D19A80
Text Example
Text Example
White with #D19A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A80; }
p { color: rgb(209,154,128); }
H1.HeaderClassName
{
color: #D19A80;
}
.AnyTagClassName
{
color: #D19A80;
}
</style>
background-color css
<style>
a { background-color: #D19A80; }
a { background-color: rgb(209,154,128); }
div.DivClassName
{
background-color: #D19A80;
}
.BgClassName
{
background-color: #D19A80;
}
</style>
border-color css
<style>
span { border-color: #D19A80; }
span { border-color: rgb(209,154,128); }
td.TdClassName
{
border-color: #D19A80;
}
.TagClassName
{
border-color: #D19A80;
}
</style>