#D79671

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

Shades of Feldspar #D79671

Tints of Feldspar #D79671

Color information

#D79671 (or 0xD79671) is unknown color: approx Feldspar. HEX triplet: D7, 96 and 71. RGB value is (215,150,113). Sum of RGB (Red+Green+Blue) = 215+150+113=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D79671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79671 is #28698E. Grayscale: #A5A5A5. Windows color (decimal): -2648463 or 7444183. OLE color: 7444183.

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

Color convert

RGB215150113-
CMYK00.300.470.16
HSL21.76º56.04%64.31%-
HSV(B)21.76º47.44%84.31%-
XYZ41.9137.4520.64-
YUV165.2298.53163.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.98%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=44.98%
G=31.38%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515011300.300.470.1621.7656.0464.31
HexD7967101E2F10163840
Octal32722616103657202670100
Binary1101011110010110111000101111010111110000101101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79671; }

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

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

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

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

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

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

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

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