#DAA882

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

Shades of Tumbleweed #DAA882

Tints of Tumbleweed #DAA882

Color information

#DAA882 (or 0xDAA882) is unknown color: approx Tumbleweed. HEX triplet: DA, A8 and 82. RGB value is (218,168,130). Sum of RGB (Red+Green+Blue) = 218+168+130=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA882 is #25577D. Grayscale: #B2B2B2. Windows color (decimal): -2447230 or 8562906. OLE color: 8562906.

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

Color convert

RGB218168130-
CMYK00.230.400.15
HSL25.91º54.32%68.24%-
HSV(B)25.91º40.37%85.49%-
XYZ46.9544.5227.24-
YUV178.62100.56156.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=42.25%
G=32.56%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816813000.230.400.1525.9154.3268.24
HexDAA88201728F1a3644
Octal33225020202750173266104
Binary1101101010101000100000100101111010001111110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA882; }

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

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

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

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

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

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

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

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