#D39C7A

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

Shades of Feldspar #D39C7A

Tints of Feldspar #D39C7A

Color information

#D39C7A (or 0xD39C7A) is unknown color: approx Feldspar. HEX triplet: D3, 9C and 7A. RGB value is (211,156,122). Sum of RGB (Red+Green+Blue) = 211+156+122=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39C7A is #2C6385. Grayscale: #A8A8A8. Windows color (decimal): -2909062 or 8035539. OLE color: 8035539.

HSL color Cylindrical-coordinate representation of color #D39C7A: hue angle of 22.92º degrees, saturation: 0.5, 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 #D39C7A is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB211156122-
CMYK00.260.420.17
HSL22.92º50.28%65.29%-
HSV(B)22.92º42.18%82.75%-
XYZ42.2739.0323.72-
YUV168.57101.72158.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.15%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=43.15%
G=31.90%
B=24.95%

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
Decimal21115612200.260.420.1722.9250.2865.29
HexD39C7A01A2A11173241
Octal32323417203252212762101
Binary1101001110011100111101001101010101010001101111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39C7A; }

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

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

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

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

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

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

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

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