#D79479

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

Shades of Feldspar #D79479

Tints of Feldspar #D79479

Color information

#D79479 (or 0xD79479) is unknown color: approx Feldspar. HEX triplet: D7, 94 and 79. RGB value is (215,148,121). Sum of RGB (Red+Green+Blue) = 215+148+121=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D79479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79479 is #286B86. Grayscale: #A5A5A5. Windows color (decimal): -2648967 or 7967959. OLE color: 7967959.

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

Color convert

RGB215148121-
CMYK00.310.440.16
HSL17.23º54.02%65.88%-
HSV(B)17.23º43.72%84.31%-
XYZ42.0737.0123.02-
YUV164.96103.2163.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.42%
GREEN value IS 148 (58.20% from 255) = 30.58%
BLUE value IS 121 (47.66% from 255) = 25%
R=44.42%
G=30.58%
B=25%

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
Decimal21514812100.310.440.1617.2354.0265.88
HexD7947901F2C10113642
Octal32722417103754202166102
Binary1101011110010100111100101111110110010000100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79479; }

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

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

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

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

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

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

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

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