#D18E75

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

Shades of Feldspar #D18E75

Tints of Feldspar #D18E75

Color information

#D18E75 (or 0xD18E75) is unknown color: approx Feldspar. HEX triplet: D1, 8E and 75. RGB value is (209,142,117). Sum of RGB (Red+Green+Blue) = 209+142+117=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E75 is #2E718A. Grayscale: #9F9F9F. Windows color (decimal): -3043723 or 7704273. OLE color: 7704273.

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

Color convert

RGB209142117-
CMYK00.320.440.18
HSL16.3º50%63.92%-
HSV(B)16.3º44.02%81.96%-
XYZ39.1834.1921.36-
YUV159.18104.2163.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 117 (46.09% from 255) = 25%
R=44.66%
G=30.34%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914211700.320.440.1816.35063.92
HexD18E750202C12103240
Octal32121616504054222062100
Binary11010001100011101110101010000010110010010100001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E75; }

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

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

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

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

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

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

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

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