#D1937F

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

Shades of Feldspar #D1937F

Tints of Feldspar #D1937F

Color information

#D1937F (or 0xD1937F) is unknown color: approx Feldspar. HEX triplet: D1, 93 and 7F. RGB value is (209,147,127). Sum of RGB (Red+Green+Blue) = 209+147+127=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1937F is #2E6C80. Grayscale: #A3A3A3. Windows color (decimal): -3042433 or 8360913. OLE color: 8360913.

HSL color Cylindrical-coordinate representation of color #D1937F: hue angle of 14.63º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1937F is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209147127-
CMYK00.300.390.18
HSL14.63º47.13%65.88%-
HSV(B)14.63º39.23%81.96%-
XYZ40.5635.9624.88-
YUV163.26107.54160.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 127 (50% from 255) = 26.29%
R=43.27%
G=30.43%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914712700.300.390.1814.6347.1365.88
HexD1937F01E2712f2f42
Octal32122317703647221757102
Binary110100011001001111111110111101001111001011111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1937F; }

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

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

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

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

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

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

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

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