Shades of Feldspar #D19983
Tints of Feldspar #D19983
RGB
CMYK
RGB Variations
Color information
#D19983 (or 0xD19983) is known color: Feldspar. HEX triplet: D1, 99 and 83. RGB value is (209,153,131). Sum of RGB (Red+Green+Blue) = 209+153+131=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D19983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19983 is #2E667C. Grayscale: #A7A7A7. Windows color (decimal): -3040893 or 8624593. OLE color: 8624593.
HSL color Cylindrical-coordinate representation of color #D19983: hue angle of 16.92º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D19983 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 131 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.18 |
| HSL | 16.92º | 0.46% | 0.67% | - |
| HSV(B) | 16.92º | 0.37% | 0.82% | - |
| XYZ | 41.78 | 37.98 | 26.6 | - |
| YUV | 167.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 131 | 0 | 0.27 | 0.37 | 0.18 | 16.92 | 0.46 | 0.67 |
| Hex | D1 | 99 | 83 | 0 | 1B | 25 | 12 | 11 | 2E | 43 |
| Octal | 321 | 231 | 203 | 0 | 33 | 45 | 22 | 21 | 56 | 103 |
| Binary | 11010001 | 10011001 | 10000011 | 0 | 11011 | 100101 | 10010 | 10001 | 101110 | 1000011 |
Color Harmonies of #D19983
Complementary color
Monochromatic Colors of #D19983
Black with #D19983
Text Example
Text Example
White with #D19983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19983; }
p { color: rgb(209,153,131); }
H1.HeaderClassName
{
color: #D19983;
}
.AnyTagClassName
{
color: #D19983;
}
</style>
background-color css
<style>
a { background-color: #D19983; }
a { background-color: rgb(209,153,131); }
div.DivClassName
{
background-color: #D19983;
}
.BgClassName
{
background-color: #D19983;
}
</style>
border-color css
<style>
span { border-color: #D19983; }
span { border-color: rgb(209,153,131); }
td.TdClassName
{
border-color: #D19983;
}
.TagClassName
{
border-color: #D19983;
}
</style>