#D18E71

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

Shades of Feldspar #D18E71

Tints of Feldspar #D18E71

Color information

#D18E71 (or 0xD18E71) is unknown color: approx Feldspar. HEX triplet: D1, 8E and 71. RGB value is (209,142,113). Sum of RGB (Red+Green+Blue) = 209+142+113=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E71 is #2E718E. Grayscale: #9E9E9E. Windows color (decimal): -3043727 or 7442129. OLE color: 7442129.

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

Color convert

RGB209142113-
CMYK00.320.460.18
HSL18.13º51.06%63.14%-
HSV(B)18.13º45.93%81.96%-
XYZ38.9534.0920.15-
YUV158.73102.2163.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.04%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=45.04%
G=30.60%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914211300.320.460.1818.1351.0663.14
HexD18E710202E1212333f
Octal3212161610405622226377
Binary1101000110001110111000101000001011101001010010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E71; }

 p { color: rgb(209,142,113); }

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

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

 a { background-color: rgb(209,142,113); }

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

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

 span { border-color: rgb(209,142,113); }

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