Html Css Color HEX #DA9471 Feldspar

📋 copy color: '#DA9471'

red 218 ◦ green 148 ◦ blue 113

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

Shades of Feldspar #DA9471

Tints of Feldspar #DA9471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.59%

R = 45.51%
G = 30.9%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9471 (or 0xDA9471) is known color: Feldspar. HEX triplet: DA, 94 and 71. RGB value is (218,148,113). Sum of RGB (Red+Green+Blue) = 218+148+113=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9471 is #256B8E. Grayscale: #A5A5A5. Windows color (decimal): -2452367 or 7443674. OLE color: 7443674.

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

Color convert

RGB 218 148 113 -
CMYK 0 0.32 0.48 0.15
HSL 20º 0.59% 0.65% -
HSV(B) 20º 0.48% 0.85% -
XYZ 42.48 37.28 20.58 -
YUV 164.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 218 148 113 0 0.32 0.48 0.15 20 0.59 0.65
Hex DA 94 71 0 20 30 F 14 3B 41
Octal 332 224 161 0 40 60 17 24 73 101
Binary 11011010 10010100 1110001 0 100000 110000 1111 10100 111011 1000001

Color Harmonies of #DA9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9471

Black with #DA9471

Text Example


Text Example

White with #DA9471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9471; }

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

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

background-color css

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

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

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

border-color css

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

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

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