#D1977C

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

Shades of Feldspar #D1977C

Tints of Feldspar #D1977C

Color information

#D1977C (or 0xD1977C) is unknown color: approx Feldspar. HEX triplet: D1, 97 and 7C. RGB value is (209,151,124). Sum of RGB (Red+Green+Blue) = 209+151+124=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1977C is #2E6883. Grayscale: #A5A5A5. Windows color (decimal): -3041412 or 8165329. OLE color: 8165329.

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

Color convert

RGB209151124-
CMYK00.280.410.18
HSL19.06º48.02%65.29%-
HSV(B)19.06º40.67%81.96%-
XYZ4137.1424.08-
YUV165.26104.72159.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=43.18%
G=31.20%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915112400.280.410.1819.0648.0265.29
HexD1977C01C2912133041
Octal32122717403451222360101
Binary1101000110010111111110001110010100110010100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1977C; }

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

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

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

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

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

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

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

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