#DAA280

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

Shades of Tumbleweed #DAA280

Tints of Tumbleweed #DAA280

Color information

#DAA280 (or 0xDAA280) is unknown color: approx Tumbleweed. HEX triplet: DA, A2 and 80. RGB value is (218,162,128). Sum of RGB (Red+Green+Blue) = 218+162+128=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA280 is #255D7F. Grayscale: #AFAFAF. Windows color (decimal): -2448768 or 8430298. OLE color: 8430298.

HSL color Cylindrical-coordinate representation of color #DAA280: hue angle of 22.67º 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 #DAA280 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218162128-
CMYK00.260.410.15
HSL22.67º54.88%67.84%-
HSV(B)22.67º41.28%85.49%-
XYZ45.7342.326.18-
YUV174.87101.55158.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.91%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=42.91%
G=31.89%
B=25.20%

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
Decimal21816212800.260.410.1522.6754.8867.84
HexDAA28001A29F173744
Octal33224220003251172767104
Binary1101101010100010100000000110101010011111101111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA280; }

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

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

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

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

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

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

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

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