Shades of Feldspar #D1987A
Tints of Feldspar #D1987A
RGB
CMYK
RGB Variations
Color information
#D1987A (or 0xD1987A) is known color: Feldspar. HEX triplet: D1, 98 and 7A. RGB value is (209,152,122). Sum of RGB (Red+Green+Blue) = 209+152+122=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1987A is #2E6785. Grayscale: #A5A5A5. Windows color (decimal): -3041158 or 8034513. OLE color: 8034513.
HSL color Cylindrical-coordinate representation of color #D1987A: hue angle of 20.69º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1987A is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 122 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.18 |
| HSL | 20.69º | 0.49% | 0.65% | - |
| HSV(B) | 20.69º | 0.42% | 0.82% | - |
| XYZ | 41.04 | 37.42 | 23.47 | - |
| YUV | 165.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 122 | 0 | 0.27 | 0.42 | 0.18 | 20.69 | 0.49 | 0.65 |
| Hex | D1 | 98 | 7A | 0 | 1B | 2A | 12 | 15 | 31 | 41 |
| Octal | 321 | 230 | 172 | 0 | 33 | 52 | 22 | 25 | 61 | 101 |
| Binary | 11010001 | 10011000 | 1111010 | 0 | 11011 | 101010 | 10010 | 10101 | 110001 | 1000001 |
Color Harmonies of #D1987A
Complementary color
Monochromatic Colors of #D1987A
Black with #D1987A
Text Example
Text Example
White with #D1987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1987A; }
p { color: rgb(209,152,122); }
H1.HeaderClassName
{
color: #D1987A;
}
.AnyTagClassName
{
color: #D1987A;
}
</style>
background-color css
<style>
a { background-color: #D1987A; }
a { background-color: rgb(209,152,122); }
div.DivClassName
{
background-color: #D1987A;
}
.BgClassName
{
background-color: #D1987A;
}
</style>
border-color css
<style>
span { border-color: #D1987A; }
span { border-color: rgb(209,152,122); }
td.TdClassName
{
border-color: #D1987A;
}
.TagClassName
{
border-color: #D1987A;
}
</style>