Shades of Feldspar #D19783
Tints of Feldspar #D19783
RGB
CMYK
RGB Variations
Color information
#D19783 (or 0xD19783) is known color: Feldspar. HEX triplet: D1, 97 and 83. RGB value is (209,151,131). Sum of RGB (Red+Green+Blue) = 209+151+131=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D19783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19783 is #2E687C. Grayscale: #A6A6A6. Windows color (decimal): -3041405 or 8624081. OLE color: 8624081.
HSL color Cylindrical-coordinate representation of color #D19783: hue angle of 15.38º 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 #D19783 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 131 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.18 |
| HSL | 15.38º | 0.46% | 0.67% | - |
| HSV(B) | 15.38º | 0.37% | 0.82% | - |
| XYZ | 41.46 | 37.33 | 26.49 | - |
| YUV | 166.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 131 | 0 | 0.28 | 0.37 | 0.18 | 15.38 | 0.46 | 0.67 |
| Hex | D1 | 97 | 83 | 0 | 1C | 25 | 12 | F | 2E | 43 |
| Octal | 321 | 227 | 203 | 0 | 34 | 45 | 22 | 17 | 56 | 103 |
| Binary | 11010001 | 10010111 | 10000011 | 0 | 11100 | 100101 | 10010 | 1111 | 101110 | 1000011 |
Color Harmonies of #D19783
Complementary color
Monochromatic Colors of #D19783
Black with #D19783
Text Example
Text Example
White with #D19783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19783; }
p { color: rgb(209,151,131); }
H1.HeaderClassName
{
color: #D19783;
}
.AnyTagClassName
{
color: #D19783;
}
</style>
background-color css
<style>
a { background-color: #D19783; }
a { background-color: rgb(209,151,131); }
div.DivClassName
{
background-color: #D19783;
}
.BgClassName
{
background-color: #D19783;
}
</style>
border-color css
<style>
span { border-color: #D19783; }
span { border-color: rgb(209,151,131); }
td.TdClassName
{
border-color: #D19783;
}
.TagClassName
{
border-color: #D19783;
}
</style>