#D49171

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

Shades of Feldspar #D49171

Tints of Feldspar #D49171

Color information

#D49171 (or 0xD49171) is unknown color: approx Feldspar. HEX triplet: D4, 91 and 71. RGB value is (212,145,113). Sum of RGB (Red+Green+Blue) = 212+145+113=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D49171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49171 is #2B6E8E. Grayscale: #A1A1A1. Windows color (decimal): -2846351 or 7442900. OLE color: 7442900.

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

Color convert

RGB212145113-
CMYK00.320.470.17
HSL19.39º53.51%63.73%-
HSV(B)19.39º46.7%83.14%-
XYZ40.2635.4420.34-
YUV161.38100.7164.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.11%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=45.11%
G=30.85%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214511300.320.470.1719.3953.5163.73
HexD491710202F11133640
Octal32422116104057212366100
Binary11010100100100011110001010000010111110001100111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49171; }

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

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

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

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

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

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

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

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