#D9987D

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

Shades of Feldspar #D9987D

Tints of Feldspar #D9987D

Color information

#D9987D (or 0xD9987D) is unknown color: approx Feldspar. HEX triplet: D9, 98 and 7D. RGB value is (217,152,125). Sum of RGB (Red+Green+Blue) = 217+152+125=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9987D is #266782. Grayscale: #A8A8A8. Windows color (decimal): -2516867 or 8231129. OLE color: 8231129.

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

Color convert

RGB217152125-
CMYK00.300.420.15
HSL17.61º54.76%67.06%-
HSV(B)17.61º42.4%85.1%-
XYZ43.5538.6924.57-
YUV168.36103.53162.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=43.93%
G=30.77%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715212500.300.420.1517.6154.7667.06
HexD9987D01E2AF123743
Octal33123017503652172267103
Binary110110011001100011111010111101010101111100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9987D; }

 p { color: rgb(217,152,125); }

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

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

 a { background-color: rgb(217,152,125); }

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

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

 span { border-color: rgb(217,152,125); }

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