#DCAA83

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

Shades of Tumbleweed #DCAA83

Tints of Tumbleweed #DCAA83

Color information

#DCAA83 (or 0xDCAA83) is unknown color: approx Tumbleweed. HEX triplet: DC, AA and 83. RGB value is (220,170,131). Sum of RGB (Red+Green+Blue) = 220+170+131=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA83 is #23557C. Grayscale: #B4B4B4. Windows color (decimal): -2315645 or 8628956. OLE color: 8628956.

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

Color convert

RGB220170131-
CMYK00.230.400.14
HSL26.29º55.97%68.82%-
HSV(B)26.29º40.45%86.27%-
XYZ47.9945.627.75-
YUV180.5100.06156.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 131 (51.56% from 255) = 25.14%
R=42.23%
G=32.63%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017013100.230.400.1426.2955.9768.82
HexDCAA8301728E1a3845
Octal33425220302750163270105
Binary1101110010101010100000110101111010001110110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA83; }

 p { color: rgb(220,170,131); }

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

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

 a { background-color: rgb(220,170,131); }

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

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

 span { border-color: rgb(220,170,131); }

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