#D8957F

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

Shades of Feldspar #D8957F

Tints of Feldspar #D8957F

Color information

#D8957F (or 0xD8957F) is unknown color: approx Feldspar. HEX triplet: D8, 95 and 7F. RGB value is (216,149,127). Sum of RGB (Red+Green+Blue) = 216+149+127=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8957F is #276A80. Grayscale: #A6A6A6. Windows color (decimal): -2583169 or 8361432. OLE color: 8361432.

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

Color convert

RGB216149127-
CMYK00.310.410.15
HSL14.83º53.29%67.25%-
HSV(B)14.83º41.2%84.71%-
XYZ42.937.6325.08-
YUV166.52105.7163.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 127 (50% from 255) = 25.81%
R=43.90%
G=30.28%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614912700.310.410.1514.8353.2967.25
HexD8957F01F29Ff3543
Octal33022517703751171765103
Binary11011000100101011111111011111101001111111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8957F; }

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

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

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

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

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

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

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

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