#D49271

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

Shades of Feldspar #D49271

Tints of Feldspar #D49271

Color information

#D49271 (or 0xD49271) is unknown color: approx Feldspar. HEX triplet: D4, 92 and 71. RGB value is (212,146,113). Sum of RGB (Red+Green+Blue) = 212+146+113=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D49271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49271 is #2B6D8E. Grayscale: #A2A2A2. Windows color (decimal): -2846095 or 7443156. OLE color: 7443156.

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

Color convert

RGB212146113-
CMYK00.310.470.17
HSL20º53.51%63.73%-
HSV(B)20º46.7%83.14%-
XYZ40.4135.7520.39-
YUV161.97100.37163.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=45.01%
G=31.00%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214611300.310.470.172053.5163.73
HexD4927101F2F11143640
Octal32422216103757212466100
Binary1101010010010010111000101111110111110001101001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49271; }

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

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

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

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

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

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

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

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