#D39577

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

Shades of Feldspar #D39577

Tints of Feldspar #D39577

Color information

#D39577 (or 0xD39577) is unknown color: approx Feldspar. HEX triplet: D3, 95 and 77. RGB value is (211,149,119). Sum of RGB (Red+Green+Blue) = 211+149+119=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D39577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39577 is #2C6A88. Grayscale: #A4A4A4. Windows color (decimal): -2910857 or 7837139. OLE color: 7837139.

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

Color convert

RGB211149119-
CMYK00.290.440.17
HSL19.57º51.11%64.71%-
HSV(B)19.57º43.6%82.75%-
XYZ40.9436.6822.37-
YUV164.12102.54161.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.05%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=44.05%
G=31.11%
B=24.84%

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
Decimal21114911900.290.440.1719.5751.1164.71
HexD3957701D2C11143341
Octal32322516703554212463101
Binary1101001110010101111011101110110110010001101001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39577; }

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

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

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

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

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

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

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

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