#DAAB8A

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

Shades of Tumbleweed #DAAB8A

Tints of Tumbleweed #DAAB8A

Color information

#DAAB8A (or 0xDAAB8A) is unknown color: approx Tumbleweed. HEX triplet: DA, AB and 8A. RGB value is (218,171,138). Sum of RGB (Red+Green+Blue) = 218+171+138=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB8A is #255475. Grayscale: #B5B5B5. Windows color (decimal): -2446454 or 9087962. OLE color: 9087962.

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

Color convert

RGB218171138-
CMYK00.220.370.15
HSL24.75º51.95%69.8%-
HSV(B)24.75º36.7%85.49%-
XYZ48.0645.8730.36-
YUV181.29103.57154.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=41.37%
G=32.45%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817113800.220.370.1524.7551.9569.8
HexDAAB8A01625F193446
Octal33225321202645173164106
Binary1101101010101011100010100101101001011111110011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB8A; }

 p { color: rgb(218,171,138); }

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

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

 a { background-color: rgb(218,171,138); }

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

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

 span { border-color: rgb(218,171,138); }

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