#D19978

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

Shades of Feldspar #D19978

Tints of Feldspar #D19978

Color information

#D19978 (or 0xD19978) is unknown color: approx Feldspar. HEX triplet: D1, 99 and 78. RGB value is (209,153,120). Sum of RGB (Red+Green+Blue) = 209+153+120=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D19978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19978 is #2E6687. Grayscale: #A6A6A6. Windows color (decimal): -3040904 or 7903697. OLE color: 7903697.

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

Color convert

RGB209153120-
CMYK00.270.430.18
HSL22.25º49.17%64.51%-
HSV(B)22.25º42.58%81.96%-
XYZ41.0837.6922.88-
YUV165.98102.05158.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=43.36%
G=31.74%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915312000.270.430.1822.2549.1764.51
HexD1997801B2B12163141
Octal32123117003353222661101
Binary1101000110011001111100001101110101110010101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19978; }

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

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

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

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

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

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

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

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