#D49A79

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

Shades of Feldspar #D49A79

Tints of Feldspar #D49A79

Color information

#D49A79 (or 0xD49A79) is unknown color: approx Feldspar. HEX triplet: D4, 9A and 79. RGB value is (212,154,121). Sum of RGB (Red+Green+Blue) = 212+154+121=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A79 is #2B6586. Grayscale: #A7A7A7. Windows color (decimal): -2844039 or 7969492. OLE color: 7969492.

HSL color Cylindrical-coordinate representation of color #D49A79: hue angle of 21.76º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D49A79 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212154121-
CMYK00.270.430.17
HSL21.76º51.41%65.29%-
HSV(B)21.76º42.92%83.14%-
XYZ42.1638.4923.3-
YUV167.58101.72159.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.53%
GREEN value IS 154 (60.55% from 255) = 31.62%
BLUE value IS 121 (47.66% from 255) = 24.85%
R=43.53%
G=31.62%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215412100.270.430.1721.7651.4165.29
HexD49A7901B2B11163341
Octal32423217103353212663101
Binary1101010010011010111100101101110101110001101101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A79; }

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

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

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

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

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

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

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

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