#D1987C

Color #D1987C Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D1987C

Tints of Feldspar #D1987C

Color information

#D1987C (or 0xD1987C) is unknown color: approx Feldspar. HEX triplet: D1, 98 and 7C. RGB value is (209,152,124). Sum of RGB (Red+Green+Blue) = 209+152+124=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1987C is #2E6783. Grayscale: #A6A6A6. Windows color (decimal): -3041156 or 8165585. OLE color: 8165585.

HSL color Cylindrical-coordinate representation of color #D1987C: hue angle of 19.76º 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 #D1987C is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB209152124-
CMYK00.270.410.18
HSL19.76º48.02%65.29%-
HSV(B)19.76º40.67%81.96%-
XYZ41.1637.4724.13-
YUV165.85104.38158.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=43.09%
G=31.34%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915212400.270.410.1819.7648.0265.29
HexD1987C01B2912143041
Octal32123017403351222460101
Binary1101000110011000111110001101110100110010101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1987C; }

 p { color: rgb(209,152,124); }

 H1.HeaderClassName
 {
   color: #D1987C;
 }
 .AnyTagClassName
 {
   color: #D1987C;
 }
</style>
background-color css

<style>
 a { background-color: #D1987C; }

 a { background-color: rgb(209,152,124); }

 div.DivClassName
 {
   background-color: #D1987C;
 }
 .BgClassName
 {
   background-color: #D1987C;
 }
</style>
border-color css

<style>
 span { border-color: #D1987C; }

 span { border-color: rgb(209,152,124); }

 td.TdClassName
 {
   border-color: #D1987C;
 }
 .TagClassName
 {
   border-color: #D1987C;
 }
</style>