#D79D77

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

Shades of Feldspar #D79D77

Tints of Feldspar #D79D77

Color information

#D79D77 (or 0xD79D77) is unknown color: approx Feldspar. HEX triplet: D7, 9D and 77. RGB value is (215,157,119). Sum of RGB (Red+Green+Blue) = 215+157+119=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D77 is #286288. Grayscale: #AAAAAA. Windows color (decimal): -2646665 or 7839191. OLE color: 7839191.

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

Color convert

RGB215157119-
CMYK00.270.450.16
HSL23.75º54.55%65.49%-
HSV(B)23.75º44.65%84.31%-
XYZ43.4139.8922.86-
YUV170.0199.22160.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.79%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=43.79%
G=31.98%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515711900.270.450.1623.7554.5565.49
HexD79D7701B2D10183741
Octal32723516703355203067101
Binary1101011110011101111011101101110110110000110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79D77; }

 p { color: rgb(215,157,119); }

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

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

 a { background-color: rgb(215,157,119); }

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

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

 span { border-color: rgb(215,157,119); }

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