#DAA488

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

Shades of Tumbleweed #DAA488

Tints of Tumbleweed #DAA488

Color information

#DAA488 (or 0xDAA488) is unknown color: approx Tumbleweed. HEX triplet: DA, A4 and 88. RGB value is (218,164,136). Sum of RGB (Red+Green+Blue) = 218+164+136=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA488 is #255B77. Grayscale: #B1B1B1. Windows color (decimal): -2448248 or 8955098. OLE color: 8955098.

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

Color convert

RGB218164136-
CMYK00.250.380.15
HSL20.49º52.56%69.41%-
HSV(B)20.49º37.61%85.49%-
XYZ46.6343.2329.18-
YUV176.95104.89157.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=42.08%
G=31.66%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816413600.250.380.1520.4952.5669.41
HexDAA48801926F143545
Octal33224421003146172465105
Binary1101101010100100100010000110011001101111101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA488; }

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

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

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

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

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

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

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

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