#D3987F

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

Shades of Feldspar #D3987F

Tints of Feldspar #D3987F

Color information

#D3987F (or 0xD3987F) is unknown color: approx Feldspar. HEX triplet: D3, 98 and 7F. RGB value is (211,152,127). Sum of RGB (Red+Green+Blue) = 211+152+127=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D3987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3987F is #2C6780. Grayscale: #A6A6A6. Windows color (decimal): -2910081 or 8362195. OLE color: 8362195.

HSL color Cylindrical-coordinate representation of color #D3987F: hue angle of 17.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3987F is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB211152127-
CMYK00.280.400.17
HSL17.86º48.84%66.27%-
HSV(B)17.86º39.81%82.75%-
XYZ41.9237.8425.17-
YUV166.79105.55159.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.06%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 127 (50% from 255) = 25.92%
R=43.06%
G=31.02%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115212700.280.400.1717.8648.8466.27
HexD3987F01C2811123142
Octal32323017703450212261102
Binary1101001110011000111111101110010100010001100101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3987F; }

 p { color: rgb(211,152,127); }

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

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

 a { background-color: rgb(211,152,127); }

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

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

 span { border-color: rgb(211,152,127); }

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