#D79579

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

Shades of Feldspar #D79579

Tints of Feldspar #D79579

Color information

#D79579 (or 0xD79579) is unknown color: approx Feldspar. HEX triplet: D7, 95 and 79. RGB value is (215,149,121). Sum of RGB (Red+Green+Blue) = 215+149+121=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D79579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79579 is #286A86. Grayscale: #A5A5A5. Windows color (decimal): -2648711 or 7968215. OLE color: 7968215.

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

Color convert

RGB215149121-
CMYK00.310.440.16
HSL17.87º54.02%65.88%-
HSV(B)17.87º43.72%84.31%-
XYZ42.2237.3223.07-
YUV165.54102.87163.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.33%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=44.33%
G=30.72%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514912100.310.440.1617.8754.0265.88
HexD7957901F2C10123642
Octal32722517103754202266102
Binary1101011110010101111100101111110110010000100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79579; }

 p { color: rgb(215,149,121); }

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

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

 a { background-color: rgb(215,149,121); }

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

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

 span { border-color: rgb(215,149,121); }

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