#DBAA8F

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

Shades of Tumbleweed #DBAA8F

Tints of Tumbleweed #DBAA8F

Color information

#DBAA8F (or 0xDBAA8F) is unknown color: approx Tumbleweed. HEX triplet: DB, AA and 8F. RGB value is (219,170,143). Sum of RGB (Red+Green+Blue) = 219+170+143=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA8F is #245570. Grayscale: #B5B5B5. Windows color (decimal): -2381169 or 9415387. OLE color: 9415387.

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

Color convert

RGB219170143-
CMYK00.220.350.14
HSL21.32º51.35%70.98%-
HSV(B)21.32º34.7%85.88%-
XYZ48.5545.7932.27-
YUV181.57106.23154.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 143 (56.25% from 255) = 26.88%
R=41.17%
G=31.95%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917014300.220.350.1421.3251.3570.98
HexDBAA8F01623E153347
Octal33325221702643162563107
Binary1101101110101010100011110101101000111110101011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA8F; }

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

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

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

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

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

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

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

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