#DAA282

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

Shades of Tumbleweed #DAA282

Tints of Tumbleweed #DAA282

Color information

#DAA282 (or 0xDAA282) is unknown color: approx Tumbleweed. HEX triplet: DA, A2 and 82. RGB value is (218,162,130). Sum of RGB (Red+Green+Blue) = 218+162+130=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA282 is #255D7D. Grayscale: #AFAFAF. Windows color (decimal): -2448766 or 8561370. OLE color: 8561370.

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

Color convert

RGB218162130-
CMYK00.260.400.15
HSL21.82º54.32%68.24%-
HSV(B)21.82º40.37%85.49%-
XYZ45.8642.3626.88-
YUV175.1102.55158.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=42.75%
G=31.76%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816213000.260.400.1521.8254.3268.24
HexDAA28201A28F163644
Octal33224220203250172666104
Binary1101101010100010100000100110101010001111101101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA282; }

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

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

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

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

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

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

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

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