#D19680

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

Shades of Feldspar #D19680

Tints of Feldspar #D19680

Color information

#D19680 (or 0xD19680) is unknown color: approx Feldspar. HEX triplet: D1, 96 and 80. RGB value is (209,150,128). Sum of RGB (Red+Green+Blue) = 209+150+128=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D19680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19680 is #2E697F. Grayscale: #A5A5A5. Windows color (decimal): -3041664 or 8427217. OLE color: 8427217.

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

Color convert

RGB209150128-
CMYK00.280.390.18
HSL16.3º46.82%66.08%-
HSV(B)16.3º38.76%81.96%-
XYZ41.136.9325.38-
YUV165.13107.05159.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=42.92%
G=30.80%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915012800.280.390.1816.346.8266.08
HexD1968001C2712102f42
Octal32122620003447222057102
Binary11010001100101101000000001110010011110010100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19680; }

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

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

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

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

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

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

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

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