#D79C6E

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

Shades of Feldspar #D79C6E

Tints of Feldspar #D79C6E

Color information

#D79C6E (or 0xD79C6E) is unknown color: approx Feldspar. HEX triplet: D7, 9C and 6E. RGB value is (215,156,110). Sum of RGB (Red+Green+Blue) = 215+156+110=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C6E is #286391. Grayscale: #A8A8A8. Windows color (decimal): -2646930 or 7249111. OLE color: 7249111.

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

Color convert

RGB215156110-
CMYK00.270.490.16
HSL26.29º56.76%63.73%-
HSV(B)26.29º48.84%84.31%-
XYZ42.7339.3520.1-
YUV168.495.05161.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.70%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=44.70%
G=32.43%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515611000.270.490.1626.2956.7663.73
HexD79C6E01B31101a3940
Octal32723415603361203271100
Binary1101011110011100110111001101111000110000110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79C6E; }

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

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

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

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

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

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

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

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