#DBAA82

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

Shades of Tumbleweed #DBAA82

Tints of Tumbleweed #DBAA82

Color information

#DBAA82 (or 0xDBAA82) is unknown color: approx Tumbleweed. HEX triplet: DB, AA and 82. RGB value is (219,170,130). Sum of RGB (Red+Green+Blue) = 219+170+130=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA82 is #24557D. Grayscale: #B4B4B4. Windows color (decimal): -2381182 or 8563419. OLE color: 8563419.

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

Color convert

RGB219170130-
CMYK00.220.410.14
HSL26.97º55.28%68.43%-
HSV(B)26.97º40.64%85.88%-
XYZ47.6245.4227.38-
YUV180.0999.73155.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.20%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 130 (51.17% from 255) = 25.05%
R=42.20%
G=32.76%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917013000.220.410.1426.9755.2868.43
HexDBAA8201629E1b3744
Octal33325220202651163367104
Binary1101101110101010100000100101101010011110110111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA82; }

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

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

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

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

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

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

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

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