#D59A79

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

Shades of Feldspar #D59A79

Tints of Feldspar #D59A79

Color information

#D59A79 (or 0xD59A79) is unknown color: approx Feldspar. HEX triplet: D5, 9A and 79. RGB value is (213,154,121). Sum of RGB (Red+Green+Blue) = 213+154+121=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A79 is #2A6586. Grayscale: #A8A8A8. Windows color (decimal): -2778503 or 7969493. OLE color: 7969493.

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

Color convert

RGB213154121-
CMYK00.280.430.16
HSL21.52º52.27%65.49%-
HSV(B)21.52º43.19%83.53%-
XYZ42.4538.6423.31-
YUV167.88101.55160.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=43.65%
G=31.56%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315412100.280.430.1621.5252.2765.49
HexD59A7901C2B10163441
Octal32523217103453202664101
Binary1101010110011010111100101110010101110000101101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A79; }

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

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

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

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

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

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

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

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