#D79471

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

Shades of Feldspar #D79471

Tints of Feldspar #D79471

Color information

#D79471 (or 0xD79471) is unknown color: approx Feldspar. HEX triplet: D7, 94 and 71. RGB value is (215,148,113). Sum of RGB (Red+Green+Blue) = 215+148+113=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D79471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79471 is #286B8E. Grayscale: #A4A4A4. Windows color (decimal): -2648975 or 7443671. OLE color: 7443671.

HSL color Cylindrical-coordinate representation of color #D79471: hue angle of 20.59º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D79471 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB215148113-
CMYK00.310.470.16
HSL20.59º56.04%64.31%-
HSV(B)20.59º47.44%84.31%-
XYZ41.5936.8220.54-
YUV164.0499.2164.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.17%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=45.17%
G=31.09%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514811300.310.470.1620.5956.0464.31
HexD7947101F2F10153840
Octal32722416103757202570100
Binary1101011110010100111000101111110111110000101011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79471; }

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

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

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

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

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

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

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

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