#D19E72

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

Shades of Feldspar #D19E72

Tints of Feldspar #D19E72

Color information

#D19E72 (or 0xD19E72) is unknown color: approx Feldspar. HEX triplet: D1, 9E and 72. RGB value is (209,158,114). Sum of RGB (Red+Green+Blue) = 209+158+114=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19E72 is #2E618D. Grayscale: #A8A8A8. Windows color (decimal): -3039630 or 7511761. OLE color: 7511761.

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

Color convert

RGB209158114-
CMYK00.240.450.18
HSL27.79º50.8%63.33%-
HSV(B)27.79º45.45%81.96%-
XYZ41.5639.2221.3-
YUV168.2397.4157.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=43.45%
G=32.85%
B=23.70%

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
Decimal20915811400.240.450.1827.7950.863.33
HexD19E720182D121c333f
Octal3212361620305522346377
Binary110100011001111011100100110001011011001011100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E72; }

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

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

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

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

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

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

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

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