#D49E75

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

Shades of Feldspar #D49E75

Tints of Feldspar #D49E75

Color information

#D49E75 (or 0xD49E75) is unknown color: approx Feldspar. HEX triplet: D4, 9E and 75. RGB value is (212,158,117). Sum of RGB (Red+Green+Blue) = 212+158+117=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E75 is #2B618A. Grayscale: #A9A9A9. Windows color (decimal): -2843019 or 7708372. OLE color: 7708372.

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

Color convert

RGB212158117-
CMYK00.250.450.17
HSL25.89º52.49%64.51%-
HSV(B)25.89º44.81%83.14%-
XYZ42.5939.7422.25-
YUV169.4798.39158.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.53%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=43.53%
G=32.44%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215811700.250.450.1725.8952.4964.51
HexD49E750192D111a3441
Octal32423616503155213264101
Binary1101010010011110111010101100110110110001110101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E75; }

 p { color: rgb(212,158,117); }

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

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

 a { background-color: rgb(212,158,117); }

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

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

 span { border-color: rgb(212,158,117); }

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