#D79979

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

Shades of Feldspar #D79979

Tints of Feldspar #D79979

Color information

#D79979 (or 0xD79979) is unknown color: approx Feldspar. HEX triplet: D7, 99 and 79. RGB value is (215,153,121). Sum of RGB (Red+Green+Blue) = 215+153+121=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D79979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79979 is #286686. Grayscale: #A8A8A8. Windows color (decimal): -2647687 or 7969239. OLE color: 7969239.

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

Color convert

RGB215153121-
CMYK00.290.440.16
HSL20.43º54.02%65.88%-
HSV(B)20.43º43.72%84.31%-
XYZ42.8738.6123.28-
YUV167.89101.54161.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.97%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=43.97%
G=31.29%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515312100.290.440.1620.4354.0265.88
HexD7997901D2C10143642
Octal32723117103554202466102
Binary1101011110011001111100101110110110010000101001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79979; }

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

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

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

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

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

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

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

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