#D49679

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

Shades of Feldspar #D49679

Tints of Feldspar #D49679

Color information

#D49679 (or 0xD49679) is unknown color: approx Feldspar. HEX triplet: D4, 96 and 79. RGB value is (212,150,121). Sum of RGB (Red+Green+Blue) = 212+150+121=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D49679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49679 is #2B6986. Grayscale: #A5A5A5. Windows color (decimal): -2845063 or 7968468. OLE color: 7968468.

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

Color convert

RGB212150121-
CMYK00.290.430.17
HSL19.12º51.41%65.29%-
HSV(B)19.12º42.92%83.14%-
XYZ41.5137.1923.08-
YUV165.23103.04161.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=43.89%
G=31.06%
B=25.05%

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
Decimal21215012100.290.430.1719.1251.4165.29
HexD4967901D2B11133341
Octal32422617103553212363101
Binary1101010010010110111100101110110101110001100111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49679; }

 p { color: rgb(212,150,121); }

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

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

 a { background-color: rgb(212,150,121); }

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

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

 span { border-color: rgb(212,150,121); }

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