#D39777

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

Shades of Feldspar #D39777

Tints of Feldspar #D39777

Color information

#D39777 (or 0xD39777) is unknown color: approx Feldspar. HEX triplet: D3, 97 and 77. RGB value is (211,151,119). Sum of RGB (Red+Green+Blue) = 211+151+119=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D39777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39777 is #2C6888. Grayscale: #A5A5A5. Windows color (decimal): -2910345 or 7837651. OLE color: 7837651.

HSL color Cylindrical-coordinate representation of color #D39777: hue angle of 20.87º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D39777 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB211151119-
CMYK00.280.440.17
HSL20.87º51.11%64.71%-
HSV(B)20.87º43.6%82.75%-
XYZ41.2637.3122.48-
YUV165.29101.88160.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.87%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=43.87%
G=31.39%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115111900.280.440.1720.8751.1164.71
HexD3977701C2C11153341
Octal32322716703454212563101
Binary1101001110010111111011101110010110010001101011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39777; }

 p { color: rgb(211,151,119); }

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

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

 a { background-color: rgb(211,151,119); }

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

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

 span { border-color: rgb(211,151,119); }

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