#DAAB90

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

Shades of Tumbleweed #DAAB90

Tints of Tumbleweed #DAAB90

Color information

#DAAB90 (or 0xDAAB90) is unknown color: approx Tumbleweed. HEX triplet: DA, AB and 90. RGB value is (218,171,144). Sum of RGB (Red+Green+Blue) = 218+171+144=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB90 is #25546F. Grayscale: #B6B6B6. Windows color (decimal): -2446448 or 9481178. OLE color: 9481178.

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

Color convert

RGB218171144-
CMYK00.220.340.15
HSL21.89º50%70.98%-
HSV(B)21.89º33.94%85.49%-
XYZ48.5146.0432.72-
YUV181.98106.57153.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=40.90%
G=32.08%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817114400.220.340.1521.895070.98
HexDAAB9001622F163247
Octal33225322002642172662107
Binary1101101010101011100100000101101000101111101101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB90; }

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

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

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

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

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

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

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

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