#DAA088

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

Shades of Tumbleweed #DAA088

Tints of Tumbleweed #DAA088

Color information

#DAA088 (or 0xDAA088) is unknown color: approx Tumbleweed. HEX triplet: DA, A0 and 88. RGB value is (218,160,136). Sum of RGB (Red+Green+Blue) = 218+160+136=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA088 is #255F77. Grayscale: #AEAEAE. Windows color (decimal): -2449272 or 8954074. OLE color: 8954074.

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

Color convert

RGB218160136-
CMYK00.270.380.15
HSL17.56º52.56%69.41%-
HSV(B)17.56º37.61%85.49%-
XYZ45.9341.8228.94-
YUV174.61106.22158.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=42.41%
G=31.13%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816013600.270.380.1517.5652.5669.41
HexDAA08801B26F123545
Octal33224021003346172265105
Binary1101101010100000100010000110111001101111100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA088; }

 p { color: rgb(218,160,136); }

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

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

 a { background-color: rgb(218,160,136); }

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

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

 span { border-color: rgb(218,160,136); }

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