#D39B78

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

Shades of Feldspar #D39B78

Tints of Feldspar #D39B78

Color information

#D39B78 (or 0xD39B78) is unknown color: approx Feldspar. HEX triplet: D3, 9B and 78. RGB value is (211,155,120). Sum of RGB (Red+Green+Blue) = 211+155+120=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39B78 is #2C6487. Grayscale: #A7A7A7. Windows color (decimal): -2909320 or 7904211. OLE color: 7904211.

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

Color convert

RGB211155120-
CMYK00.270.430.17
HSL23.08º50.84%64.9%-
HSV(B)23.08º43.13%82.75%-
XYZ41.9838.6523.02-
YUV167.75101.05158.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.42%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=43.42%
G=31.89%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115512000.270.430.1723.0850.8464.9
HexD39B7801B2B11173341
Octal32323317003353212763101
Binary1101001110011011111100001101110101110001101111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39B78; }

 p { color: rgb(211,155,120); }

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

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

 a { background-color: rgb(211,155,120); }

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

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

 span { border-color: rgb(211,155,120); }

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