#D18D75

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

Shades of Feldspar #D18D75

Tints of Feldspar #D18D75

Color information

#D18D75 (or 0xD18D75) is unknown color: approx Feldspar. HEX triplet: D1, 8D and 75. RGB value is (209,141,117). Sum of RGB (Red+Green+Blue) = 209+141+117=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18D75 is #2E728A. Grayscale: #9E9E9E. Windows color (decimal): -3043979 or 7704017. OLE color: 7704017.

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

Color convert

RGB209141117-
CMYK00.330.440.18
HSL15.65º50%63.92%-
HSV(B)15.65º44.02%81.96%-
XYZ39.0333.8921.31-
YUV158.6104.53163.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=44.75%
G=30.19%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914111700.330.440.1815.655063.92
HexD18D750212C12103240
Octal32121516504154222062100
Binary11010001100011011110101010000110110010010100001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18D75; }

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

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

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

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

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

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

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

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