#D8957C

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

Shades of Feldspar #D8957C

Tints of Feldspar #D8957C

Color information

#D8957C (or 0xD8957C) is unknown color: approx Feldspar. HEX triplet: D8, 95 and 7C. RGB value is (216,149,124). Sum of RGB (Red+Green+Blue) = 216+149+124=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8957C is #276A83. Grayscale: #A6A6A6. Windows color (decimal): -2583172 or 8164824. OLE color: 8164824.

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

Color convert

RGB216149124-
CMYK00.310.430.15
HSL16.3º54.12%66.67%-
HSV(B)16.3º42.59%84.71%-
XYZ42.737.5524.07-
YUV166.18104.2163.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 124 (48.83% from 255) = 25.36%
R=44.17%
G=30.47%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614912400.310.430.1516.354.1266.67
HexD8957C01F2BF103643
Octal33022517403753172066103
Binary110110001001010111111000111111010111111100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8957C; }

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

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

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

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

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

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

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

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