#D49C7F

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

Shades of Feldspar #D49C7F

Tints of Feldspar #D49C7F

Color information

#D49C7F (or 0xD49C7F) is unknown color: approx Feldspar. HEX triplet: D4, 9C and 7F. RGB value is (212,156,127). Sum of RGB (Red+Green+Blue) = 212+156+127=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C7F is #2B6380. Grayscale: #A9A9A9. Windows color (decimal): -2843521 or 8363220. OLE color: 8363220.

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

Color convert

RGB212156127-
CMYK00.260.400.17
HSL20.47º49.71%66.47%-
HSV(B)20.47º40.09%83.14%-
XYZ42.8739.3125.41-
YUV169.44104.05158.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 127 (50% from 255) = 25.66%
R=42.83%
G=31.52%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215612700.260.400.1720.4749.7166.47
HexD49C7F01A2811143242
Octal32423417703250212462102
Binary1101010010011100111111101101010100010001101001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C7F; }

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

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

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

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

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

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

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

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