#DBA081

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

Shades of Tumbleweed #DBA081

Tints of Tumbleweed #DBA081

Color information

#DBA081 (or 0xDBA081) is unknown color: approx Tumbleweed. HEX triplet: DB, A0 and 81. RGB value is (219,160,129). Sum of RGB (Red+Green+Blue) = 219+160+129=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA081 is #245F7E. Grayscale: #AEAEAE. Windows color (decimal): -2383743 or 8495323. OLE color: 8495323.

HSL color Cylindrical-coordinate representation of color #DBA081: hue angle of 20.67º degrees, saturation: 0.56, 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 #DBA081 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219160129-
CMYK00.270.410.14
HSL20.67º55.56%68.24%-
HSV(B)20.67º41.1%85.88%-
XYZ45.7541.7926.42-
YUV174.11102.55160.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.11%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=43.11%
G=31.50%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916012900.270.410.1420.6755.5668.24
HexDBA08101B29E153844
Octal33324020103351162570104
Binary1101101110100000100000010110111010011110101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA081; }

 p { color: rgb(219,160,129); }

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

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

 a { background-color: rgb(219,160,129); }

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

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

 span { border-color: rgb(219,160,129); }

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