#D49971

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

Shades of Feldspar #D49971

Tints of Feldspar #D49971

Color information

#D49971 (or 0xD49971) is unknown color: approx Feldspar. HEX triplet: D4, 99 and 71. RGB value is (212,153,113). Sum of RGB (Red+Green+Blue) = 212+153+113=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D49971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49971 is #2B668E. Grayscale: #A6A6A6. Windows color (decimal): -2844303 or 7444948. OLE color: 7444948.

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

Color convert

RGB212153113-
CMYK00.280.470.17
HSL24.24º53.51%63.73%-
HSV(B)24.24º46.7%83.14%-
XYZ41.5237.9720.76-
YUV166.0898.05160.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.35%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=44.35%
G=32.01%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215311300.280.470.1724.2453.5163.73
HexD4997101C2F11183640
Octal32423116103457213066100
Binary1101010010011001111000101110010111110001110001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49971; }

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

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

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

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

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

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

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

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