#D39573

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

Shades of Feldspar #D39573

Tints of Feldspar #D39573

Color information

#D39573 (or 0xD39573) is unknown color: approx Feldspar. HEX triplet: D3, 95 and 73. RGB value is (211,149,115). Sum of RGB (Red+Green+Blue) = 211+149+115=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D39573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39573 is #2C6A8C. Grayscale: #A3A3A3. Windows color (decimal): -2910861 or 7574995. OLE color: 7574995.

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

Color convert

RGB211149115-
CMYK00.290.450.17
HSL21.25º52.17%63.92%-
HSV(B)21.25º45.5%82.75%-
XYZ40.7136.5821.14-
YUV163.66100.54161.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.42%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=44.42%
G=31.37%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114911500.290.450.1721.2552.1763.92
HexD3957301D2D11153440
Octal32322516303555212564100
Binary1101001110010101111001101110110110110001101011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39573; }

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

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

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

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

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

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

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

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