#D9937C

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

Shades of Feldspar #D9937C

Tints of Feldspar #D9937C

Color information

#D9937C (or 0xD9937C) is unknown color: approx Feldspar. HEX triplet: D9, 93 and 7C. RGB value is (217,147,124). Sum of RGB (Red+Green+Blue) = 217+147+124=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9937C is #266C83. Grayscale: #A5A5A5. Windows color (decimal): -2518148 or 8164313. OLE color: 8164313.

HSL color Cylindrical-coordinate representation of color #D9937C: hue angle of 14.84º degrees, saturation: 0.55, 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 #D9937C is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB217147124-
CMYK00.320.430.15
HSL14.84º55.03%66.86%-
HSV(B)14.84º42.86%85.1%-
XYZ42.6937.0723.98-
YUV165.31104.69164.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.47%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=44.47%
G=30.12%
B=25.41%

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
Decimal21714712400.320.430.1514.8455.0366.86
HexD9937C0202BFf3743
Octal33122317404053171767103
Binary110110011001001111111000100000101011111111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9937C; }

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

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

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

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

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

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

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

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