Html Css Color HEX #DA957E Feldspar

📋 copy color: '#DA957E'

red 218 ◦ green 149 ◦ blue 126

#DA957E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #DA957E

Tints of Feldspar #DA957E

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 value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA957E (or 0xDA957E) is known color: 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

RGB 218 149 126 -
CMYK 0 0.32 0.42 0.15
HSL 15º 0.55% 0.67% -
HSV(B) 15º 0.42% 0.85% -
XYZ 43.43 37.91 24.77 -
YUV 167.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 218 149 126 0 0.32 0.42 0.15 15 0.55 0.67
Hex DA 95 7E 0 20 2A F F 37 43
Octal 332 225 176 0 40 52 17 17 67 103
Binary 11011010 10010101 1111110 0 100000 101010 1111 1111 110111 1000011

Color Harmonies of #DA957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA957E

Black with #DA957E

Text Example


Text Example

White with #DA957E

Text Example


Text Example

HTML Codes & Css Web 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>