#D49A80

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

Shades of Feldspar #D49A80

Tints of Feldspar #D49A80

Color information

#D49A80 (or 0xD49A80) is unknown color: approx Feldspar. HEX triplet: D4, 9A and 80. RGB value is (212,154,128). Sum of RGB (Red+Green+Blue) = 212+154+128=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A80 is #2B657F. Grayscale: #A8A8A8. Windows color (decimal): -2844032 or 8428244. OLE color: 8428244.

HSL color Cylindrical-coordinate representation of color #D49A80: hue angle of 18.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D49A80 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212154128-
CMYK00.270.400.17
HSL18.57º49.41%66.67%-
HSV(B)18.57º39.62%83.14%-
XYZ42.638.6725.64-
YUV168.38105.22159.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=42.91%
G=31.17%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215412800.270.400.1718.5749.4166.67
HexD49A8001B2811133143
Octal32423220003350212361103
Binary11010100100110101000000001101110100010001100111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A80; }

 p { color: rgb(212,154,128); }

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

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

 a { background-color: rgb(212,154,128); }

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

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

 span { border-color: rgb(212,154,128); }

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