#D39676

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

Shades of Feldspar #D39676

Tints of Feldspar #D39676

Color information

#D39676 (or 0xD39676) is unknown color: approx Feldspar. HEX triplet: D3, 96 and 76. RGB value is (211,150,118). Sum of RGB (Red+Green+Blue) = 211+150+118=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D39676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39676 is #2C6989. Grayscale: #A4A4A4. Windows color (decimal): -2910602 or 7771859. OLE color: 7771859.

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

Color convert

RGB211150118-
CMYK00.290.440.17
HSL20.65º51.38%64.51%-
HSV(B)20.65º44.08%82.75%-
XYZ41.0436.9722.11-
YUV164.59101.71161.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.05%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 118 (46.48% from 255) = 24.63%
R=44.05%
G=31.32%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115011800.290.440.1720.6551.3864.51
HexD3967601D2C11153341
Octal32322616603554212563101
Binary1101001110010110111011001110110110010001101011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39676; }

 p { color: rgb(211,150,118); }

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

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

 a { background-color: rgb(211,150,118); }

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

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

 span { border-color: rgb(211,150,118); }

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