#D39A7D

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

Shades of Feldspar #D39A7D

Tints of Feldspar #D39A7D

Color information

#D39A7D (or 0xD39A7D) is unknown color: approx Feldspar. HEX triplet: D3, 9A and 7D. RGB value is (211,154,125). Sum of RGB (Red+Green+Blue) = 211+154+125=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D39A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39A7D is #2C6582. Grayscale: #A7A7A7. Windows color (decimal): -2909571 or 8231635. OLE color: 8231635.

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

Color convert

RGB211154125-
CMYK00.270.410.17
HSL20.23º49.43%65.88%-
HSV(B)20.23º40.76%82.75%-
XYZ42.1238.4424.6-
YUV167.74103.88158.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.06%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=43.06%
G=31.43%
B=25.51%

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
Decimal21115412500.270.410.1720.2349.4365.88
HexD39A7D01B2911143142
Octal32323217503351212461102
Binary1101001110011010111110101101110100110001101001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39A7D; }

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

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

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

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

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

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

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

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