#D1957B

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

Shades of Feldspar #D1957B

Tints of Feldspar #D1957B

Color information

#D1957B (or 0xD1957B) is unknown color: approx Feldspar. HEX triplet: D1, 95 and 7B. RGB value is (209,149,123). Sum of RGB (Red+Green+Blue) = 209+149+123=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1957B is #2E6A84. Grayscale: #A4A4A4. Windows color (decimal): -3041925 or 8099281. OLE color: 8099281.

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

Color convert

RGB209149123-
CMYK00.290.410.18
HSL18.14º48.31%65.1%-
HSV(B)18.14º41.15%81.96%-
XYZ40.6236.4823.64-
YUV163.98104.88160.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=43.45%
G=30.98%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914912300.290.410.1818.1448.3165.1
HexD1957B01D2912123041
Octal32122517303551222260101
Binary1101000110010101111101101110110100110010100101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1957B; }

 p { color: rgb(209,149,123); }

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

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

 a { background-color: rgb(209,149,123); }

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

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

 span { border-color: rgb(209,149,123); }

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