#DCA572

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

Shades of Tumbleweed #DCA572

Tints of Tumbleweed #DCA572

Color information

#DCA572 (or 0xDCA572) is unknown color: approx Tumbleweed. HEX triplet: DC, A5 and 72. RGB value is (220,165,114). Sum of RGB (Red+Green+Blue) = 220+165+114=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA572 is #235A8D. Grayscale: #AFAFAF. Windows color (decimal): -2316942 or 7513564. OLE color: 7513564.

HSL color Cylindrical-coordinate representation of color #DCA572: hue angle of 28.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCA572 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB220165114-
CMYK00.250.480.14
HSL28.87º60.23%65.49%-
HSV(B)28.87º48.18%86.27%-
XYZ46.0143.3421.86-
YUV175.6393.22159.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=44.09%
G=33.07%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016511400.250.480.1428.8760.2365.49
HexDCA57201930E1d3c41
Octal33424516203160163574101
Binary110111001010010111100100110011100001110111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA572; }

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

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

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

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

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

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

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

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