Html Css Color HEX #DCA686 Tumbleweed

📋 copy color: '#DCA686'

red 220 ◦ green 166 ◦ blue 134

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

Shades of Tumbleweed #DCA686

Tints of Tumbleweed #DCA686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.92%

 BLUE value IS 134 (52.73% from 255) = 25.77%

R = 42.31%
G = 31.92%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCA686 (or 0xDCA686) is known color: Tumbleweed. HEX triplet: DC, A6 and 86. RGB value is (220,166,134). Sum of RGB (Red+Green+Blue) = 220+166+134=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA686 is #235979. Grayscale: #B2B2B2. Windows color (decimal): -2316666 or 8824540. OLE color: 8824540.

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

Color convert

RGB 220 166 134 -
CMYK 0 0.25 0.39 0.14
HSL 22.33º 0.55% 0.69% -
HSV(B) 22.33º 0.39% 0.86% -
XYZ 47.45 44.21 28.59 -
YUV 178.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 220 166 134 0 0.25 0.39 0.14 22.33 0.55 0.69
Hex DC A6 86 0 19 27 E 16 37 45
Octal 334 246 206 0 31 47 16 26 67 105
Binary 11011100 10100110 10000110 0 11001 100111 1110 10110 110111 1000101

Color Harmonies of #DCA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA686

Black with #DCA686

Text Example


Text Example

White with #DCA686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA686; }

 p { color: rgb(220,166,134); }

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

background-color css

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

 a { background-color: rgb(220,166,134); }

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

border-color css

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

 span { border-color: rgb(220,166,134); }

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