#D19983

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

Shades of Feldspar #D19983

Tints of Feldspar #D19983

Color information

#D19983 (or 0xD19983) is unknown color: approx Feldspar. HEX triplet: D1, 99 and 83. RGB value is (209,153,131). Sum of RGB (Red+Green+Blue) = 209+153+131=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D19983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19983 is #2E667C. Grayscale: #A7A7A7. Windows color (decimal): -3040893 or 8624593. OLE color: 8624593.

HSL color Cylindrical-coordinate representation of color #D19983: hue angle of 16.92º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D19983 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB209153131-
CMYK00.270.370.18
HSL16.92º45.88%66.67%-
HSV(B)16.92º37.32%81.96%-
XYZ41.7837.9826.6-
YUV167.24107.55157.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=42.39%
G=31.03%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915313100.270.370.1816.9245.8866.67
HexD1998301B2512112e43
Octal32123120303345222156103
Binary11010001100110011000001101101110010110010100011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19983; }

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

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

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

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

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

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

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

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