#D49877

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

Shades of Feldspar #D49877

Tints of Feldspar #D49877

Color information

#D49877 (or 0xD49877) is unknown color: approx Feldspar. HEX triplet: D4, 98 and 77. RGB value is (212,152,119). Sum of RGB (Red+Green+Blue) = 212+152+119=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D49877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49877 is #2B6788. Grayscale: #A6A6A6. Windows color (decimal): -2844553 or 7837908. OLE color: 7837908.

HSL color Cylindrical-coordinate representation of color #D49877: hue angle of 21.29º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D49877 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB212152119-
CMYK00.280.440.17
HSL21.29º51.96%64.9%-
HSV(B)21.29º43.87%83.14%-
XYZ41.7137.7922.55-
YUV166.18101.38160.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 119 (46.88% from 255) = 24.64%
R=43.89%
G=31.47%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215211900.280.440.1721.2951.9664.9
HexD4987701C2C11153441
Octal32423016703454212564101
Binary1101010010011000111011101110010110010001101011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49877; }

 p { color: rgb(212,152,119); }

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

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

 a { background-color: rgb(212,152,119); }

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

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

 span { border-color: rgb(212,152,119); }

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