#DBA686

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

Shades of Tumbleweed #DBA686

Tints of Tumbleweed #DBA686

Color information

#DBA686 (or 0xDBA686) is unknown color: approx Tumbleweed. HEX triplet: DB, A6 and 86. RGB value is (219,166,134). Sum of RGB (Red+Green+Blue) = 219+166+134=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA686 is #245979. Grayscale: #B2B2B2. Windows color (decimal): -2382202 or 8824539. OLE color: 8824539.

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

Color convert

RGB219166134-
CMYK00.240.390.14
HSL22.59º54.14%69.22%-
HSV(B)22.59º38.81%85.88%-
XYZ47.1544.0528.57-
YUV178.2103.06157.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.20%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=42.20%
G=31.98%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916613400.240.390.1422.5954.1469.22
HexDBA68601827E173645
Octal33324620603047162766105
Binary1101101110100110100001100110001001111110101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA686; }

 p { color: rgb(219,166,134); }

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

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

 a { background-color: rgb(219,166,134); }

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

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

 span { border-color: rgb(219,166,134); }

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