#D78C74

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

Shades of Feldspar #D78C74

Tints of Feldspar #D78C74

Color information

#D78C74 (or 0xD78C74) is unknown color: approx Feldspar. HEX triplet: D7, 8C and 74. RGB value is (215,140,116). Sum of RGB (Red+Green+Blue) = 215+140+116=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C74 is #28738B. Grayscale: #9F9F9F. Windows color (decimal): -2651020 or 7638231. OLE color: 7638231.

HSL color Cylindrical-coordinate representation of color #D78C74: hue angle of 14.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D78C74 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215140116-
CMYK00.350.460.16
HSL14.55º55.31%64.9%-
HSV(B)14.55º46.05%84.31%-
XYZ40.5534.4621.04-
YUV159.69103.35167.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=45.65%
G=29.72%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514011600.350.460.1614.5555.3164.9
HexD78C740232E10f3741
Octal32721416404356201767101
Binary1101011110001100111010001000111011101000011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C74; }

 p { color: rgb(215,140,116); }

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

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

 a { background-color: rgb(215,140,116); }

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

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

 span { border-color: rgb(215,140,116); }

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