#D49778

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

Shades of Feldspar #D49778

Tints of Feldspar #D49778

Color information

#D49778 (or 0xD49778) is unknown color: approx Feldspar. HEX triplet: D4, 97 and 78. RGB value is (212,151,120). Sum of RGB (Red+Green+Blue) = 212+151+120=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D49778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49778 is #2B6887. Grayscale: #A5A5A5. Windows color (decimal): -2844808 or 7903188. OLE color: 7903188.

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

Color convert

RGB212151120-
CMYK00.290.430.17
HSL20.22º51.69%65.1%-
HSV(B)20.22º43.4%83.14%-
XYZ41.6137.4922.81-
YUV165.7102.21161.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=43.89%
G=31.26%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215112000.290.430.1720.2251.6965.1
HexD4977801D2B11143441
Octal32422717003553212464101
Binary1101010010010111111100001110110101110001101001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49778; }

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

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

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

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

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

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

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

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