#D79577

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

Shades of Feldspar #D79577

Tints of Feldspar #D79577

Color information

#D79577 (or 0xD79577) is unknown color: approx Feldspar. HEX triplet: D7, 95 and 77. RGB value is (215,149,119). Sum of RGB (Red+Green+Blue) = 215+149+119=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D79577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79577 is #286A88. Grayscale: #A5A5A5. Windows color (decimal): -2648713 or 7837143. OLE color: 7837143.

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

Color convert

RGB215149119-
CMYK00.310.450.16
HSL18.75º54.55%65.49%-
HSV(B)18.75º44.65%84.31%-
XYZ42.137.2722.43-
YUV165.31101.87163.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 119 (46.88% from 255) = 24.64%
R=44.51%
G=30.85%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514911900.310.450.1618.7554.5565.49
HexD7957701F2D10133741
Octal32722516703755202367101
Binary1101011110010101111011101111110110110000100111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79577; }

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

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

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

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

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

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

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

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