#D19A82

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

Shades of Feldspar #D19A82

Tints of Feldspar #D19A82

Color information

#D19A82 (or 0xD19A82) is unknown color: approx Feldspar. HEX triplet: D1, 9A and 82. RGB value is (209,154,130). Sum of RGB (Red+Green+Blue) = 209+154+130=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A82 is #2E657D. Grayscale: #A7A7A7. Windows color (decimal): -3040638 or 8559313. OLE color: 8559313.

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

Color convert

RGB209154130-
CMYK00.260.380.18
HSL18.23º46.2%66.47%-
HSV(B)18.23º37.8%81.96%-
XYZ41.8838.2826.3-
YUV167.71106.72157.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=42.39%
G=31.24%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915413000.260.380.1818.2346.266.47
HexD19A8201A2612122e42
Octal32123220203246222256102
Binary11010001100110101000001001101010011010010100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A82; }

 p { color: rgb(209,154,130); }

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

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

 a { background-color: rgb(209,154,130); }

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

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

 span { border-color: rgb(209,154,130); }

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