Shades of Feldspar #D19683
Tints of Feldspar #D19683
RGB
CMYK
RGB Variations
Color information
#D19683 (or 0xD19683) is known color: Feldspar. HEX triplet: D1, 96 and 83. RGB value is (209,150,131). Sum of RGB (Red+Green+Blue) = 209+150+131=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D19683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19683 is #2E697C. Grayscale: #A5A5A5. Windows color (decimal): -3041661 or 8623825. OLE color: 8623825.
HSL color Cylindrical-coordinate representation of color #D19683: hue angle of 14.62º 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 #D19683 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 131 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.18 |
| HSL | 14.62º | 0.46% | 0.67% | - |
| HSV(B) | 14.62º | 0.37% | 0.82% | - |
| XYZ | 41.3 | 37.01 | 26.44 | - |
| YUV | 165.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 131 | 0 | 0.28 | 0.37 | 0.18 | 14.62 | 0.46 | 0.67 |
| Hex | D1 | 96 | 83 | 0 | 1C | 25 | 12 | F | 2E | 43 |
| Octal | 321 | 226 | 203 | 0 | 34 | 45 | 22 | 17 | 56 | 103 |
| Binary | 11010001 | 10010110 | 10000011 | 0 | 11100 | 100101 | 10010 | 1111 | 101110 | 1000011 |
Color Harmonies of #D19683
Complementary color
Monochromatic Colors of #D19683
Black with #D19683
Text Example
Text Example
White with #D19683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19683; }
p { color: rgb(209,150,131); }
H1.HeaderClassName
{
color: #D19683;
}
.AnyTagClassName
{
color: #D19683;
}
</style>
background-color css
<style>
a { background-color: #D19683; }
a { background-color: rgb(209,150,131); }
div.DivClassName
{
background-color: #D19683;
}
.BgClassName
{
background-color: #D19683;
}
</style>
border-color css
<style>
span { border-color: #D19683; }
span { border-color: rgb(209,150,131); }
td.TdClassName
{
border-color: #D19683;
}
.TagClassName
{
border-color: #D19683;
}
</style>