#D19A73

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

Shades of Feldspar #D19A73

Tints of Feldspar #D19A73

Color information

#D19A73 (or 0xD19A73) is unknown color: approx Feldspar. HEX triplet: D1, 9A and 73. RGB value is (209,154,115). Sum of RGB (Red+Green+Blue) = 209+154+115=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A73 is #2E658C. Grayscale: #A6A6A6. Windows color (decimal): -3040653 or 7576273. OLE color: 7576273.

HSL color Cylindrical-coordinate representation of color #D19A73: hue angle of 24.89º 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 #D19A73 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB209154115-
CMYK00.260.450.18
HSL24.89º50.54%63.53%-
HSV(B)24.89º44.98%81.96%-
XYZ40.9437.921.38-
YUV16699.22158.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=43.72%
G=32.22%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915411500.260.450.1824.8950.5463.53
HexD19A7301A2D12193340
Octal32123216303255223163100
Binary1101000110011010111001101101010110110010110011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A73; }

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

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

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

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

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

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

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

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