#D49C7A

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

Shades of Feldspar #D49C7A

Tints of Feldspar #D49C7A

Color information

#D49C7A (or 0xD49C7A) is unknown color: approx Feldspar. HEX triplet: D4, 9C and 7A. RGB value is (212,156,122). Sum of RGB (Red+Green+Blue) = 212+156+122=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C7A is #2B6385. Grayscale: #A9A9A9. Windows color (decimal): -2843526 or 8035540. OLE color: 8035540.

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

Color convert

RGB212156122-
CMYK00.260.420.17
HSL22.67º51.14%65.49%-
HSV(B)22.67º42.45%83.14%-
XYZ42.5539.1823.73-
YUV168.87101.55158.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.27%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=43.27%
G=31.84%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215612200.260.420.1722.6751.1465.49
HexD49C7A01A2A11173341
Octal32423417203252212763101
Binary1101010010011100111101001101010101010001101111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C7A; }

 p { color: rgb(212,156,122); }

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

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

 a { background-color: rgb(212,156,122); }

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

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

 span { border-color: rgb(212,156,122); }

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