#DAAC8A

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

Shades of Tumbleweed #DAAC8A

Tints of Tumbleweed #DAAC8A

Color information

#DAAC8A (or 0xDAAC8A) is unknown color: approx Tumbleweed. HEX triplet: DA, AC and 8A. RGB value is (218,172,138). Sum of RGB (Red+Green+Blue) = 218+172+138=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC8A is #255375. Grayscale: #B6B6B6. Windows color (decimal): -2446198 or 9088218. OLE color: 9088218.

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

Color convert

RGB218172138-
CMYK00.210.370.15
HSL25.5º51.95%69.8%-
HSV(B)25.5º36.7%85.49%-
XYZ48.2546.2530.43-
YUV181.88103.24153.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=41.29%
G=32.58%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817213800.210.370.1525.551.9569.8
HexDAAC8A01525F1a3446
Octal33225421202545173264106
Binary1101101010101100100010100101011001011111110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC8A; }

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

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

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

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

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

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

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

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