#D18F78

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

Shades of Feldspar #D18F78

Tints of Feldspar #D18F78

Color information

#D18F78 (or 0xD18F78) is unknown color: approx Feldspar. HEX triplet: D1, 8F and 78. RGB value is (209,143,120). Sum of RGB (Red+Green+Blue) = 209+143+120=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F78 is #2E7087. Grayscale: #A0A0A0. Windows color (decimal): -3043464 or 7901137. OLE color: 7901137.

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

Color convert

RGB209143120-
CMYK00.320.430.18
HSL15.51º49.17%64.51%-
HSV(B)15.51º42.58%81.96%-
XYZ39.5134.5622.36-
YUV160.11105.37162.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=44.28%
G=30.30%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914312000.320.430.1815.5149.1764.51
HexD18F780202B12103141
Octal32121717004053222061101
Binary11010001100011111111000010000010101110010100001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F78; }

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

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

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

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

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

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

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

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