#D19E73

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

Shades of Feldspar #D19E73

Tints of Feldspar #D19E73

Color information

#D19E73 (or 0xD19E73) is unknown color: approx Feldspar. HEX triplet: D1, 9E and 73. RGB value is (209,158,115). Sum of RGB (Red+Green+Blue) = 209+158+115=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19E73 is #2E618C. Grayscale: #A8A8A8. Windows color (decimal): -3039629 or 7577297. OLE color: 7577297.

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

Color convert

RGB209158115-
CMYK00.240.450.18
HSL27.45º50.54%63.53%-
HSV(B)27.45º44.98%81.96%-
XYZ41.6239.2521.6-
YUV168.3597.9157-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 115 (45.31% from 255) = 23.86%
R=43.36%
G=32.78%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915811500.240.450.1827.4550.5463.53
HexD19E730182D121b3340
Octal32123616303055223363100
Binary1101000110011110111001101100010110110010110111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E73; }

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

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

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

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

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

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

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

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