#D79C78

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

Shades of Feldspar #D79C78

Tints of Feldspar #D79C78

Color information

#D79C78 (or 0xD79C78) is unknown color: approx Feldspar. HEX triplet: D7, 9C and 78. RGB value is (215,156,120). Sum of RGB (Red+Green+Blue) = 215+156+120=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C78 is #286387. Grayscale: #A9A9A9. Windows color (decimal): -2646920 or 7904471. OLE color: 7904471.

HSL color Cylindrical-coordinate representation of color #D79C78: hue angle of 22.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D79C78 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB215156120-
CMYK00.270.440.16
HSL22.74º54.29%65.69%-
HSV(B)22.74º44.19%84.31%-
XYZ43.339.5823.13-
YUV169.54100.05160.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.79%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 120 (47.27% from 255) = 24.44%
R=43.79%
G=31.77%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515612000.270.440.1622.7454.2965.69
HexD79C7801B2C10173642
Octal32723417003354202766102
Binary1101011110011100111100001101110110010000101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79C78; }

 p { color: rgb(215,156,120); }

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

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

 a { background-color: rgb(215,156,120); }

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

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

 span { border-color: rgb(215,156,120); }

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