Html Css Color HEX #DCA085 Tumbleweed

📋 copy color: '#DCA085'

red 220 ◦ green 160 ◦ blue 133

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

Shades of Tumbleweed #DCA085

Tints of Tumbleweed #DCA085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.19%

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

R = 42.88%
G = 31.19%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCA085 (or 0xDCA085) is known color: Tumbleweed. HEX triplet: DC, A0 and 85. RGB value is (220,160,133). Sum of RGB (Red+Green+Blue) = 220+160+133=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA085 is #235F7A. Grayscale: #AFAFAF. Windows color (decimal): -2318203 or 8757468. OLE color: 8757468.

HSL color Cylindrical-coordinate representation of color #DCA085: hue angle of 18.62º 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 #DCA085 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 133 -
CMYK 0 0.27 0.40 0.14
HSL 18.62º 0.55% 0.69% -
HSV(B) 18.62º 0.4% 0.86% -
XYZ 46.32 42.05 27.87 -
YUV 174.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 220 160 133 0 0.27 0.40 0.14 18.62 0.55 0.69
Hex DC A0 85 0 1B 28 E 13 37 45
Octal 334 240 205 0 33 50 16 23 67 105
Binary 11011100 10100000 10000101 0 11011 101000 1110 10011 110111 1000101

Color Harmonies of #DCA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA085

Black with #DCA085

Text Example


Text Example

White with #DCA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA085; }

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

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

background-color css

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

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

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

border-color css

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

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

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