#D19682

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

Shades of Feldspar #D19682

Tints of Feldspar #D19682

Color information

#D19682 (or 0xD19682) is unknown color: approx Feldspar. HEX triplet: D1, 96 and 82. RGB value is (209,150,130). Sum of RGB (Red+Green+Blue) = 209+150+130=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D19682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19682 is #2E697D. Grayscale: #A5A5A5. Windows color (decimal): -3041662 or 8558289. OLE color: 8558289.

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

Color convert

RGB209150130-
CMYK00.280.380.18
HSL15.19º46.2%66.47%-
HSV(B)15.19º37.8%81.96%-
XYZ41.2336.9826.08-
YUV165.36108.05159.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.74%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=42.74%
G=30.67%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915013000.280.380.1815.1946.266.47
HexD1968201C2612f2e42
Octal32122620203446221756102
Binary1101000110010110100000100111001001101001011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19682; }

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

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

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

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

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

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

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

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