#D59C7E

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

Shades of Feldspar #D59C7E

Tints of Feldspar #D59C7E

Color information

#D59C7E (or 0xD59C7E) is unknown color: approx Feldspar. HEX triplet: D5, 9C and 7E. RGB value is (213,156,126). Sum of RGB (Red+Green+Blue) = 213+156+126=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C7E is #2A6381. Grayscale: #A9A9A9. Windows color (decimal): -2777986 or 8297685. OLE color: 8297685.

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

Color convert

RGB213156126-
CMYK00.270.410.16
HSL20.69º50.88%66.47%-
HSV(B)20.69º40.85%83.53%-
XYZ43.0939.4325.08-
YUV169.62103.38158.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=43.03%
G=31.52%
B=25.45%

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
Decimal21315612600.270.410.1620.6950.8866.47
HexD59C7E01B2910153342
Octal32523417603351202563102
Binary1101010110011100111111001101110100110000101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C7E; }

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

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

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

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

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

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

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

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