#D19480

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

Shades of Feldspar #D19480

Tints of Feldspar #D19480

Color information

#D19480 (or 0xD19480) is unknown color: approx Feldspar. HEX triplet: D1, 94 and 80. RGB value is (209,148,128). Sum of RGB (Red+Green+Blue) = 209+148+128=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D19480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19480 is #2E6B7F. Grayscale: #A4A4A4. Windows color (decimal): -3042176 or 8426705. OLE color: 8426705.

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

Color convert

RGB209148128-
CMYK00.290.390.18
HSL14.81º46.82%66.08%-
HSV(B)14.81º38.76%81.96%-
XYZ40.7836.2925.28-
YUV163.96107.71160.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=43.09%
G=30.52%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914812800.290.390.1814.8146.8266.08
HexD1948001D2712f2f42
Octal32122420003547221757102
Binary1101000110010100100000000111011001111001011111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19480; }

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

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

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

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

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

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

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

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