#d3977c

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

Shades of Feldspar #D3977C

Tints of Feldspar #D3977C

Color information

#D3977C (or 0xD3977C) is unknown color: approx Feldspar. HEX triplet: D3, 97 and 7C. RGB value is (211,151,124). Sum of RGB (Red+Green+Blue) = 211+151+124=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D3977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3977C is #2C6883. Grayscale: #A6A6A6. Windows color (decimal): -2910340 or 8165331. OLE color: 8165331.

HSL color Cylindrical-coordinate representation of color #D3977C: hue angle of 18.62º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3977C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211151124-
CMYK00.280.410.17
HSL18.62º49.71%65.69%-
HSV(B)18.62º41.23%82.75%-
XYZ41.5737.4424.1-
YUV165.86104.38160.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.42%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=43.42%
G=31.07%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115112400.280.410.1718.6249.7165.69
HexD3977C01C2911133242
Octal32322717403451212362102
Binary1101001110010111111110001110010100110001100111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3977c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3977c; }

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

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

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

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

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

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

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

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