Html Css Color HEX #DCA380 Tumbleweed

📋 copy color: '#DCA380'

red 220 ◦ green 163 ◦ blue 128

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

Shades of Tumbleweed #DCA380

Tints of Tumbleweed #DCA380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.9%

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

R = 43.05%
G = 31.9%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCA380 (or 0xDCA380) is known color: Tumbleweed. HEX triplet: DC, A3 and 80. RGB value is (220,163,128). Sum of RGB (Red+Green+Blue) = 220+163+128=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA380 is #235C7F. Grayscale: #B0B0B0. Windows color (decimal): -2317440 or 8430556. OLE color: 8430556.

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

Color convert

RGB 220 163 128 -
CMYK 0 0.26 0.42 0.14
HSL 22.83º 0.57% 0.68% -
HSV(B) 22.83º 0.42% 0.86% -
XYZ 46.51 42.97 26.26 -
YUV 176.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 220 163 128 0 0.26 0.42 0.14 22.83 0.57 0.68
Hex DC A3 80 0 1A 2A E 17 39 44
Octal 334 243 200 0 32 52 16 27 71 104
Binary 11011100 10100011 10000000 0 11010 101010 1110 10111 111001 1000100

Color Harmonies of #DCA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA380

Black with #DCA380

Text Example


Text Example

White with #DCA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA380; }

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

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

background-color css

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

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

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

border-color css

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

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

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