#DCA584

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

Shades of Tumbleweed #DCA584

Tints of Tumbleweed #DCA584

Color information

#DCA584 (or 0xDCA584) is unknown color: approx Tumbleweed. HEX triplet: DC, A5 and 84. RGB value is (220,165,132). Sum of RGB (Red+Green+Blue) = 220+165+132=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA584 is #235A7B. Grayscale: #B1B1B1. Windows color (decimal): -2316924 or 8693212. OLE color: 8693212.

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

Color convert

RGB220165132-
CMYK00.250.400.14
HSL22.5º55.7%69.02%-
HSV(B)22.5º40%86.27%-
XYZ47.1443.7927.8-
YUV177.68102.22158.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=42.55%
G=31.91%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016513200.250.400.1422.555.769.02
HexDCA58401928E173845
Octal33424520403150162770105
Binary1101110010100101100001000110011010001110101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA584; }

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

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

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

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

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

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

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

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