Html Css Color HEX #DA9577 Feldspar

📋 copy color: '#DA9577'

red 218 ◦ green 149 ◦ blue 119

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

Shades of Feldspar #DA9577

Tints of Feldspar #DA9577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 44.86%
G = 30.66%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA9577 (or 0xDA9577) is known color: Feldspar. HEX triplet: DA, 95 and 77. RGB value is (218,149,119). Sum of RGB (Red+Green+Blue) = 218+149+119=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9577 is #256A88. Grayscale: #A6A6A6. Windows color (decimal): -2452105 or 7837146. OLE color: 7837146.

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

Color convert

RGB 218 149 119 -
CMYK 0 0.32 0.45 0.15
HSL 18.18º 0.57% 0.66% -
HSV(B) 18.18º 0.45% 0.85% -
XYZ 42.99 37.73 22.47 -
YUV 166.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 218 149 119 0 0.32 0.45 0.15 18.18 0.57 0.66
Hex DA 95 77 0 20 2D F 12 39 42
Octal 332 225 167 0 40 55 17 22 71 102
Binary 11011010 10010101 1110111 0 100000 101101 1111 10010 111001 1000010

Color Harmonies of #DA9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9577

Black with #DA9577

Text Example


Text Example

White with #DA9577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9577; }

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

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

background-color css

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

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

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

border-color css

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

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

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