#D49272

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

Shades of Feldspar #D49272

Tints of Feldspar #D49272

Color information

#D49272 (or 0xD49272) is unknown color: approx Feldspar. HEX triplet: D4, 92 and 72. RGB value is (212,146,114). Sum of RGB (Red+Green+Blue) = 212+146+114=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D49272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49272 is #2B6D8D. Grayscale: #A2A2A2. Windows color (decimal): -2846094 or 7508692. OLE color: 7508692.

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

Color convert

RGB212146114-
CMYK00.310.460.17
HSL19.59º53.26%63.92%-
HSV(B)19.59º46.23%83.14%-
XYZ40.4735.7720.69-
YUV162.09100.87163.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=44.92%
G=30.93%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214611400.310.460.1719.5953.2663.92
HexD4927201F2E11143540
Octal32422216203756212465100
Binary1101010010010010111001001111110111010001101001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49272; }

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

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

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

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

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

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

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

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