#D19982

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

Shades of Feldspar #D19982

Tints of Feldspar #D19982

Color information

#D19982 (or 0xD19982) is unknown color: approx Feldspar. HEX triplet: D1, 99 and 82. RGB value is (209,153,130). Sum of RGB (Red+Green+Blue) = 209+153+130=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D19982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19982 is #2E667D. Grayscale: #A7A7A7. Windows color (decimal): -3040894 or 8559057. OLE color: 8559057.

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

Color convert

RGB209153130-
CMYK00.270.380.18
HSL17.47º46.2%66.47%-
HSV(B)17.47º37.8%81.96%-
XYZ41.7137.9526.25-
YUV167.12107.05157.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=42.48%
G=31.10%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915313000.270.380.1817.4746.266.47
HexD1998201B2612112e42
Octal32123120203346222156102
Binary11010001100110011000001001101110011010010100011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19982; }

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

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

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

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

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

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

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

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