#D7986E

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

Shades of Feldspar #D7986E

Tints of Feldspar #D7986E

Color information

#D7986E (or 0xD7986E) is unknown color: approx Feldspar. HEX triplet: D7, 98 and 6E. RGB value is (215,152,110). Sum of RGB (Red+Green+Blue) = 215+152+110=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7986E is #286791. Grayscale: #A6A6A6. Windows color (decimal): -2647954 or 7248087. OLE color: 7248087.

HSL color Cylindrical-coordinate representation of color #D7986E: hue angle of 24º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7986E is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215152110-
CMYK00.290.490.16
HSL24º56.76%63.73%-
HSV(B)24º48.84%84.31%-
XYZ42.0738.0319.88-
YUV166.0596.37162.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=45.07%
G=31.87%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515211000.290.490.162456.7663.73
HexD7986E01D3110183940
Octal32723015603561203071100
Binary1101011110011000110111001110111000110000110001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7986E; }

 p { color: rgb(215,152,110); }

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

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

 a { background-color: rgb(215,152,110); }

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

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

 span { border-color: rgb(215,152,110); }

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