Html Css Color HEX #DCA175 Tumbleweed

📋 copy color: '#DCA175'

red 220 ◦ green 161 ◦ blue 117

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

Shades of Tumbleweed #DCA175

Tints of Tumbleweed #DCA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.33%

 BLUE value IS 117 (46.09% from 255) = 23.49%

R = 44.18%
G = 32.33%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCA175 (or 0xDCA175) is known color: Tumbleweed. HEX triplet: DC, A1 and 75. RGB value is (220,161,117). Sum of RGB (Red+Green+Blue) = 220+161+117=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA175 is #235E8A. Grayscale: #ADADAD. Windows color (decimal): -2317963 or 7709148. OLE color: 7709148.

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

Color convert

RGB 220 161 117 -
CMYK 0 0.27 0.47 0.14
HSL 25.63º 0.6% 0.66% -
HSV(B) 25.63º 0.47% 0.86% -
XYZ 45.47 41.99 22.54 -
YUV 173.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 220 161 117 0 0.27 0.47 0.14 25.63 0.6 0.66
Hex DC A1 75 0 1B 2F E 1A 3C 42
Octal 334 241 165 0 33 57 16 32 74 102
Binary 11011100 10100001 1110101 0 11011 101111 1110 11010 111100 1000010

Color Harmonies of #DCA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA175

Black with #DCA175

Text Example


Text Example

White with #DCA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA175; }

 p { color: rgb(220,161,117); }

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

background-color css

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

 a { background-color: rgb(220,161,117); }

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

border-color css

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

 span { border-color: rgb(220,161,117); }

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