#D59579

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

Shades of Feldspar #D59579

Tints of Feldspar #D59579

Color information

#D59579 (or 0xD59579) is unknown color: approx Feldspar. HEX triplet: D5, 95 and 79. RGB value is (213,149,121). Sum of RGB (Red+Green+Blue) = 213+149+121=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D59579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59579 is #2A6A86. Grayscale: #A5A5A5. Windows color (decimal): -2779783 or 7968213. OLE color: 7968213.

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

Color convert

RGB213149121-
CMYK00.300.430.16
HSL18.26º52.27%65.49%-
HSV(B)18.26º43.19%83.53%-
XYZ41.6437.0223.04-
YUV164.94103.2162.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=44.10%
G=30.85%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314912100.300.430.1618.2652.2765.49
HexD5957901E2B10123441
Octal32522517103653202264101
Binary1101010110010101111100101111010101110000100101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59579; }

 p { color: rgb(213,149,121); }

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

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

 a { background-color: rgb(213,149,121); }

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

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

 span { border-color: rgb(213,149,121); }

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