Html Css Color HEX #DCA480 Tumbleweed

📋 copy color: '#DCA480'

red 220 ◦ green 164 ◦ blue 128

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

Shades of Tumbleweed #DCA480

Tints of Tumbleweed #DCA480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25%

R = 42.97%
G = 32.03%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCA480 (or 0xDCA480) is known color: Tumbleweed. HEX triplet: DC, A4 and 80. RGB value is (220,164,128). Sum of RGB (Red+Green+Blue) = 220+164+128=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA480 is #235B7F. Grayscale: #B0B0B0. Windows color (decimal): -2317184 or 8430812. OLE color: 8430812.

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

Color convert

RGB 220 164 128 -
CMYK 0 0.25 0.42 0.14
HSL 23.48º 0.57% 0.68% -
HSV(B) 23.48º 0.42% 0.86% -
XYZ 46.69 43.33 26.32 -
YUV 176.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 220 164 128 0 0.25 0.42 0.14 23.48 0.57 0.68
Hex DC A4 80 0 19 2A E 17 39 44
Octal 334 244 200 0 31 52 16 27 71 104
Binary 11011100 10100100 10000000 0 11001 101010 1110 10111 111001 1000100

Color Harmonies of #DCA480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA480

Black with #DCA480

Text Example


Text Example

White with #DCA480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA480; }

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

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

background-color css

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

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

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

border-color css

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

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

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