Html Css Color HEX #DCA471 Tumbleweed

📋 copy color: '#DCA471'

red 220 ◦ green 164 ◦ blue 113

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

Shades of Tumbleweed #DCA471

Tints of Tumbleweed #DCA471

RGB

 RED value IS 220 (86.33% from 255) = 44.27%

 GREEN value IS 164 (64.45% from 255) = 33%

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

R = 44.27%
G = 33%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCA471 (or 0xDCA471) is known color: Tumbleweed. HEX triplet: DC, A4 and 71. RGB value is (220,164,113). Sum of RGB (Red+Green+Blue) = 220+164+113=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA471 is #235B8E. Grayscale: #AFAFAF. Windows color (decimal): -2317199 or 7447772. OLE color: 7447772.

HSL color Cylindrical-coordinate representation of color #DCA471: hue angle of 28.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCA471 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 113 -
CMYK 0 0.25 0.49 0.14
HSL 28.6º 0.6% 0.65% -
HSV(B) 28.6º 0.49% 0.86% -
XYZ 45.77 42.96 21.5 -
YUV 174.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 220 164 113 0 0.25 0.49 0.14 28.6 0.6 0.65
Hex DC A4 71 0 19 31 E 1D 3C 41
Octal 334 244 161 0 31 61 16 35 74 101
Binary 11011100 10100100 1110001 0 11001 110001 1110 11101 111100 1000001

Color Harmonies of #DCA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA471

Black with #DCA471

Text Example


Text Example

White with #DCA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA471; }

 p { color: rgb(220,164,113); }

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

background-color css

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

 a { background-color: rgb(220,164,113); }

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

border-color css

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

 span { border-color: rgb(220,164,113); }

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