#D8957E

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

Shades of Feldspar #D8957E

Tints of Feldspar #D8957E

Color information

#D8957E (or 0xD8957E) is unknown color: approx Feldspar. HEX triplet: D8, 95 and 7E. RGB value is (216,149,126). Sum of RGB (Red+Green+Blue) = 216+149+126=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8957E is #276A81. Grayscale: #A6A6A6. Windows color (decimal): -2583170 or 8295896. OLE color: 8295896.

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

Color convert

RGB216149126-
CMYK00.310.420.15
HSL15.33º53.57%67.06%-
HSV(B)15.33º41.67%84.71%-
XYZ42.8337.624.74-
YUV166.41105.2163.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 126 (49.61% from 255) = 25.66%
R=43.99%
G=30.35%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614912600.310.420.1515.3353.5767.06
HexD8957E01F2AFf3643
Octal33022517603752171766103
Binary11011000100101011111110011111101010111111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8957E; }

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

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

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

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

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

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

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

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