#DAA180

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

Shades of Tumbleweed #DAA180

Tints of Tumbleweed #DAA180

Color information

#DAA180 (or 0xDAA180) is unknown color: approx Tumbleweed. HEX triplet: DA, A1 and 80. RGB value is (218,161,128). Sum of RGB (Red+Green+Blue) = 218+161+128=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA180 is #255E7F. Grayscale: #AEAEAE. Windows color (decimal): -2449024 or 8430042. OLE color: 8430042.

HSL color Cylindrical-coordinate representation of color #DAA180: hue angle of 22º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAA180 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218161128-
CMYK00.260.410.15
HSL22º54.88%67.84%-
HSV(B)22º41.28%85.49%-
XYZ45.5541.9526.12-
YUV174.28101.88159.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=43.00%
G=31.76%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816112800.260.410.152254.8867.84
HexDAA18001A29F163744
Octal33224120003251172667104
Binary1101101010100001100000000110101010011111101101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA180; }

 p { color: rgb(218,161,128); }

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

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

 a { background-color: rgb(218,161,128); }

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

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

 span { border-color: rgb(218,161,128); }

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