#D59A7A

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

Shades of Feldspar #D59A7A

Tints of Feldspar #D59A7A

Color information

#D59A7A (or 0xD59A7A) is unknown color: approx Feldspar. HEX triplet: D5, 9A and 7A. RGB value is (213,154,122). Sum of RGB (Red+Green+Blue) = 213+154+122=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A7A is #2A6585. Grayscale: #A8A8A8. Windows color (decimal): -2778502 or 8035029. OLE color: 8035029.

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

Color convert

RGB213154122-
CMYK00.280.430.16
HSL21.1º52%65.69%-
HSV(B)21.1º42.72%83.53%-
XYZ42.5138.6623.63-
YUV167.99102.05160.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=43.56%
G=31.49%
B=24.95%

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
Decimal21315412200.280.430.1621.15265.69
HexD59A7A01C2B10153442
Octal32523217203453202564102
Binary1101010110011010111101001110010101110000101011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A7A; }

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

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

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

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

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

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

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

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