#DAAB8D

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

Shades of Tumbleweed #DAAB8D

Tints of Tumbleweed #DAAB8D

Color information

#DAAB8D (or 0xDAAB8D) is unknown color: approx Tumbleweed. HEX triplet: DA, AB and 8D. RGB value is (218,171,141). Sum of RGB (Red+Green+Blue) = 218+171+141=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB8D is #255472. Grayscale: #B5B5B5. Windows color (decimal): -2446451 or 9284570. OLE color: 9284570.

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

Color convert

RGB218171141-
CMYK00.220.350.15
HSL23.38º50.99%70.39%-
HSV(B)23.38º35.32%85.49%-
XYZ48.2845.9531.52-
YUV181.63105.07153.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.13%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=41.13%
G=32.26%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817114100.220.350.1523.3850.9970.39
HexDAAB8D01623F173346
Octal33225321502643172763106
Binary1101101010101011100011010101101000111111101111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB8D; }

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

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

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

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

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

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

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

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