#D49780

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

Shades of Feldspar #D49780

Tints of Feldspar #D49780

Color information

#D49780 (or 0xD49780) is unknown color: approx Feldspar. HEX triplet: D4, 97 and 80. RGB value is (212,151,128). Sum of RGB (Red+Green+Blue) = 212+151+128=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D49780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49780 is #2B687F. Grayscale: #A6A6A6. Windows color (decimal): -2844800 or 8427476. OLE color: 8427476.

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

Color convert

RGB212151128-
CMYK00.290.400.17
HSL16.43º49.41%66.67%-
HSV(B)16.43º39.62%83.14%-
XYZ42.1137.6925.48-
YUV166.62106.21160.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=43.18%
G=30.75%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215112800.290.400.1716.4349.4166.67
HexD4978001D2811103143
Octal32422720003550212061103
Binary11010100100101111000000001110110100010001100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49780; }

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

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

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

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

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

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

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

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