#D2957E

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

Shades of Feldspar #D2957E

Tints of Feldspar #D2957E

Color information

#D2957E (or 0xD2957E) is unknown color: approx Feldspar. HEX triplet: D2, 95 and 7E. RGB value is (210,149,126). Sum of RGB (Red+Green+Blue) = 210+149+126=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2957E is #2D6A81. Grayscale: #A4A4A4. Windows color (decimal): -2976386 or 8295890. OLE color: 8295890.

HSL color Cylindrical-coordinate representation of color #D2957E: hue angle of 16.43º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2957E is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB210149126-
CMYK00.290.40.18
HSL16.43º48.28%65.88%-
HSV(B)16.43º40%82.35%-
XYZ41.0936.724.66-
YUV164.62106.21160.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=43.30%
G=30.72%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014912600.290.40.1816.4348.2865.88
HexD2957E01D2812103042
Octal32222517603550222060102
Binary1101001010010101111111001110110100010010100001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2957E; }

 p { color: rgb(210,149,126); }

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

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

 a { background-color: rgb(210,149,126); }

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

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

 span { border-color: rgb(210,149,126); }

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