#D49C7D

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

Shades of Feldspar #D49C7D

Tints of Feldspar #D49C7D

Color information

#D49C7D (or 0xD49C7D) is unknown color: approx Feldspar. HEX triplet: D4, 9C and 7D. RGB value is (212,156,125). Sum of RGB (Red+Green+Blue) = 212+156+125=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C7D is #2B6382. Grayscale: #A9A9A9. Windows color (decimal): -2843523 or 8232148. OLE color: 8232148.

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

Color convert

RGB212156125-
CMYK00.260.410.17
HSL21.38º50.29%66.08%-
HSV(B)21.38º41.04%83.14%-
XYZ42.7439.2524.73-
YUV169.21103.05158.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=43.00%
G=31.64%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215612500.260.410.1721.3850.2966.08
HexD49C7D01A2911153242
Octal32423417503251212562102
Binary1101010010011100111110101101010100110001101011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C7D; }

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

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

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

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

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

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

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

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