#D79377

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

Shades of Feldspar #D79377

Tints of Feldspar #D79377

Color information

#D79377 (or 0xD79377) is unknown color: approx Feldspar. HEX triplet: D7, 93 and 77. RGB value is (215,147,119). Sum of RGB (Red+Green+Blue) = 215+147+119=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D79377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79377 is #286C88. Grayscale: #A4A4A4. Windows color (decimal): -2649225 or 7836631. OLE color: 7836631.

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

Color convert

RGB215147119-
CMYK00.320.450.16
HSL17.5º54.55%65.49%-
HSV(B)17.5º44.65%84.31%-
XYZ41.7936.6522.32-
YUV164.14102.53164.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.70%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=44.70%
G=30.56%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514711900.320.450.1617.554.5565.49
HexD793770202D10123741
Octal32722316704055202267101
Binary11010111100100111110111010000010110110000100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79377; }

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

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

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

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

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

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

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

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