#D3947A

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

Shades of Feldspar #D3947A

Tints of Feldspar #D3947A

Color information

#D3947A (or 0xD3947A) is unknown color: approx Feldspar. HEX triplet: D3, 94 and 7A. RGB value is (211,148,122). Sum of RGB (Red+Green+Blue) = 211+148+122=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D3947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3947A is #2C6B85. Grayscale: #A4A4A4. Windows color (decimal): -2911110 or 8033491. OLE color: 8033491.

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

Color convert

RGB211148122-
CMYK00.300.420.17
HSL17.53º50.28%65.29%-
HSV(B)17.53º42.18%82.75%-
XYZ40.9736.4323.29-
YUV163.87104.37161.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.87%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=43.87%
G=30.77%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114812200.300.420.1717.5350.2865.29
HexD3947A01E2A11123241
Octal32322417203652212262101
Binary1101001110010100111101001111010101010001100101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3947A; }

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

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

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

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

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

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

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

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