#DA957E

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

Shades of Feldspar #DA957E

Tints of Feldspar #DA957E

Color information

#DA957E (or 0xDA957E) is unknown color: approx Feldspar. HEX triplet: DA, 95 and 7E. RGB value is (218,149,126). Sum of RGB (Red+Green+Blue) = 218+149+126=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA957E is #256A81. Grayscale: #A7A7A7. Windows color (decimal): -2452098 or 8295898. OLE color: 8295898.

HSL color Cylindrical-coordinate representation of color #DA957E: hue angle of 15º 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 #DA957E is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB218149126-
CMYK00.320.420.15
HSL15º55.42%67.45%-
HSV(B)15º42.2%85.49%-
XYZ43.4337.9124.77-
YUV167.01104.86164.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=44.22%
G=30.22%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814912600.320.420.151555.4267.45
HexDA957E0202AFf3743
Octal33222517604052171767103
Binary110110101001010111111100100000101010111111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA957E; }

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

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

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

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

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

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

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

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