Html Css Color HEX #DA9479 Feldspar

📋 copy color: '#DA9479'

red 218 ◦ green 148 ◦ blue 121

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

Shades of Feldspar #DA9479

Tints of Feldspar #DA9479

RGB

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

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

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

R = 44.76%
G = 30.39%
B = 24.85%

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

#DA9479 (or 0xDA9479) is known color: Feldspar. HEX triplet: DA, 94 and 79. RGB value is (218,148,121). Sum of RGB (Red+Green+Blue) = 218+148+121=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9479 is #256B86. Grayscale: #A6A6A6. Windows color (decimal): -2452359 or 7967962. OLE color: 7967962.

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

Color convert

RGB 218 148 121 -
CMYK 0 0.32 0.44 0.15
HSL 16.7º 0.57% 0.66% -
HSV(B) 16.7º 0.44% 0.85% -
XYZ 42.95 37.47 23.06 -
YUV 165.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 218 148 121 0 0.32 0.44 0.15 16.7 0.57 0.66
Hex DA 94 79 0 20 2C F 11 39 42
Octal 332 224 171 0 40 54 17 21 71 102
Binary 11011010 10010100 1111001 0 100000 101100 1111 10001 111001 1000010

Color Harmonies of #DA9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9479

Black with #DA9479

Text Example


Text Example

White with #DA9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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