#D19C79

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

Shades of Feldspar #D19C79

Tints of Feldspar #D19C79

Color information

#D19C79 (or 0xD19C79) is unknown color: approx Feldspar. HEX triplet: D1, 9C and 79. RGB value is (209,156,121). Sum of RGB (Red+Green+Blue) = 209+156+121=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19C79 is #2E6386. Grayscale: #A8A8A8. Windows color (decimal): -3040135 or 7970001. OLE color: 7970001.

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

Color convert

RGB209156121-
CMYK00.250.420.18
HSL23.86º48.89%64.71%-
HSV(B)23.86º42.11%81.96%-
XYZ41.6338.7123.37-
YUV167.86101.56157.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=43.00%
G=32.10%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915612100.250.420.1823.8648.8964.71
HexD19C790192A12183141
Octal32123417103152223061101
Binary1101000110011100111100101100110101010010110001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19C79; }

 p { color: rgb(209,156,121); }

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

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

 a { background-color: rgb(209,156,121); }

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

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

 span { border-color: rgb(209,156,121); }

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