#DBA780

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

Shades of Tumbleweed #DBA780

Tints of Tumbleweed #DBA780

Color information

#DBA780 (or 0xDBA780) is unknown color: approx Tumbleweed. HEX triplet: DB, A7 and 80. RGB value is (219,167,128). Sum of RGB (Red+Green+Blue) = 219+167+128=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA780 is #24587F. Grayscale: #B2B2B2. Windows color (decimal): -2381952 or 8431579. OLE color: 8431579.

HSL color Cylindrical-coordinate representation of color #DBA780: hue angle of 25.71º 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 #DBA780 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219167128-
CMYK00.240.420.14
HSL25.71º55.83%68.04%-
HSV(B)25.71º41.55%85.88%-
XYZ46.9344.2626.49-
YUV178.199.73157.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 167 (65.62% from 255) = 32.49%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=42.61%
G=32.49%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916712800.240.420.1425.7155.8368.04
HexDBA7800182AE1a3844
Octal33324720003052163270104
Binary1101101110100111100000000110001010101110110101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA780; }

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

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

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

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

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

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

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

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