#D49277

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

Shades of Feldspar #D49277

Tints of Feldspar #D49277

Color information

#D49277 (or 0xD49277) is unknown color: approx Feldspar. HEX triplet: D4, 92 and 77. RGB value is (212,146,119). Sum of RGB (Red+Green+Blue) = 212+146+119=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D49277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49277 is #2B6D88. Grayscale: #A2A2A2. Windows color (decimal): -2846089 or 7836372. OLE color: 7836372.

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

Color convert

RGB212146119-
CMYK00.310.440.17
HSL17.42º51.96%64.9%-
HSV(B)17.42º43.87%83.14%-
XYZ40.7635.8922.23-
YUV162.66103.37163.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=44.44%
G=30.61%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214611900.310.440.1717.4251.9664.9
HexD4927701F2C11113441
Octal32422216703754212164101
Binary1101010010010010111011101111110110010001100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49277; }

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

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

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

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

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

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

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

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