#D49E71

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

Shades of Feldspar #D49E71

Tints of Feldspar #D49E71

Color information

#D49E71 (or 0xD49E71) is unknown color: approx Feldspar. HEX triplet: D4, 9E and 71. RGB value is (212,158,113). Sum of RGB (Red+Green+Blue) = 212+158+113=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E71 is #2B618E. Grayscale: #A9A9A9. Windows color (decimal): -2843023 or 7446228. OLE color: 7446228.

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

Color convert

RGB212158113-
CMYK00.250.470.17
HSL27.27º53.51%63.73%-
HSV(B)27.27º46.7%83.14%-
XYZ42.3639.6421.04-
YUV169.0296.39158.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=43.89%
G=32.71%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215811300.250.470.1727.2753.5163.73
HexD49E710192F111b3640
Octal32423616103157213366100
Binary1101010010011110111000101100110111110001110111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E71; }

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

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

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

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

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

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

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

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