#D1937A

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

Shades of Feldspar #D1937A

Tints of Feldspar #D1937A

Color information

#D1937A (or 0xD1937A) is unknown color: approx Feldspar. HEX triplet: D1, 93 and 7A. RGB value is (209,147,122). Sum of RGB (Red+Green+Blue) = 209+147+122=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1937A is #2E6C85. Grayscale: #A2A2A2. Windows color (decimal): -3042438 or 8033233. OLE color: 8033233.

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

Color convert

RGB209147122-
CMYK00.300.420.18
HSL17.24º48.6%64.9%-
HSV(B)17.24º41.63%81.96%-
XYZ40.2435.8323.21-
YUV162.69105.04161.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=43.72%
G=30.75%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914712200.300.420.1817.2448.664.9
HexD1937A01E2A12113141
Octal32122317203652222161101
Binary1101000110010011111101001111010101010010100011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1937A; }

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

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

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

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

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

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

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

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