#DCA184

Color #DCA184 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #DCA184

Tints of Tumbleweed #DCA184

Color information

#DCA184 (or 0xDCA184) is unknown color: approx Tumbleweed. HEX triplet: DC, A1 and 84. RGB value is (220,161,132). Sum of RGB (Red+Green+Blue) = 220+161+132=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA184 is #235E7B. Grayscale: #AFAFAF. Windows color (decimal): -2317948 or 8692188. OLE color: 8692188.

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

Color convert

RGB220161132-
CMYK00.270.400.14
HSL19.77º55.7%69.02%-
HSV(B)19.77º40%86.27%-
XYZ46.4242.3727.56-
YUV175.33103.55159.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 161 (63.28% from 255) = 31.38%
BLUE value IS 132 (51.95% from 255) = 25.73%
R=42.88%
G=31.38%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016113200.270.400.1419.7755.769.02
HexDCA18401B28E143845
Octal33424120403350162470105
Binary1101110010100001100001000110111010001110101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA184; }

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

 H1.HeaderClassName
 {
   color: #DCA184;
 }
 .AnyTagClassName
 {
   color: #DCA184;
 }
</style>
background-color css

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

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

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

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

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

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