#D79C7B

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

Shades of Feldspar #D79C7B

Tints of Feldspar #D79C7B

Color information

#D79C7B (or 0xD79C7B) is unknown color: approx Feldspar. HEX triplet: D7, 9C and 7B. RGB value is (215,156,123). Sum of RGB (Red+Green+Blue) = 215+156+123=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C7B is #286384. Grayscale: #AAAAAA. Windows color (decimal): -2646917 or 8101079. OLE color: 8101079.

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

Color convert

RGB215156123-
CMYK00.270.430.16
HSL21.52º53.49%66.27%-
HSV(B)21.52º42.79%84.31%-
XYZ43.4939.6524.1-
YUV169.88101.55160.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 123 (48.44% from 255) = 24.90%
R=43.52%
G=31.58%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515612300.270.430.1621.5253.4966.27
HexD79C7B01B2B10163542
Octal32723417303353202665102
Binary1101011110011100111101101101110101110000101101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79C7B; }

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

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

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

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

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

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

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

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