#D59773

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

Shades of Feldspar #D59773

Tints of Feldspar #D59773

Color information

#D59773 (or 0xD59773) is unknown color: approx Feldspar. HEX triplet: D5, 97 and 73. RGB value is (213,151,115). Sum of RGB (Red+Green+Blue) = 213+151+115=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D59773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59773 is #2A688C. Grayscale: #A5A5A5. Windows color (decimal): -2779277 or 7575509. OLE color: 7575509.

HSL color Cylindrical-coordinate representation of color #D59773: hue angle of 22.04º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D59773 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213151115-
CMYK00.290.460.16
HSL22.04º53.85%64.31%-
HSV(B)22.04º46.01%83.53%-
XYZ41.637.5221.27-
YUV165.4399.54161.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=44.47%
G=31.52%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315111500.290.460.1622.0453.8564.31
HexD5977301D2E10163640
Octal32522716303556202666100
Binary1101010110010111111001101110110111010000101101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59773; }

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

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

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

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

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

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

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

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