#D49C76

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

Shades of Feldspar #D49C76

Tints of Feldspar #D49C76

Color information

#D49C76 (or 0xD49C76) is unknown color: approx Feldspar. HEX triplet: D4, 9C and 76. RGB value is (212,156,118). Sum of RGB (Red+Green+Blue) = 212+156+118=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C76 is #2B6389. Grayscale: #A8A8A8. Windows color (decimal): -2843530 or 7773396. OLE color: 7773396.

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

Color convert

RGB212156118-
CMYK00.260.440.17
HSL24.26º52.22%64.71%-
HSV(B)24.26º44.34%83.14%-
XYZ42.3139.0822.45-
YUV168.4199.55159.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=43.62%
G=32.10%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215611800.260.440.1724.2652.2264.71
HexD49C7601A2C11183441
Octal32423416603254213064101
Binary1101010010011100111011001101010110010001110001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C76; }

 p { color: rgb(212,156,118); }

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

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

 a { background-color: rgb(212,156,118); }

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

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

 span { border-color: rgb(212,156,118); }

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