#D49270

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

Shades of Feldspar #D49270

Tints of Feldspar #D49270

Color information

#D49270 (or 0xD49270) is unknown color: approx Feldspar. HEX triplet: D4, 92 and 70. RGB value is (212,146,112). Sum of RGB (Red+Green+Blue) = 212+146+112=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D49270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49270 is #2B6D8F. Grayscale: #A2A2A2. Windows color (decimal): -2846096 or 7377620. OLE color: 7377620.

HSL color Cylindrical-coordinate representation of color #D49270: hue angle of 20.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D49270 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB212146112-
CMYK00.310.470.17
HSL20.4º53.76%63.53%-
HSV(B)20.4º47.17%83.14%-
XYZ40.3535.7220.1-
YUV161.8699.87163.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.11%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=45.11%
G=31.06%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214611200.310.470.1720.453.7663.53
HexD4927001F2F11143640
Octal32422216003757212466100
Binary1101010010010010111000001111110111110001101001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49270; }

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

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

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

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

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

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

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

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