#D49777

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

Shades of Feldspar #D49777

Tints of Feldspar #D49777

Color information

#D49777 (or 0xD49777) is unknown color: approx Feldspar. HEX triplet: D4, 97 and 77. RGB value is (212,151,119). Sum of RGB (Red+Green+Blue) = 212+151+119=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D49777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49777 is #2B6888. Grayscale: #A5A5A5. Windows color (decimal): -2844809 or 7837652. OLE color: 7837652.

HSL color Cylindrical-coordinate representation of color #D49777: hue angle of 20.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D49777 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB212151119-
CMYK00.290.440.17
HSL20.65º51.96%64.9%-
HSV(B)20.65º43.87%83.14%-
XYZ41.5537.4622.49-
YUV165.59101.71161.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=43.98%
G=31.33%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215111900.290.440.1720.6551.9664.9
HexD4977701D2C11153441
Octal32422716703554212564101
Binary1101010010010111111011101110110110010001101011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49777; }

 p { color: rgb(212,151,119); }

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

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

 a { background-color: rgb(212,151,119); }

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

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

 span { border-color: rgb(212,151,119); }

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