#D18C78

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

Shades of Feldspar #D18C78

Tints of Feldspar #D18C78

Color information

#D18C78 (or 0xD18C78) is unknown color: approx Feldspar. HEX triplet: D1, 8C and 78. RGB value is (209,140,120). Sum of RGB (Red+Green+Blue) = 209+140+120=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C78 is #2E7387. Grayscale: #9E9E9E. Windows color (decimal): -3044232 or 7900369. OLE color: 7900369.

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

Color convert

RGB209140120-
CMYK00.330.430.18
HSL13.48º49.17%64.51%-
HSV(B)13.48º42.58%81.96%-
XYZ39.0633.6722.21-
YUV158.35106.36164.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=44.56%
G=29.85%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914012000.330.430.1813.4849.1764.51
HexD18C780212B12d3141
Octal32121417004153221561101
Binary1101000110001100111100001000011010111001011011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C78; }

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

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

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

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

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

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

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

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