Html Css Color HEX #DA9571 Feldspar

📋 copy color: '#DA9571'

red 218 ◦ green 149 ◦ blue 113

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

Shades of Feldspar #DA9571

Tints of Feldspar #DA9571

RGB

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

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

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

R = 45.42%
G = 31.04%
B = 23.54%

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

#DA9571 (or 0xDA9571) is known color: Feldspar. HEX triplet: DA, 95 and 71. RGB value is (218,149,113). Sum of RGB (Red+Green+Blue) = 218+149+113=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9571 is #256A8E. Grayscale: #A5A5A5. Windows color (decimal): -2452111 or 7443930. OLE color: 7443930.

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

Color convert

RGB 218 149 113 -
CMYK 0 0.32 0.48 0.15
HSL 20.57º 0.59% 0.65% -
HSV(B) 20.57º 0.48% 0.85% -
XYZ 42.64 37.59 20.63 -
YUV 165.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 218 149 113 0 0.32 0.48 0.15 20.57 0.59 0.65
Hex DA 95 71 0 20 30 F 15 3B 41
Octal 332 225 161 0 40 60 17 25 73 101
Binary 11011010 10010101 1110001 0 100000 110000 1111 10101 111011 1000001

Color Harmonies of #DA9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9571

Black with #DA9571

Text Example


Text Example

White with #DA9571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9571; }

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

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

background-color css

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

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

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

border-color css

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

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

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