Html Css Color HEX #DCA071 Tumbleweed

📋 copy color: '#DCA071'

red 220 ◦ green 160 ◦ blue 113

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

Shades of Tumbleweed #DCA071

Tints of Tumbleweed #DCA071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.45%

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

R = 44.62%
G = 32.45%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCA071 (or 0xDCA071) is known color: Tumbleweed. HEX triplet: DC, A0 and 71. RGB value is (220,160,113). Sum of RGB (Red+Green+Blue) = 220+160+113=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA071 is #235F8E. Grayscale: #ACACAC. Windows color (decimal): -2318223 or 7446748. OLE color: 7446748.

HSL color Cylindrical-coordinate representation of color #DCA071: hue angle of 26.36º 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 #DCA071 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 113 -
CMYK 0 0.27 0.49 0.14
HSL 26.36º 0.6% 0.65% -
HSV(B) 26.36º 0.49% 0.86% -
XYZ 45.07 41.55 21.27 -
YUV 172.58 94.38 161.82 -
System Red Green Blue C M Y K H S L
Decimal 220 160 113 0 0.27 0.49 0.14 26.36 0.6 0.65
Hex DC A0 71 0 1B 31 E 1A 3C 41
Octal 334 240 161 0 33 61 16 32 74 101
Binary 11011100 10100000 1110001 0 11011 110001 1110 11010 111100 1000001

Color Harmonies of #DCA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA071

Black with #DCA071

Text Example


Text Example

White with #DCA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA071; }

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

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

background-color css

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

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

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

border-color css

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

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

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