#D49172

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

Shades of Feldspar #D49172

Tints of Feldspar #D49172

Color information

#D49172 (or 0xD49172) is unknown color: approx Feldspar. HEX triplet: D4, 91 and 72. RGB value is (212,145,114). Sum of RGB (Red+Green+Blue) = 212+145+114=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D49172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49172 is #2B6E8D. Grayscale: #A1A1A1. Windows color (decimal): -2846350 or 7508436. OLE color: 7508436.

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

Color convert

RGB212145114-
CMYK00.320.460.17
HSL18.98º53.26%63.92%-
HSV(B)18.98º46.23%83.14%-
XYZ40.3135.4620.64-
YUV161.5101.2164.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=45.01%
G=30.79%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214511400.320.460.1718.9853.2663.92
HexD491720202E11133540
Octal32422116204056212365100
Binary11010100100100011110010010000010111010001100111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49172; }

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

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

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

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

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

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

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

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