#D49474

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

Shades of Feldspar #D49474

Tints of Feldspar #D49474

Color information

#D49474 (or 0xD49474) is unknown color: approx Feldspar. HEX triplet: D4, 94 and 74. RGB value is (212,148,116). Sum of RGB (Red+Green+Blue) = 212+148+116=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D49474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49474 is #2B6B8B. Grayscale: #A3A3A3. Windows color (decimal): -2845580 or 7640276. OLE color: 7640276.

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

Color convert

RGB212148116-
CMYK00.300.450.17
HSL20º52.75%64.31%-
HSV(B)20º45.28%83.14%-
XYZ40.8936.4421.4-
YUV163.49101.2162.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=44.54%
G=31.09%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214811600.300.450.172052.7564.31
HexD4947401E2D11143540
Octal32422416403655212465100
Binary1101010010010100111010001111010110110001101001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49474; }

 p { color: rgb(212,148,116); }

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

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

 a { background-color: rgb(212,148,116); }

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

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

 span { border-color: rgb(212,148,116); }

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