Html Css Color HEX #DCA185 Tumbleweed

📋 copy color: '#DCA185'

red 220 ◦ green 161 ◦ blue 133

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

Shades of Tumbleweed #DCA185

Tints of Tumbleweed #DCA185

RGB

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

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

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

R = 42.8%
G = 31.32%
B = 25.88%

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

#DCA185 (or 0xDCA185) is known color: Tumbleweed. HEX triplet: DC, A1 and 85. RGB value is (220,161,133). Sum of RGB (Red+Green+Blue) = 220+161+133=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA185 is #235E7A. Grayscale: #AFAFAF. Windows color (decimal): -2317947 or 8757724. OLE color: 8757724.

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

Color convert

RGB 220 161 133 -
CMYK 0 0.27 0.40 0.14
HSL 19.31º 0.55% 0.69% -
HSV(B) 19.31º 0.4% 0.86% -
XYZ 46.49 42.4 27.92 -
YUV 175.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 220 161 133 0 0.27 0.40 0.14 19.31 0.55 0.69
Hex DC A1 85 0 1B 28 E 13 37 45
Octal 334 241 205 0 33 50 16 23 67 105
Binary 11011100 10100001 10000101 0 11011 101000 1110 10011 110111 1000101

Color Harmonies of #DCA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA185

Black with #DCA185

Text Example


Text Example

White with #DCA185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA185; }

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

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

background-color css

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

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

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

border-color css

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

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

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