Html Css Color HEX #DCA68C Tumbleweed

📋 copy color: '#DCA68C'

red 220 ◦ green 166 ◦ blue 140

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

Shades of Tumbleweed #DCA68C

Tints of Tumbleweed #DCA68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.62%

R = 41.83%
G = 31.56%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCA68C (or 0xDCA68C) is known color: Tumbleweed. HEX triplet: DC, A6 and 8C. RGB value is (220,166,140). Sum of RGB (Red+Green+Blue) = 220+166+140=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA68C is #235973. Grayscale: #B3B3B3. Windows color (decimal): -2316660 or 9217756. OLE color: 9217756.

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

Color convert

RGB 220 166 140 -
CMYK 0 0.25 0.36 0.14
HSL 19.5º 0.53% 0.71% -
HSV(B) 19.5º 0.36% 0.86% -
XYZ 47.89 44.38 30.85 -
YUV 179.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 220 166 140 0 0.25 0.36 0.14 19.5 0.53 0.71
Hex DC A6 8C 0 19 24 E 14 35 47
Octal 334 246 214 0 31 44 16 24 65 107
Binary 11011100 10100110 10001100 0 11001 100100 1110 10100 110101 1000111

Color Harmonies of #DCA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA68C

Black with #DCA68C

Text Example


Text Example

White with #DCA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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