#DBA385

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

Shades of Tumbleweed #DBA385

Tints of Tumbleweed #DBA385

Color information

#DBA385 (or 0xDBA385) is unknown color: approx Tumbleweed. HEX triplet: DB, A3 and 85. RGB value is (219,163,133). Sum of RGB (Red+Green+Blue) = 219+163+133=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA385 is #245C7A. Grayscale: #B0B0B0. Windows color (decimal): -2382971 or 8758235. OLE color: 8758235.

HSL color Cylindrical-coordinate representation of color #DBA385: hue angle of 20.93º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBA385 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB219163133-
CMYK00.260.390.14
HSL20.93º54.43%69.02%-
HSV(B)20.93º39.27%85.88%-
XYZ46.5442.9528.03-
YUV176.32103.55158.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.52%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=42.52%
G=31.65%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916313300.260.390.1420.9354.4369.02
HexDBA38501A27E153645
Octal33324320503247162566105
Binary1101101110100011100001010110101001111110101011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA385; }

 p { color: rgb(219,163,133); }

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

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

 a { background-color: rgb(219,163,133); }

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

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

 span { border-color: rgb(219,163,133); }

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