#D8937C

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

Shades of Feldspar #D8937C

Tints of Feldspar #D8937C

Color information

#D8937C (or 0xD8937C) is unknown color: approx Feldspar. HEX triplet: D8, 93 and 7C. RGB value is (216,147,124). Sum of RGB (Red+Green+Blue) = 216+147+124=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8937C is #276C83. Grayscale: #A5A5A5. Windows color (decimal): -2583684 or 8164312. OLE color: 8164312.

HSL color Cylindrical-coordinate representation of color #D8937C: hue angle of 15º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8937C is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216147124-
CMYK00.320.430.15
HSL15º54.12%66.67%-
HSV(B)15º42.59%84.71%-
XYZ42.3936.9223.96-
YUV165.01104.86164.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=44.35%
G=30.18%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614712400.320.430.151554.1266.67
HexD8937C0202BFf3643
Octal33022317404053171766103
Binary110110001001001111111000100000101011111111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8937C; }

 p { color: rgb(216,147,124); }

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

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

 a { background-color: rgb(216,147,124); }

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

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

 span { border-color: rgb(216,147,124); }

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