#D59B7E

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

Shades of Feldspar #D59B7E

Tints of Feldspar #D59B7E

Color information

#D59B7E (or 0xD59B7E) is unknown color: approx Feldspar. HEX triplet: D5, 9B and 7E. RGB value is (213,155,126). Sum of RGB (Red+Green+Blue) = 213+155+126=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B7E is #2A6481. Grayscale: #A9A9A9. Windows color (decimal): -2778242 or 8297429. OLE color: 8297429.

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

Color convert

RGB213155126-
CMYK00.270.410.16
HSL20º50.88%66.47%-
HSV(B)20º40.85%83.53%-
XYZ42.9339.125.02-
YUV169.04103.72159.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=43.12%
G=31.38%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315512600.270.410.162050.8866.47
HexD59B7E01B2910143342
Octal32523317603351202463102
Binary1101010110011011111111001101110100110000101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59B7E; }

 p { color: rgb(213,155,126); }

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

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

 a { background-color: rgb(213,155,126); }

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

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

 span { border-color: rgb(213,155,126); }

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