Shades of Feldspar #D1987B
Tints of Feldspar #D1987B
RGB
CMYK
RGB Variations
Color information
#D1987B (or 0xD1987B) is known color: Feldspar. HEX triplet: D1, 98 and 7B. RGB value is (209,152,123). Sum of RGB (Red+Green+Blue) = 209+152+123=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1987B is #2E6784. Grayscale: #A5A5A5. Windows color (decimal): -3041157 or 8100049. OLE color: 8100049.
HSL color Cylindrical-coordinate representation of color #D1987B: hue angle of 20.23º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1987B is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 123 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.18 |
| HSL | 20.23º | 0.48% | 0.65% | - |
| HSV(B) | 20.23º | 0.41% | 0.82% | - |
| XYZ | 41.1 | 37.44 | 23.8 | - |
| YUV | 165.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 123 | 0 | 0.27 | 0.41 | 0.18 | 20.23 | 0.48 | 0.65 |
| Hex | D1 | 98 | 7B | 0 | 1B | 29 | 12 | 14 | 30 | 41 |
| Octal | 321 | 230 | 173 | 0 | 33 | 51 | 22 | 24 | 60 | 101 |
| Binary | 11010001 | 10011000 | 1111011 | 0 | 11011 | 101001 | 10010 | 10100 | 110000 | 1000001 |
Color Harmonies of #D1987B
Complementary color
Monochromatic Colors of #D1987B
Black with #D1987B
Text Example
Text Example
White with #D1987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1987B; }
p { color: rgb(209,152,123); }
H1.HeaderClassName
{
color: #D1987B;
}
.AnyTagClassName
{
color: #D1987B;
}
</style>
background-color css
<style>
a { background-color: #D1987B; }
a { background-color: rgb(209,152,123); }
div.DivClassName
{
background-color: #D1987B;
}
.BgClassName
{
background-color: #D1987B;
}
</style>
border-color css
<style>
span { border-color: #D1987B; }
span { border-color: rgb(209,152,123); }
td.TdClassName
{
border-color: #D1987B;
}
.TagClassName
{
border-color: #D1987B;
}
</style>