Html Css Color HEX #DCA485 Tumbleweed

📋 copy color: '#DCA485'

red 220 ◦ green 164 ◦ blue 133

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

Shades of Tumbleweed #DCA485

Tints of Tumbleweed #DCA485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.73%

R = 42.55%
G = 31.72%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCA485 (or 0xDCA485) is known color: Tumbleweed. HEX triplet: DC, A4 and 85. RGB value is (220,164,133). Sum of RGB (Red+Green+Blue) = 220+164+133=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA485 is #235B7A. Grayscale: #B1B1B1. Windows color (decimal): -2317179 or 8758492. OLE color: 8758492.

HSL color Cylindrical-coordinate representation of color #DCA485: hue angle of 21.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCA485 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 133 -
CMYK 0 0.25 0.40 0.14
HSL 21.38º 0.55% 0.69% -
HSV(B) 21.38º 0.4% 0.86% -
XYZ 47.02 43.46 28.1 -
YUV 177.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 220 164 133 0 0.25 0.40 0.14 21.38 0.55 0.69
Hex DC A4 85 0 19 28 E 15 37 45
Octal 334 244 205 0 31 50 16 25 67 105
Binary 11011100 10100100 10000101 0 11001 101000 1110 10101 110111 1000101

Color Harmonies of #DCA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA485

Black with #DCA485

Text Example


Text Example

White with #DCA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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