#DBAA8B

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

Shades of Tumbleweed #DBAA8B

Tints of Tumbleweed #DBAA8B

Color information

#DBAA8B (or 0xDBAA8B) is unknown color: approx Tumbleweed. HEX triplet: DB, AA and 8B. RGB value is (219,170,139). Sum of RGB (Red+Green+Blue) = 219+170+139=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA8B is #245574. Grayscale: #B5B5B5. Windows color (decimal): -2381173 or 9153243. OLE color: 9153243.

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

Color convert

RGB219170139-
CMYK00.220.370.14
HSL23.25º52.63%70.2%-
HSV(B)23.25º36.53%85.88%-
XYZ48.2545.6730.7-
YUV181.12104.23155.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=41.48%
G=32.20%
B=26.33%

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
Decimal21917013900.220.370.1423.2552.6370.2
HexDBAA8B01625E173546
Octal33325221302645162765106
Binary1101101110101010100010110101101001011110101111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA8B; }

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

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

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

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

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

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

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

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