Html Css Color HEX #DA9E71 Feldspar

📋 copy color: '#DA9E71'

red 218 ◦ green 158 ◦ blue 113

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

Shades of Feldspar #DA9E71

Tints of Feldspar #DA9E71

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.31%

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

R = 44.58%
G = 32.31%
B = 23.11%

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

#DA9E71 (or 0xDA9E71) is known color: Feldspar. HEX triplet: DA, 9E and 71. RGB value is (218,158,113). Sum of RGB (Red+Green+Blue) = 218+158+113=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E71 is #25618E. Grayscale: #ABABAB. Windows color (decimal): -2449807 or 7446234. OLE color: 7446234.

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

Color convert

RGB 218 158 113 -
CMYK 0 0.28 0.48 0.15
HSL 25.71º 0.59% 0.65% -
HSV(B) 25.71º 0.48% 0.85% -
XYZ 44.12 40.55 21.12 -
YUV 170.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 218 158 113 0 0.28 0.48 0.15 25.71 0.59 0.65
Hex DA 9E 71 0 1C 30 F 1A 3B 41
Octal 332 236 161 0 34 60 17 32 73 101
Binary 11011010 10011110 1110001 0 11100 110000 1111 11010 111011 1000001

Color Harmonies of #DA9E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E71

Black with #DA9E71

Text Example


Text Example

White with #DA9E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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