#D39477

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

Shades of Feldspar #D39477

Tints of Feldspar #D39477

Color information

#D39477 (or 0xD39477) is unknown color: approx Feldspar. HEX triplet: D3, 94 and 77. RGB value is (211,148,119). Sum of RGB (Red+Green+Blue) = 211+148+119=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D39477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39477 is #2C6B88. Grayscale: #A3A3A3. Windows color (decimal): -2911113 or 7836883. OLE color: 7836883.

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

Color convert

RGB211148119-
CMYK00.300.440.17
HSL18.91º51.11%64.71%-
HSV(B)18.91º43.6%82.75%-
XYZ40.7836.3622.32-
YUV163.53102.87161.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.14%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=44.14%
G=30.96%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114811900.300.440.1718.9151.1164.71
HexD3947701E2C11133341
Octal32322416703654212363101
Binary1101001110010100111011101111010110010001100111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39477; }

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

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

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

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

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

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

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

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