#D59777

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

Shades of Feldspar #D59777

Tints of Feldspar #D59777

Color information

#D59777 (or 0xD59777) is unknown color: approx Feldspar. HEX triplet: D5, 97 and 77. RGB value is (213,151,119). Sum of RGB (Red+Green+Blue) = 213+151+119=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D59777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59777 is #2A6888. Grayscale: #A6A6A6. Windows color (decimal): -2779273 or 7837653. OLE color: 7837653.

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

Color convert

RGB213151119-
CMYK00.290.440.16
HSL20.43º52.81%65.1%-
HSV(B)20.43º44.13%83.53%-
XYZ41.8437.6122.51-
YUV165.89101.54161.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 119 (46.88% from 255) = 24.64%
R=44.10%
G=31.26%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315111900.290.440.1620.4352.8165.1
HexD5977701D2C10143541
Octal32522716703554202465101
Binary1101010110010111111011101110110110010000101001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59777; }

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

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

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

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

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

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

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

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