#d18f76

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

Shades of Feldspar #D18F76

Tints of Feldspar #D18F76

Color information

#D18F76 (or 0xD18F76) is unknown color: approx Feldspar. HEX triplet: D1, 8F and 76. RGB value is (209,143,118). Sum of RGB (Red+Green+Blue) = 209+143+118=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F76 is #2E7089. Grayscale: #A0A0A0. Windows color (decimal): -3043466 or 7770065. OLE color: 7770065.

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

Color convert

RGB209143118-
CMYK00.320.440.18
HSL16.48º49.73%64.12%-
HSV(B)16.48º43.54%81.96%-
XYZ39.3934.5121.72-
YUV159.88104.37163.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=44.47%
G=30.43%
B=25.11%

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
Decimal20914311800.320.440.1816.4849.7364.12
HexD18F760202C12103240
Octal32121716604054222062100
Binary11010001100011111110110010000010110010010100001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d18f76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d18f76; }

 p { color: rgb(209,143,118); }

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

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

 a { background-color: rgb(209,143,118); }

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

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

 span { border-color: rgb(209,143,118); }

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