#D6987E

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

Shades of Feldspar #D6987E

Tints of Feldspar #D6987E

Color information

#D6987E (or 0xD6987E) is unknown color: approx Feldspar. HEX triplet: D6, 98 and 7E. RGB value is (214,152,126). Sum of RGB (Red+Green+Blue) = 214+152+126=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6987E is #296781. Grayscale: #A7A7A7. Windows color (decimal): -2713474 or 8296662. OLE color: 8296662.

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

Color convert

RGB214152126-
CMYK00.290.410.16
HSL17.73º51.76%66.67%-
HSV(B)17.73º41.12%83.92%-
XYZ42.7338.2624.87-
YUV167.57104.54161.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=43.50%
G=30.89%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415212600.290.410.1617.7351.7666.67
HexD6987E01D2910123443
Octal32623017603551202264103
Binary1101011010011000111111001110110100110000100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6987E; }

 p { color: rgb(214,152,126); }

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

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

 a { background-color: rgb(214,152,126); }

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

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

 span { border-color: rgb(214,152,126); }

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