#D19A81

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

Shades of Feldspar #D19A81

Tints of Feldspar #D19A81

Color information

#D19A81 (or 0xD19A81) is unknown color: approx Feldspar. HEX triplet: D1, 9A and 81. RGB value is (209,154,129). Sum of RGB (Red+Green+Blue) = 209+154+129=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A81 is #2E657E. Grayscale: #A7A7A7. Windows color (decimal): -3040639 or 8493777. OLE color: 8493777.

HSL color Cylindrical-coordinate representation of color #D19A81: hue angle of 18.75º degrees, saturation: 0.47, 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 #D19A81 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB209154129-
CMYK00.260.380.18
HSL18.75º46.51%66.27%-
HSV(B)18.75º38.28%81.96%-
XYZ41.8138.2525.95-
YUV167.6106.22157.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=42.48%
G=31.30%
B=26.22%

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
Decimal20915412900.260.380.1818.7546.5166.27
HexD19A8101A2612132f42
Octal32123220103246222357102
Binary11010001100110101000000101101010011010010100111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A81; }

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

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

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

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

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

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

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

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