Html Css Color HEX #DA9D71 Feldspar

📋 copy color: '#DA9D71'

red 218 ◦ green 157 ◦ blue 113

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

Shades of Feldspar #DA9D71

Tints of Feldspar #DA9D71

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

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

R = 44.67%
G = 32.17%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9D71 (or 0xDA9D71) is known color: Feldspar. HEX triplet: DA, 9D and 71. RGB value is (218,157,113). Sum of RGB (Red+Green+Blue) = 218+157+113=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D71 is #25628E. Grayscale: #AAAAAA. Windows color (decimal): -2450063 or 7445978. OLE color: 7445978.

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

Color convert

RGB 218 157 113 -
CMYK 0 0.28 0.48 0.15
HSL 25.14º 0.59% 0.65% -
HSV(B) 25.14º 0.48% 0.85% -
XYZ 43.95 40.21 21.07 -
YUV 170.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 218 157 113 0 0.28 0.48 0.15 25.14 0.59 0.65
Hex DA 9D 71 0 1C 30 F 19 3B 41
Octal 332 235 161 0 34 60 17 31 73 101
Binary 11011010 10011101 1110001 0 11100 110000 1111 11001 111011 1000001

Color Harmonies of #DA9D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9D71

Black with #DA9D71

Text Example


Text Example

White with #DA9D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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