Html Css Color HEX #DCA473 Tumbleweed

📋 copy color: '#DCA473'

red 220 ◦ green 164 ◦ blue 115

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

Shades of Tumbleweed #DCA473

Tints of Tumbleweed #DCA473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.87%

 BLUE value IS 115 (45.31% from 255) = 23.05%

R = 44.09%
G = 32.87%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCA473 (or 0xDCA473) is known color: Tumbleweed. HEX triplet: DC, A4 and 73. RGB value is (220,164,115). Sum of RGB (Red+Green+Blue) = 220+164+115=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA473 is #235B8C. Grayscale: #AFAFAF. Windows color (decimal): -2317197 or 7578844. OLE color: 7578844.

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

Color convert

RGB 220 164 115 -
CMYK 0 0.25 0.48 0.14
HSL 28º 0.6% 0.66% -
HSV(B) 28º 0.48% 0.86% -
XYZ 45.89 43 22.1 -
YUV 175.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 220 164 115 0 0.25 0.48 0.14 28 0.6 0.66
Hex DC A4 73 0 19 30 E 1C 3C 42
Octal 334 244 163 0 31 60 16 34 74 102
Binary 11011100 10100100 1110011 0 11001 110000 1110 11100 111100 1000010

Color Harmonies of #DCA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA473

Black with #DCA473

Text Example


Text Example

White with #DCA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA473; }

 p { color: rgb(220,164,115); }

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

background-color css

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

 a { background-color: rgb(220,164,115); }

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

border-color css

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

 span { border-color: rgb(220,164,115); }

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