Html Css Color HEX #DA957C Feldspar

📋 copy color: '#DA957C'

red 218 ◦ green 149 ◦ blue 124

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

Shades of Feldspar #DA957C

Tints of Feldspar #DA957C

RGB

 RED value IS 218 (85.55% from 255) = 44.4%

 GREEN value IS 149 (58.59% from 255) = 30.35%

 BLUE value IS 124 (48.83% from 255) = 25.25%

R = 44.4%
G = 30.35%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA957C (or 0xDA957C) is known color: Feldspar. HEX triplet: DA, 95 and 7C. RGB value is (218,149,124). Sum of RGB (Red+Green+Blue) = 218+149+124=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA957C is #256A83. Grayscale: #A6A6A6. Windows color (decimal): -2452100 or 8164826. OLE color: 8164826.

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

Color convert

RGB 218 149 124 -
CMYK 0 0.32 0.43 0.15
HSL 15.96º 0.56% 0.67% -
HSV(B) 15.96º 0.43% 0.85% -
XYZ 43.3 37.86 24.09 -
YUV 166.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 218 149 124 0 0.32 0.43 0.15 15.96 0.56 0.67
Hex DA 95 7C 0 20 2B F 10 38 43
Octal 332 225 174 0 40 53 17 20 70 103
Binary 11011010 10010101 1111100 0 100000 101011 1111 10000 111000 1000011

Color Harmonies of #DA957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA957C

Black with #DA957C

Text Example


Text Example

White with #DA957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA957C; }

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

 H1.HeaderClassName
 {
   color: #DA957C;
 }
 .AnyTagClassName
 {
   color: #DA957C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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