#D59D6E

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

Shades of Feldspar #D59D6E

Tints of Feldspar #D59D6E

Color information

#D59D6E (or 0xD59D6E) is unknown color: approx Feldspar. HEX triplet: D5, 9D and 6E. RGB value is (213,157,110). Sum of RGB (Red+Green+Blue) = 213+157+110=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D6E is #2A6291. Grayscale: #A8A8A8. Windows color (decimal): -2777746 or 7249365. OLE color: 7249365.

HSL color Cylindrical-coordinate representation of color #D59D6E: hue angle of 27.38º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D59D6E is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213157110-
CMYK00.260.480.16
HSL27.38º55.08%63.33%-
HSV(B)27.38º48.36%83.53%-
XYZ42.3139.3920.12-
YUV168.3995.05159.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=44.38%
G=32.71%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315711000.260.480.1627.3855.0863.33
HexD59D6E01A30101b373f
Octal3252351560326020336777
Binary110101011001110111011100110101100001000011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59D6E; }

 p { color: rgb(213,157,110); }

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

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

 a { background-color: rgb(213,157,110); }

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

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

 span { border-color: rgb(213,157,110); }

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