#DBA086

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

Shades of Tumbleweed #DBA086

Tints of Tumbleweed #DBA086

Color information

#DBA086 (or 0xDBA086) is unknown color: approx Tumbleweed. HEX triplet: DB, A0 and 86. RGB value is (219,160,134). Sum of RGB (Red+Green+Blue) = 219+160+134=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA086 is #245F79. Grayscale: #AEAEAE. Windows color (decimal): -2383738 or 8823003. OLE color: 8823003.

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

Color convert

RGB219160134-
CMYK00.270.390.14
HSL18.35º54.14%69.22%-
HSV(B)18.35º38.81%85.88%-
XYZ46.0941.9228.22-
YUV174.68105.05159.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.69%
GREEN value IS 160 (62.89% from 255) = 31.19%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=42.69%
G=31.19%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916013400.270.390.1418.3554.1469.22
HexDBA08601B27E123645
Octal33324020603347162266105
Binary1101101110100000100001100110111001111110100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA086; }

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

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

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

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

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

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

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

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