#D49A71

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

Shades of Feldspar #D49A71

Tints of Feldspar #D49A71

Color information

#D49A71 (or 0xD49A71) is unknown color: approx Feldspar. HEX triplet: D4, 9A and 71. RGB value is (212,154,113). Sum of RGB (Red+Green+Blue) = 212+154+113=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A71 is #2B658E. Grayscale: #A6A6A6. Windows color (decimal): -2844047 or 7445204. OLE color: 7445204.

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

Color convert

RGB212154113-
CMYK00.270.470.17
HSL24.85º53.51%63.73%-
HSV(B)24.85º46.7%83.14%-
XYZ41.6938.320.82-
YUV166.6797.72160.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=44.26%
G=32.15%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215411300.270.470.1724.8553.5163.73
HexD49A7101B2F11193640
Octal32423216103357213166100
Binary1101010010011010111000101101110111110001110011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A71; }

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

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

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

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

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

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

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

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