#D39A7C

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

Shades of Feldspar #D39A7C

Tints of Feldspar #D39A7C

Color information

#D39A7C (or 0xD39A7C) is unknown color: approx Feldspar. HEX triplet: D3, 9A and 7C. RGB value is (211,154,124). Sum of RGB (Red+Green+Blue) = 211+154+124=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D39A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39A7C is #2C6583. Grayscale: #A7A7A7. Windows color (decimal): -2909572 or 8166099. OLE color: 8166099.

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

Color convert

RGB211154124-
CMYK00.270.410.17
HSL20.69º49.71%65.69%-
HSV(B)20.69º41.23%82.75%-
XYZ42.0638.4224.27-
YUV167.62103.38158.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.15%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 124 (48.83% from 255) = 25.36%
R=43.15%
G=31.49%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115412400.270.410.1720.6949.7165.69
HexD39A7C01B2911153242
Octal32323217403351212562102
Binary1101001110011010111110001101110100110001101011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39A7C; }

 p { color: rgb(211,154,124); }

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

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

 a { background-color: rgb(211,154,124); }

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

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

 span { border-color: rgb(211,154,124); }

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