#D19380

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

Shades of Feldspar #D19380

Tints of Feldspar #D19380

Color information

#D19380 (or 0xD19380) is unknown color: approx Feldspar. HEX triplet: D1, 93 and 80. RGB value is (209,147,128). Sum of RGB (Red+Green+Blue) = 209+147+128=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D19380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19380 is #2E6C7F. Grayscale: #A3A3A3. Windows color (decimal): -3042432 or 8426449. OLE color: 8426449.

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

Color convert

RGB209147128-
CMYK00.300.390.18
HSL14.07º46.82%66.08%-
HSV(B)14.07º38.76%81.96%-
XYZ40.6235.9825.23-
YUV163.37108.04160.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=43.18%
G=30.37%
B=26.45%

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
Decimal20914712800.300.390.1814.0746.8266.08
HexD1938001E2712e2f42
Octal32122320003647221657102
Binary1101000110010011100000000111101001111001011101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19380; }

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

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

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

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

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

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

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

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