#D49176

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

Shades of Feldspar #D49176

Tints of Feldspar #D49176

Color information

#D49176 (or 0xD49176) is unknown color: approx Feldspar. HEX triplet: D4, 91 and 76. RGB value is (212,145,118). Sum of RGB (Red+Green+Blue) = 212+145+118=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49176 is #2B6E89. Grayscale: #A2A2A2. Windows color (decimal): -2846346 or 7770580. OLE color: 7770580.

HSL color Cylindrical-coordinate representation of color #D49176: hue angle of 17.23º 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 #D49176 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB212145118-
CMYK00.320.440.17
HSL17.23º52.22%64.71%-
HSV(B)17.23º44.34%83.14%-
XYZ40.5535.5621.87-
YUV161.95103.2163.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=44.63%
G=30.53%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214511800.320.440.1717.2352.2264.71
HexD491760202C11113441
Octal32422116604054212164101
Binary11010100100100011110110010000010110010001100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49176; }

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

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

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

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

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

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

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

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