#DAAA88

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

Shades of Tumbleweed #DAAA88

Tints of Tumbleweed #DAAA88

Color information

#DAAA88 (or 0xDAAA88) is unknown color: approx Tumbleweed. HEX triplet: DA, AA and 88. RGB value is (218,170,136). Sum of RGB (Red+Green+Blue) = 218+170+136=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA88 is #255577. Grayscale: #B4B4B4. Windows color (decimal): -2446712 or 8956634. OLE color: 8956634.

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

Color convert

RGB218170136-
CMYK00.220.380.15
HSL24.88º52.56%69.41%-
HSV(B)24.88º37.61%85.49%-
XYZ47.7345.4329.55-
YUV180.48102.9154.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=41.60%
G=32.44%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817013600.220.380.1524.8852.5669.41
HexDAAA8801626F193545
Octal33225221002646173165105
Binary1101101010101010100010000101101001101111110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA88; }

 p { color: rgb(218,170,136); }

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

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

 a { background-color: rgb(218,170,136); }

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

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

 span { border-color: rgb(218,170,136); }

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