#D8986D

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

Shades of Feldspar #D8986D

Tints of Feldspar #D8986D

Color information

#D8986D (or 0xD8986D) is unknown color: approx Feldspar. HEX triplet: D8, 98 and 6D. RGB value is (216,152,109). Sum of RGB (Red+Green+Blue) = 216+152+109=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8986D is #276792. Grayscale: #A6A6A6. Windows color (decimal): -2582419 or 7182552. OLE color: 7182552.

HSL color Cylindrical-coordinate representation of color #D8986D: hue angle of 24.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8986D is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216152109-
CMYK00.300.500.15
HSL24.11º57.84%63.73%-
HSV(B)24.11º49.54%84.71%-
XYZ42.3138.1619.6-
YUV166.2395.7163.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=45.28%
G=31.87%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615210900.300.500.1524.1157.8463.73
HexD8986D01E32F183a40
Octal33023015503662173072100
Binary110110001001100011011010111101100101111110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8986D; }

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

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

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

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

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

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

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

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