#D49178

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

Shades of Feldspar #D49178

Tints of Feldspar #D49178

Color information

#D49178 (or 0xD49178) is unknown color: approx Feldspar. HEX triplet: D4, 91 and 78. RGB value is (212,145,120). Sum of RGB (Red+Green+Blue) = 212+145+120=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D49178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49178 is #2B6E87. Grayscale: #A2A2A2. Windows color (decimal): -2846344 or 7901652. OLE color: 7901652.

HSL color Cylindrical-coordinate representation of color #D49178: hue angle of 16.3º 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 #D49178 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212145120-
CMYK00.320.430.17
HSL16.3º51.69%65.1%-
HSV(B)16.3º43.4%83.14%-
XYZ40.6735.622.5-
YUV162.18104.2163.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=44.44%
G=30.40%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214512000.320.430.1716.351.6965.1
HexD491780202B11103441
Octal32422117004053212064101
Binary11010100100100011111000010000010101110001100001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49178; }

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

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

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

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

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

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

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

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