#D19573

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

Shades of Feldspar #D19573

Tints of Feldspar #D19573

Color information

#D19573 (or 0xD19573) is unknown color: approx Feldspar. HEX triplet: D1, 95 and 73. RGB value is (209,149,115). Sum of RGB (Red+Green+Blue) = 209+149+115=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D19573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19573 is #2E6A8C. Grayscale: #A3A3A3. Windows color (decimal): -3041933 or 7574993. OLE color: 7574993.

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

Color convert

RGB209149115-
CMYK00.290.450.18
HSL21.7º50.54%63.53%-
HSV(B)21.7º44.98%81.96%-
XYZ40.1436.2921.11-
YUV163.06100.88160.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=44.19%
G=31.50%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914911500.290.450.1821.750.5463.53
HexD1957301D2D12163340
Octal32122516303555222663100
Binary1101000110010101111001101110110110110010101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19573; }

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

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

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

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

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

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

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

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