#DA957A

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

Shades of Feldspar #DA957A

Tints of Feldspar #DA957A

Color information

#DA957A (or 0xDA957A) is unknown color: approx Feldspar. HEX triplet: DA, 95 and 7A. RGB value is (218,149,122). Sum of RGB (Red+Green+Blue) = 218+149+122=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA957A is #256A85. Grayscale: #A6A6A6. Windows color (decimal): -2452102 or 8033754. OLE color: 8033754.

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

Color convert

RGB218149122-
CMYK00.320.440.15
HSL16.88º56.47%66.67%-
HSV(B)16.88º44.04%85.49%-
XYZ43.1737.8123.43-
YUV166.55102.86164.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=44.58%
G=30.47%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814912200.320.440.1516.8856.4766.67
HexDA957A0202CF113843
Octal33222517204054172170103
Binary1101101010010101111101001000001011001111100011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA957A; }

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

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

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

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

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

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

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

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