Html Css Color HEX #DA957B Feldspar

📋 copy color: '#DA957B'

red 218 ◦ green 149 ◦ blue 123

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

Shades of Feldspar #DA957B

Tints of Feldspar #DA957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 44.49%
G = 30.41%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA957B (or 0xDA957B) is known color: Feldspar. HEX triplet: DA, 95 and 7B. RGB value is (218,149,123). Sum of RGB (Red+Green+Blue) = 218+149+123=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA957B is #256A84. Grayscale: #A6A6A6. Windows color (decimal): -2452101 or 8099290. OLE color: 8099290.

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

Color convert

RGB 218 149 123 -
CMYK 0 0.32 0.44 0.15
HSL 16.42º 0.56% 0.67% -
HSV(B) 16.42º 0.44% 0.85% -
XYZ 43.24 37.83 23.76 -
YUV 166.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 218 149 123 0 0.32 0.44 0.15 16.42 0.56 0.67
Hex DA 95 7B 0 20 2C F 10 38 43
Octal 332 225 173 0 40 54 17 20 70 103
Binary 11011010 10010101 1111011 0 100000 101100 1111 10000 111000 1000011

Color Harmonies of #DA957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA957B

Black with #DA957B

Text Example


Text Example

White with #DA957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA957B; }

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

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

background-color css

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

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

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

border-color css

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

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

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