Shades of Feldspar #D1987D
Tints of Feldspar #D1987D
RGB
CMYK
RGB Variations
Color information
#D1987D (or 0xD1987D) is known color: Feldspar. HEX triplet: D1, 98 and 7D. RGB value is (209,152,125). Sum of RGB (Red+Green+Blue) = 209+152+125=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1987D is #2E6782. Grayscale: #A6A6A6. Windows color (decimal): -3041155 or 8231121. OLE color: 8231121.
HSL color Cylindrical-coordinate representation of color #D1987D: hue angle of 19.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1987D is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 125 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.18 |
| HSL | 19.29º | 0.48% | 0.65% | - |
| HSV(B) | 19.29º | 0.4% | 0.82% | - |
| XYZ | 41.22 | 37.49 | 24.47 | - |
| YUV | 165.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 125 | 0 | 0.27 | 0.40 | 0.18 | 19.29 | 0.48 | 0.65 |
| Hex | D1 | 98 | 7D | 0 | 1B | 28 | 12 | 13 | 30 | 41 |
| Octal | 321 | 230 | 175 | 0 | 33 | 50 | 22 | 23 | 60 | 101 |
| Binary | 11010001 | 10011000 | 1111101 | 0 | 11011 | 101000 | 10010 | 10011 | 110000 | 1000001 |
Color Harmonies of #D1987D
Complementary color
Monochromatic Colors of #D1987D
Black with #D1987D
Text Example
Text Example
White with #D1987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1987D; }
p { color: rgb(209,152,125); }
H1.HeaderClassName
{
color: #D1987D;
}
.AnyTagClassName
{
color: #D1987D;
}
</style>
background-color css
<style>
a { background-color: #D1987D; }
a { background-color: rgb(209,152,125); }
div.DivClassName
{
background-color: #D1987D;
}
.BgClassName
{
background-color: #D1987D;
}
</style>
border-color css
<style>
span { border-color: #D1987D; }
span { border-color: rgb(209,152,125); }
td.TdClassName
{
border-color: #D1987D;
}
.TagClassName
{
border-color: #D1987D;
}
</style>