#D8987B

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

Shades of Feldspar #D8987B

Tints of Feldspar #D8987B

Color information

#D8987B (or 0xD8987B) is unknown color: approx Feldspar. HEX triplet: D8, 98 and 7B. RGB value is (216,152,123). Sum of RGB (Red+Green+Blue) = 216+152+123=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8987B is #276784. Grayscale: #A8A8A8. Windows color (decimal): -2582405 or 8100056. OLE color: 8100056.

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

Color convert

RGB216152123-
CMYK00.300.430.15
HSL18.71º54.39%66.47%-
HSV(B)18.71º43.06%84.71%-
XYZ43.1238.4923.89-
YUV167.83102.7162.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=43.99%
G=30.96%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615212300.300.430.1518.7154.3966.47
HexD8987B01E2BF133642
Octal33023017303653172366102
Binary110110001001100011110110111101010111111100111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8987B; }

 p { color: rgb(216,152,123); }

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

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

 a { background-color: rgb(216,152,123); }

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

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

 span { border-color: rgb(216,152,123); }

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