#D19779

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

Shades of Feldspar #D19779

Tints of Feldspar #D19779

Color information

#D19779 (or 0xD19779) is unknown color: approx Feldspar. HEX triplet: D1, 97 and 79. RGB value is (209,151,121). Sum of RGB (Red+Green+Blue) = 209+151+121=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D19779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19779 is #2E6886. Grayscale: #A5A5A5. Windows color (decimal): -3041415 or 7968721. OLE color: 7968721.

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

Color convert

RGB209151121-
CMYK00.280.420.18
HSL20.45º48.89%64.71%-
HSV(B)20.45º42.11%81.96%-
XYZ40.8137.0723.09-
YUV164.92103.22159.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=43.45%
G=31.39%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915112100.280.420.1820.4548.8964.71
HexD1977901C2A12143141
Octal32122717103452222461101
Binary1101000110010111111100101110010101010010101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19779; }

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

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

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

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

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

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

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

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