Shades of Feldspar #D1987F
Tints of Feldspar #D1987F
RGB
CMYK
RGB Variations
Color information
#D1987F (or 0xD1987F) is known color: Feldspar. HEX triplet: D1, 98 and 7F. RGB value is (209,152,127). Sum of RGB (Red+Green+Blue) = 209+152+127=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1987F is #2E6780. Grayscale: #A6A6A6. Windows color (decimal): -3041153 or 8362193. OLE color: 8362193.
HSL color Cylindrical-coordinate representation of color #D1987F: hue angle of 18.29º 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 #D1987F is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 127 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.18 |
| HSL | 18.29º | 0.47% | 0.66% | - |
| HSV(B) | 18.29º | 0.39% | 0.82% | - |
| XYZ | 41.35 | 37.54 | 25.15 | - |
| YUV | 166.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 127 | 0 | 0.27 | 0.39 | 0.18 | 18.29 | 0.47 | 0.66 |
| Hex | D1 | 98 | 7F | 0 | 1B | 27 | 12 | 12 | 2F | 42 |
| Octal | 321 | 230 | 177 | 0 | 33 | 47 | 22 | 22 | 57 | 102 |
| Binary | 11010001 | 10011000 | 1111111 | 0 | 11011 | 100111 | 10010 | 10010 | 101111 | 1000010 |
Color Harmonies of #D1987F
Complementary color
Monochromatic Colors of #D1987F
Black with #D1987F
Text Example
Text Example
White with #D1987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1987F; }
p { color: rgb(209,152,127); }
H1.HeaderClassName
{
color: #D1987F;
}
.AnyTagClassName
{
color: #D1987F;
}
</style>
background-color css
<style>
a { background-color: #D1987F; }
a { background-color: rgb(209,152,127); }
div.DivClassName
{
background-color: #D1987F;
}
.BgClassName
{
background-color: #D1987F;
}
</style>
border-color css
<style>
span { border-color: #D1987F; }
span { border-color: rgb(209,152,127); }
td.TdClassName
{
border-color: #D1987F;
}
.TagClassName
{
border-color: #D1987F;
}
</style>