Html Css Color HEX #DCA580 Tumbleweed

📋 copy color: '#DCA580'

red 220 ◦ green 165 ◦ blue 128

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

Shades of Tumbleweed #DCA580

Tints of Tumbleweed #DCA580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.16%

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

R = 42.88%
G = 32.16%
B = 24.95%

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

#DCA580 (or 0xDCA580) is known color: Tumbleweed. HEX triplet: DC, A5 and 80. RGB value is (220,165,128). Sum of RGB (Red+Green+Blue) = 220+165+128=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA580 is #235A7F. Grayscale: #B1B1B1. Windows color (decimal): -2316928 or 8431068. OLE color: 8431068.

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

Color convert

RGB 220 165 128 -
CMYK 0 0.25 0.42 0.14
HSL 24.13º 0.57% 0.68% -
HSV(B) 24.13º 0.42% 0.86% -
XYZ 46.87 43.68 26.38 -
YUV 177.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 220 165 128 0 0.25 0.42 0.14 24.13 0.57 0.68
Hex DC A5 80 0 19 2A E 18 39 44
Octal 334 245 200 0 31 52 16 30 71 104
Binary 11011100 10100101 10000000 0 11001 101010 1110 11000 111001 1000100

Color Harmonies of #DCA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA580

Black with #DCA580

Text Example


Text Example

White with #DCA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA580; }

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

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

background-color css

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

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

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

border-color css

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

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

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