Shades of Feldspar #D19680
Tints of Feldspar #D19680
RGB
CMYK
RGB Variations
Color information
#D19680 (or 0xD19680) is known color: Feldspar. HEX triplet: D1, 96 and 80. RGB value is (209,150,128). Sum of RGB (Red+Green+Blue) = 209+150+128=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D19680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19680 is #2E697F. Grayscale: #A5A5A5. Windows color (decimal): -3041664 or 8427217. OLE color: 8427217.
HSL color Cylindrical-coordinate representation of color #D19680: hue angle of 16.3º 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 #D19680 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 128 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.18 |
| HSL | 16.3º | 0.47% | 0.66% | - |
| HSV(B) | 16.3º | 0.39% | 0.82% | - |
| XYZ | 41.1 | 36.93 | 25.38 | - |
| YUV | 165.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 128 | 0 | 0.28 | 0.39 | 0.18 | 16.3 | 0.47 | 0.66 |
| Hex | D1 | 96 | 80 | 0 | 1C | 27 | 12 | 10 | 2F | 42 |
| Octal | 321 | 226 | 200 | 0 | 34 | 47 | 22 | 20 | 57 | 102 |
| Binary | 11010001 | 10010110 | 10000000 | 0 | 11100 | 100111 | 10010 | 10000 | 101111 | 1000010 |
Color Harmonies of #D19680
Complementary color
Monochromatic Colors of #D19680
Black with #D19680
Text Example
Text Example
White with #D19680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19680; }
p { color: rgb(209,150,128); }
H1.HeaderClassName
{
color: #D19680;
}
.AnyTagClassName
{
color: #D19680;
}
</style>
background-color css
<style>
a { background-color: #D19680; }
a { background-color: rgb(209,150,128); }
div.DivClassName
{
background-color: #D19680;
}
.BgClassName
{
background-color: #D19680;
}
</style>
border-color css
<style>
span { border-color: #D19680; }
span { border-color: rgb(209,150,128); }
td.TdClassName
{
border-color: #D19680;
}
.TagClassName
{
border-color: #D19680;
}
</style>