#DAAB84

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

Shades of Tumbleweed #DAAB84

Tints of Tumbleweed #DAAB84

Color information

#DAAB84 (or 0xDAAB84) is unknown color: approx Tumbleweed. HEX triplet: DA, AB and 84. RGB value is (218,171,132). Sum of RGB (Red+Green+Blue) = 218+171+132=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB84 is #25547B. Grayscale: #B4B4B4. Windows color (decimal): -2446460 or 8694746. OLE color: 8694746.

HSL color Cylindrical-coordinate representation of color #DAAB84: hue angle of 27.21º degrees, saturation: 0.54, 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 #DAAB84 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218171132-
CMYK00.220.390.15
HSL27.21º53.75%68.63%-
HSV(B)27.21º39.45%85.49%-
XYZ47.6445.728.14-
YUV180.61100.57154.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 132 (51.95% from 255) = 25.34%
R=41.84%
G=32.82%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817113200.220.390.1527.2153.7568.63
HexDAAB8401627F1b3645
Octal33225320402647173366105
Binary1101101010101011100001000101101001111111110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB84; }

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

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

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

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

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

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

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

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