Shades of Feldspar #D19982
Tints of Feldspar #D19982
RGB
CMYK
RGB Variations
Color information
#D19982 (or 0xD19982) is known color: Feldspar. HEX triplet: D1, 99 and 82. RGB value is (209,153,130). Sum of RGB (Red+Green+Blue) = 209+153+130=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D19982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19982 is #2E667D. Grayscale: #A7A7A7. Windows color (decimal): -3040894 or 8559057. OLE color: 8559057.
HSL color Cylindrical-coordinate representation of color #D19982: hue angle of 17.47º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D19982 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 130 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.18 |
| HSL | 17.47º | 0.46% | 0.66% | - |
| HSV(B) | 17.47º | 0.38% | 0.82% | - |
| XYZ | 41.72 | 37.95 | 26.25 | - |
| YUV | 167.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 130 | 0 | 0.27 | 0.38 | 0.18 | 17.47 | 0.46 | 0.66 |
| Hex | D1 | 99 | 82 | 0 | 1B | 26 | 12 | 11 | 2E | 42 |
| Octal | 321 | 231 | 202 | 0 | 33 | 46 | 22 | 21 | 56 | 102 |
| Binary | 11010001 | 10011001 | 10000010 | 0 | 11011 | 100110 | 10010 | 10001 | 101110 | 1000010 |
Color Harmonies of #D19982
Complementary color
Monochromatic Colors of #D19982
Black with #D19982
Text Example
Text Example
White with #D19982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19982; }
p { color: rgb(209,153,130); }
H1.HeaderClassName
{
color: #D19982;
}
.AnyTagClassName
{
color: #D19982;
}
</style>
background-color css
<style>
a { background-color: #D19982; }
a { background-color: rgb(209,153,130); }
div.DivClassName
{
background-color: #D19982;
}
.BgClassName
{
background-color: #D19982;
}
</style>
border-color css
<style>
span { border-color: #D19982; }
span { border-color: rgb(209,153,130); }
td.TdClassName
{
border-color: #D19982;
}
.TagClassName
{
border-color: #D19982;
}
</style>