Html Css Color HEX #DCA271 Tumbleweed

📋 copy color: '#DCA271'

red 220 ◦ green 162 ◦ blue 113

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

Shades of Tumbleweed #DCA271

Tints of Tumbleweed #DCA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.73%

 BLUE value IS 113 (44.53% from 255) = 22.83%

R = 44.44%
G = 32.73%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCA271 (or 0xDCA271) is known color: Tumbleweed. HEX triplet: DC, A2 and 71. RGB value is (220,162,113). Sum of RGB (Red+Green+Blue) = 220+162+113=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA271 is #235D8E. Grayscale: #AEAEAE. Windows color (decimal): -2317711 or 7447260. OLE color: 7447260.

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

Color convert

RGB 220 162 113 -
CMYK 0 0.26 0.49 0.14
HSL 27.48º 0.6% 0.65% -
HSV(B) 27.48º 0.49% 0.86% -
XYZ 45.42 42.25 21.38 -
YUV 173.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 220 162 113 0 0.26 0.49 0.14 27.48 0.6 0.65
Hex DC A2 71 0 1A 31 E 1B 3C 41
Octal 334 242 161 0 32 61 16 33 74 101
Binary 11011100 10100010 1110001 0 11010 110001 1110 11011 111100 1000001

Color Harmonies of #DCA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA271

Black with #DCA271

Text Example


Text Example

White with #DCA271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA271; }

 p { color: rgb(220,162,113); }

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

background-color css

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

 a { background-color: rgb(220,162,113); }

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

border-color css

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

 span { border-color: rgb(220,162,113); }

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