#D4977A

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

Shades of Feldspar #D4977A

Tints of Feldspar #D4977A

Color information

#D4977A (or 0xD4977A) is unknown color: approx Feldspar. HEX triplet: D4, 97 and 7A. RGB value is (212,151,122). Sum of RGB (Red+Green+Blue) = 212+151+122=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4977A is #2B6885. Grayscale: #A6A6A6. Windows color (decimal): -2844806 or 8034260. OLE color: 8034260.

HSL color Cylindrical-coordinate representation of color #D4977A: hue angle of 19.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4977A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB212151122-
CMYK00.290.420.17
HSL19.33º51.14%65.49%-
HSV(B)19.33º42.45%83.14%-
XYZ41.7337.5423.46-
YUV165.93103.21160.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=43.71%
G=31.13%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215112200.290.420.1719.3351.1465.49
HexD4977A01D2A11133341
Octal32422717203552212363101
Binary1101010010010111111101001110110101010001100111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4977A; }

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

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

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

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

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

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

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

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