#D19580

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

Shades of Feldspar #D19580

Tints of Feldspar #D19580

Color information

#D19580 (or 0xD19580) is unknown color: approx Feldspar. HEX triplet: D1, 95 and 80. RGB value is (209,149,128). Sum of RGB (Red+Green+Blue) = 209+149+128=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D19580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19580 is #2E6A7F. Grayscale: #A4A4A4. Windows color (decimal): -3041920 or 8426961. OLE color: 8426961.

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

Color convert

RGB209149128-
CMYK00.290.390.18
HSL15.56º46.82%66.08%-
HSV(B)15.56º38.76%81.96%-
XYZ40.9436.6125.33-
YUV164.55107.38159.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=43.00%
G=30.66%
B=26.34%

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
Decimal20914912800.290.390.1815.5646.8266.08
HexD1958001D2712102f42
Octal32122520003547222057102
Binary11010001100101011000000001110110011110010100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19580; }

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

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

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

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

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

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

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

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