Html Css Color HEX #DCA682 Tumbleweed

📋 copy color: '#DCA682'

red 220 ◦ green 166 ◦ blue 130

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

Shades of Tumbleweed #DCA682

Tints of Tumbleweed #DCA682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.19%

R = 42.64%
G = 32.17%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCA682 (or 0xDCA682) is known color: Tumbleweed. HEX triplet: DC, A6 and 82. RGB value is (220,166,130). Sum of RGB (Red+Green+Blue) = 220+166+130=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA682 is #23597D. Grayscale: #B2B2B2. Windows color (decimal): -2316670 or 8562396. OLE color: 8562396.

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

Color convert

RGB 220 166 130 -
CMYK 0 0.25 0.41 0.14
HSL 24º 0.56% 0.69% -
HSV(B) 24º 0.41% 0.86% -
XYZ 47.18 44.1 27.14 -
YUV 178.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 220 166 130 0 0.25 0.41 0.14 24 0.56 0.69
Hex DC A6 82 0 19 29 E 18 38 45
Octal 334 246 202 0 31 51 16 30 70 105
Binary 11011100 10100110 10000010 0 11001 101001 1110 11000 111000 1000101

Color Harmonies of #DCA682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA682

Black with #DCA682

Text Example


Text Example

White with #DCA682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA682; }

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

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

background-color css

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

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

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

border-color css

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

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

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