Html Css Color HEX #DCA389 Tumbleweed

📋 copy color: '#DCA389'

red 220 ◦ green 163 ◦ blue 137

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

Shades of Tumbleweed #DCA389

Tints of Tumbleweed #DCA389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.35%

R = 42.31%
G = 31.35%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCA389 (or 0xDCA389) is known color: Tumbleweed. HEX triplet: DC, A3 and 89. RGB value is (220,163,137). Sum of RGB (Red+Green+Blue) = 220+163+137=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA389 is #235C76. Grayscale: #B1B1B1. Windows color (decimal): -2317431 or 9020380. OLE color: 9020380.

HSL color Cylindrical-coordinate representation of color #DCA389: hue angle of 18.8º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCA389 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 137 -
CMYK 0 0.26 0.38 0.14
HSL 18.8º 0.54% 0.7% -
HSV(B) 18.8º 0.38% 0.86% -
XYZ 47.13 43.22 29.52 -
YUV 177.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 220 163 137 0 0.26 0.38 0.14 18.8 0.54 0.7
Hex DC A3 89 0 1A 26 E 13 36 46
Octal 334 243 211 0 32 46 16 23 66 106
Binary 11011100 10100011 10001001 0 11010 100110 1110 10011 110110 1000110

Color Harmonies of #DCA389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA389

Black with #DCA389

Text Example


Text Example

White with #DCA389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA389; }

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

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

background-color css

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

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

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

border-color css

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

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

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