Html Css Color HEX #DA9579 Feldspar

📋 copy color: '#DA9579'

red 218 ◦ green 149 ◦ blue 121

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

Shades of Feldspar #DA9579

Tints of Feldspar #DA9579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.8%

R = 44.67%
G = 30.53%
B = 24.8%

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

#DA9579 (or 0xDA9579) is known color: Feldspar. HEX triplet: DA, 95 and 79. RGB value is (218,149,121). Sum of RGB (Red+Green+Blue) = 218+149+121=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9579 is #256A86. Grayscale: #A6A6A6. Windows color (decimal): -2452103 or 7968218. OLE color: 7968218.

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

Color convert

RGB 218 149 121 -
CMYK 0 0.32 0.44 0.15
HSL 17.32º 0.57% 0.66% -
HSV(B) 17.32º 0.44% 0.85% -
XYZ 43.11 37.78 23.11 -
YUV 166.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 218 149 121 0 0.32 0.44 0.15 17.32 0.57 0.66
Hex DA 95 79 0 20 2C F 11 39 42
Octal 332 225 171 0 40 54 17 21 71 102
Binary 11011010 10010101 1111001 0 100000 101100 1111 10001 111001 1000010

Color Harmonies of #DA9579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9579

Black with #DA9579

Text Example


Text Example

White with #DA9579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9579; }

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

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

background-color css

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

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

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

border-color css

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

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

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