Html Css Color HEX #DA9671 Feldspar

📋 copy color: '#DA9671'

red 218 ◦ green 150 ◦ blue 113

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

Shades of Feldspar #DA9671

Tints of Feldspar #DA9671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 45.32%
G = 31.19%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9671 (or 0xDA9671) is known color: Feldspar. HEX triplet: DA, 96 and 71. RGB value is (218,150,113). Sum of RGB (Red+Green+Blue) = 218+150+113=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9671 is #25698E. Grayscale: #A6A6A6. Windows color (decimal): -2451855 or 7444186. OLE color: 7444186.

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

Color convert

RGB 218 150 113 -
CMYK 0 0.31 0.48 0.15
HSL 21.14º 0.59% 0.65% -
HSV(B) 21.14º 0.48% 0.85% -
XYZ 42.8 37.91 20.68 -
YUV 166.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 218 150 113 0 0.31 0.48 0.15 21.14 0.59 0.65
Hex DA 96 71 0 1F 30 F 15 3B 41
Octal 332 226 161 0 37 60 17 25 73 101
Binary 11011010 10010110 1110001 0 11111 110000 1111 10101 111011 1000001

Color Harmonies of #DA9671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9671

Black with #DA9671

Text Example


Text Example

White with #DA9671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9671; }

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

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

background-color css

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

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

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

border-color css

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

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

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