#DBAA89

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

Shades of Tumbleweed #DBAA89

Tints of Tumbleweed #DBAA89

Color information

#DBAA89 (or 0xDBAA89) is unknown color: approx Tumbleweed. HEX triplet: DB, AA and 89. RGB value is (219,170,137). Sum of RGB (Red+Green+Blue) = 219+170+137=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA89 is #245576. Grayscale: #B5B5B5. Windows color (decimal): -2381175 or 9022171. OLE color: 9022171.

HSL color Cylindrical-coordinate representation of color #DBAA89: hue angle of 24.15º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBAA89 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219170137-
CMYK00.220.370.14
HSL24.15º53.25%69.8%-
HSV(B)24.15º37.44%85.88%-
XYZ48.145.6229.94-
YUV180.89103.23155.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 137 (53.91% from 255) = 26.05%
R=41.63%
G=32.32%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917013700.220.370.1424.1553.2569.8
HexDBAA8901625E183546
Octal33325221102645163065106
Binary1101101110101010100010010101101001011110110001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA89; }

 p { color: rgb(219,170,137); }

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

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

 a { background-color: rgb(219,170,137); }

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

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

 span { border-color: rgb(219,170,137); }

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