#DAA484

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

Shades of Tumbleweed #DAA484

Tints of Tumbleweed #DAA484

Color information

#DAA484 (or 0xDAA484) is unknown color: approx Tumbleweed. HEX triplet: DA, A4 and 84. RGB value is (218,164,132). Sum of RGB (Red+Green+Blue) = 218+164+132=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA484 is #255B7B. Grayscale: #B0B0B0. Windows color (decimal): -2448252 or 8692954. OLE color: 8692954.

HSL color Cylindrical-coordinate representation of color #DAA484: hue angle of 22.33º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAA484 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218164132-
CMYK00.250.390.15
HSL22.33º53.75%68.63%-
HSV(B)22.33º39.45%85.49%-
XYZ46.3543.1227.71-
YUV176.5102.89157.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=42.41%
G=31.91%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816413200.250.390.1522.3353.7568.63
HexDAA48401927F163645
Octal33224420403147172666105
Binary1101101010100100100001000110011001111111101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA484; }

 p { color: rgb(218,164,132); }

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

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

 a { background-color: rgb(218,164,132); }

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

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

 span { border-color: rgb(218,164,132); }

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