#D1977A

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

Shades of Feldspar #D1977A

Tints of Feldspar #D1977A

Color information

#D1977A (or 0xD1977A) is unknown color: approx Feldspar. HEX triplet: D1, 97 and 7A. RGB value is (209,151,122). Sum of RGB (Red+Green+Blue) = 209+151+122=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1977A is #2E6885. Grayscale: #A5A5A5. Windows color (decimal): -3041414 or 8034257. OLE color: 8034257.

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

Color convert

RGB209151122-
CMYK00.280.420.18
HSL20º48.6%64.9%-
HSV(B)20º41.63%81.96%-
XYZ40.8737.0923.42-
YUV165.04103.72159.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=43.36%
G=31.33%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915112200.280.420.182048.664.9
HexD1977A01C2A12143141
Octal32122717203452222461101
Binary1101000110010111111101001110010101010010101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1977A; }

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

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

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

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

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

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

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

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