#D49E72

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

Shades of Feldspar #D49E72

Tints of Feldspar #D49E72

Color information

#D49E72 (or 0xD49E72) is unknown color: approx Feldspar. HEX triplet: D4, 9E and 72. RGB value is (212,158,114). Sum of RGB (Red+Green+Blue) = 212+158+114=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E72 is #2B618D. Grayscale: #A9A9A9. Windows color (decimal): -2843022 or 7511764. OLE color: 7511764.

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

Color convert

RGB212158114-
CMYK00.250.460.17
HSL26.94º53.26%63.92%-
HSV(B)26.94º46.23%83.14%-
XYZ42.4239.6721.34-
YUV169.1396.89158.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=43.80%
G=32.64%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215811400.250.460.1726.9453.2663.92
HexD49E720192E111b3540
Octal32423616203156213365100
Binary1101010010011110111001001100110111010001110111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E72; }

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

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

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

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

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

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

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

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