#DBA080

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

Shades of Tumbleweed #DBA080

Tints of Tumbleweed #DBA080

Color information

#DBA080 (or 0xDBA080) is unknown color: approx Tumbleweed. HEX triplet: DB, A0 and 80. RGB value is (219,160,128). Sum of RGB (Red+Green+Blue) = 219+160+128=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA080 is #245F7F. Grayscale: #AEAEAE. Windows color (decimal): -2383744 or 8429787. OLE color: 8429787.

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

Color convert

RGB219160128-
CMYK00.270.420.14
HSL21.1º55.83%68.04%-
HSV(B)21.1º41.55%85.88%-
XYZ45.6841.7626.07-
YUV173.99102.05160.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.20%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=43.20%
G=31.56%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916012800.270.420.1421.155.8368.04
HexDBA08001B2AE153844
Octal33324020003352162570104
Binary1101101110100000100000000110111010101110101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA080; }

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

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

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

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

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

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

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

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