#D59A77

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

Shades of Feldspar #D59A77

Tints of Feldspar #D59A77

Color information

#D59A77 (or 0xD59A77) is unknown color: approx Feldspar. HEX triplet: D5, 9A and 77. RGB value is (213,154,119). Sum of RGB (Red+Green+Blue) = 213+154+119=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A77 is #2A6588. Grayscale: #A7A7A7. Windows color (decimal): -2778505 or 7838421. OLE color: 7838421.

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

Color convert

RGB213154119-
CMYK00.280.440.16
HSL22.34º52.81%65.1%-
HSV(B)22.34º44.13%83.53%-
XYZ42.3338.5922.67-
YUV167.65100.55160.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=43.83%
G=31.69%
B=24.49%

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
Decimal21315411900.280.440.1622.3452.8165.1
HexD59A7701C2C10163541
Octal32523216703454202665101
Binary1101010110011010111011101110010110010000101101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A77; }

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

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

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

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

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

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

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

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