Html Css Color HEX #DA9477 Feldspar

📋 copy color: '#DA9477'

red 218 ◦ green 148 ◦ blue 119

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

Shades of Feldspar #DA9477

Tints of Feldspar #DA9477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.52%

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

R = 44.95%
G = 30.52%
B = 24.54%

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

#DA9477 (or 0xDA9477) is known color: Feldspar. HEX triplet: DA, 94 and 77. RGB value is (218,148,119). Sum of RGB (Red+Green+Blue) = 218+148+119=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9477 is #256B88. Grayscale: #A5A5A5. Windows color (decimal): -2452361 or 7836890. OLE color: 7836890.

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

Color convert

RGB 218 148 119 -
CMYK 0 0.32 0.45 0.15
HSL 17.58º 0.57% 0.66% -
HSV(B) 17.58º 0.45% 0.85% -
XYZ 42.83 37.42 22.42 -
YUV 165.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 218 148 119 0 0.32 0.45 0.15 17.58 0.57 0.66
Hex DA 94 77 0 20 2D F 12 39 42
Octal 332 224 167 0 40 55 17 22 71 102
Binary 11011010 10010100 1110111 0 100000 101101 1111 10010 111001 1000010

Color Harmonies of #DA9477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9477

Black with #DA9477

Text Example


Text Example

White with #DA9477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9477; }

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

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

background-color css

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

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

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

border-color css

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

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

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