#D59E72

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

Shades of Feldspar #D59E72

Tints of Feldspar #D59E72

Color information

#D59E72 (or 0xD59E72) is unknown color: approx Feldspar. HEX triplet: D5, 9E and 72. RGB value is (213,158,114). Sum of RGB (Red+Green+Blue) = 213+158+114=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E72 is #2A618D. Grayscale: #A9A9A9. Windows color (decimal): -2777486 or 7511765. OLE color: 7511765.

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

Color convert

RGB213158114-
CMYK00.260.460.16
HSL26.67º54.1%64.12%-
HSV(B)26.67º46.48%83.53%-
XYZ42.739.8121.35-
YUV169.4396.72159.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=43.92%
G=32.58%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315811400.260.460.1626.6754.164.12
HexD59E7201A2E101b3640
Octal32523616203256203366100
Binary1101010110011110111001001101010111010000110111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59E72; }

 p { color: rgb(213,158,114); }

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

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

 a { background-color: rgb(213,158,114); }

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

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

 span { border-color: rgb(213,158,114); }

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