#D79C71

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

Shades of Feldspar #D79C71

Tints of Feldspar #D79C71

Color information

#D79C71 (or 0xD79C71) is unknown color: approx Feldspar. HEX triplet: D7, 9C and 71. RGB value is (215,156,113). Sum of RGB (Red+Green+Blue) = 215+156+113=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C71 is #28638E. Grayscale: #A8A8A8. Windows color (decimal): -2646927 or 7445719. OLE color: 7445719.

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

Color convert

RGB215156113-
CMYK00.270.470.16
HSL25.29º56.04%64.31%-
HSV(B)25.29º47.44%84.31%-
XYZ42.8939.4220.97-
YUV168.7496.55161-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.42%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=44.42%
G=32.23%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515611300.270.470.1625.2956.0464.31
HexD79C7101B2F10193840
Octal32723416103357203170100
Binary1101011110011100111000101101110111110000110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79C71; }

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

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

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

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

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

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

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

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