Shades of Feldspar #D19780
Tints of Feldspar #D19780
RGB
CMYK
RGB Variations
Color information
#D19780 (or 0xD19780) is known color: Feldspar. HEX triplet: D1, 97 and 80. RGB value is (209,151,128). Sum of RGB (Red+Green+Blue) = 209+151+128=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D19780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19780 is #2E687F. Grayscale: #A5A5A5. Windows color (decimal): -3041408 or 8427473. OLE color: 8427473.
HSL color Cylindrical-coordinate representation of color #D19780: hue angle of 17.04º 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 #D19780 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 128 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.18 |
| HSL | 17.04º | 0.47% | 0.66% | - |
| HSV(B) | 17.04º | 0.39% | 0.82% | - |
| XYZ | 41.26 | 37.25 | 25.44 | - |
| YUV | 165.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 128 | 0 | 0.28 | 0.39 | 0.18 | 17.04 | 0.47 | 0.66 |
| Hex | D1 | 97 | 80 | 0 | 1C | 27 | 12 | 11 | 2F | 42 |
| Octal | 321 | 227 | 200 | 0 | 34 | 47 | 22 | 21 | 57 | 102 |
| Binary | 11010001 | 10010111 | 10000000 | 0 | 11100 | 100111 | 10010 | 10001 | 101111 | 1000010 |
Color Harmonies of #D19780
Complementary color
Monochromatic Colors of #D19780
Black with #D19780
Text Example
Text Example
White with #D19780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19780; }
p { color: rgb(209,151,128); }
H1.HeaderClassName
{
color: #D19780;
}
.AnyTagClassName
{
color: #D19780;
}
</style>
background-color css
<style>
a { background-color: #D19780; }
a { background-color: rgb(209,151,128); }
div.DivClassName
{
background-color: #D19780;
}
.BgClassName
{
background-color: #D19780;
}
</style>
border-color css
<style>
span { border-color: #D19780; }
span { border-color: rgb(209,151,128); }
td.TdClassName
{
border-color: #D19780;
}
.TagClassName
{
border-color: #D19780;
}
</style>