#DBAA84

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

Shades of Tumbleweed #DBAA84

Tints of Tumbleweed #DBAA84

Color information

#DBAA84 (or 0xDBAA84) is unknown color: approx Tumbleweed. HEX triplet: DB, AA and 84. RGB value is (219,170,132). Sum of RGB (Red+Green+Blue) = 219+170+132=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA84 is #24557B. Grayscale: #B4B4B4. Windows color (decimal): -2381180 or 8694491. OLE color: 8694491.

HSL color Cylindrical-coordinate representation of color #DBAA84: hue angle of 26.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBAA84 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219170132-
CMYK00.220.400.14
HSL26.21º54.72%68.82%-
HSV(B)26.21º39.73%85.88%-
XYZ47.7545.4828.09-
YUV180.32100.73155.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 132 (51.95% from 255) = 25.34%
R=42.03%
G=32.63%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917013200.220.400.1426.2154.7268.82
HexDBAA8401628E1a3745
Octal33325220402650163267105
Binary1101101110101010100001000101101010001110110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA84; }

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

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

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

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

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

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

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

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