#DAAC85

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

Shades of Tumbleweed #DAAC85

Tints of Tumbleweed #DAAC85

Color information

#DAAC85 (or 0xDAAC85) is unknown color: approx Tumbleweed. HEX triplet: DA, AC and 85. RGB value is (218,172,133). Sum of RGB (Red+Green+Blue) = 218+172+133=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC85 is #25537A. Grayscale: #B5B5B5. Windows color (decimal): -2446203 or 8760538. OLE color: 8760538.

HSL color Cylindrical-coordinate representation of color #DAAC85: hue angle of 27.53º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAAC85 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218172133-
CMYK00.210.390.15
HSL27.53º53.46%68.82%-
HSV(B)27.53º38.99%85.49%-
XYZ47.946.128.56-
YUV181.31100.74154.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 133 (52.34% from 255) = 25.43%
R=41.68%
G=32.89%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817213300.210.390.1527.5353.4668.82
HexDAAC8501527F1c3545
Octal33225420502547173465105
Binary1101101010101100100001010101011001111111111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC85; }

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

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

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

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

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

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

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

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