#D2987C

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

Shades of Feldspar #D2987C

Tints of Feldspar #D2987C

Color information

#D2987C (or 0xD2987C) is unknown color: approx Feldspar. HEX triplet: D2, 98 and 7C. RGB value is (210,152,124). Sum of RGB (Red+Green+Blue) = 210+152+124=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2987C is #2D6783. Grayscale: #A6A6A6. Windows color (decimal): -2975620 or 8165586. OLE color: 8165586.

HSL color Cylindrical-coordinate representation of color #D2987C: hue angle of 19.53º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2987C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210152124-
CMYK00.280.410.18
HSL19.53º48.86%65.49%-
HSV(B)19.53º40.95%82.35%-
XYZ41.4437.6124.14-
YUV166.15104.22159.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.21%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=43.21%
G=31.28%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015212400.280.410.1819.5348.8665.49
HexD2987C01C2912143141
Octal32223017403451222461101
Binary1101001010011000111110001110010100110010101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2987C; }

 p { color: rgb(210,152,124); }

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

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

 a { background-color: rgb(210,152,124); }

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

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

 span { border-color: rgb(210,152,124); }

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