#D3957A

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

Shades of Feldspar #D3957A

Tints of Feldspar #D3957A

Color information

#D3957A (or 0xD3957A) is unknown color: approx Feldspar. HEX triplet: D3, 95 and 7A. RGB value is (211,149,122). Sum of RGB (Red+Green+Blue) = 211+149+122=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3957A is #2C6A85. Grayscale: #A4A4A4. Windows color (decimal): -2910854 or 8033747. OLE color: 8033747.

HSL color Cylindrical-coordinate representation of color #D3957A: hue angle of 18.2º degrees, saturation: 0.5, 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 #D3957A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB211149122-
CMYK00.290.420.17
HSL18.2º50.28%65.29%-
HSV(B)18.2º42.18%82.75%-
XYZ41.1236.7523.34-
YUV164.46104.04161.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=43.78%
G=30.91%
B=25.31%

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
Decimal21114912200.290.420.1718.250.2865.29
HexD3957A01D2A11123241
Octal32322517203552212262101
Binary1101001110010101111101001110110101010001100101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3957A; }

 p { color: rgb(211,149,122); }

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

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

 a { background-color: rgb(211,149,122); }

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

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

 span { border-color: rgb(211,149,122); }

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