#D39580

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

Shades of Feldspar #D39580

Tints of Feldspar #D39580

Color information

#D39580 (or 0xD39580) is unknown color: approx Feldspar. HEX triplet: D3, 95 and 80. RGB value is (211,149,128). Sum of RGB (Red+Green+Blue) = 211+149+128=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D39580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39580 is #2C6A7F. Grayscale: #A5A5A5. Windows color (decimal): -2910848 or 8426963. OLE color: 8426963.

HSL color Cylindrical-coordinate representation of color #D39580: hue angle of 15.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D39580 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB211149128-
CMYK00.290.390.17
HSL15.18º48.54%66.47%-
HSV(B)15.18º39.34%82.75%-
XYZ41.5136.925.36-
YUV165.14107.04160.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.24%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=43.24%
G=30.53%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114912800.290.390.1715.1848.5466.47
HexD3958001D2711f3142
Octal32322520003547211761102
Binary1101001110010101100000000111011001111000111111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39580; }

 p { color: rgb(211,149,128); }

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

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

 a { background-color: rgb(211,149,128); }

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

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

 span { border-color: rgb(211,149,128); }

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