#D59977

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

Shades of Feldspar #D59977

Tints of Feldspar #D59977

Color information

#D59977 (or 0xD59977) is unknown color: approx Feldspar. HEX triplet: D5, 99 and 77. RGB value is (213,153,119). Sum of RGB (Red+Green+Blue) = 213+153+119=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D59977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59977 is #2A6688. Grayscale: #A7A7A7. Windows color (decimal): -2778761 or 7838165. OLE color: 7838165.

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

Color convert

RGB213153119-
CMYK00.280.440.16
HSL21.7º52.81%65.1%-
HSV(B)21.7º44.13%83.53%-
XYZ42.1638.2622.62-
YUV167.06100.88160.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=43.92%
G=31.55%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315311900.280.440.1621.752.8165.1
HexD5997701C2C10163541
Octal32523116703454202665101
Binary1101010110011001111011101110010110010000101101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59977; }

 p { color: rgb(213,153,119); }

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

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

 a { background-color: rgb(213,153,119); }

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

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

 span { border-color: rgb(213,153,119); }

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