#DBAC86

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

Shades of Tumbleweed #DBAC86

Tints of Tumbleweed #DBAC86

Color information

#DBAC86 (or 0xDBAC86) is unknown color: approx Tumbleweed. HEX triplet: DB, AC and 86. RGB value is (219,172,134). Sum of RGB (Red+Green+Blue) = 219+172+134=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC86 is #245379. Grayscale: #B5B5B5. Windows color (decimal): -2380666 or 8826075. OLE color: 8826075.

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

Color convert

RGB219172134-
CMYK00.210.390.14
HSL26.82º54.14%69.22%-
HSV(B)26.82º38.81%85.88%-
XYZ48.2746.2928.94-
YUV181.72101.07154.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 134 (52.73% from 255) = 25.52%
R=41.71%
G=32.76%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917213400.210.390.1426.8254.1469.22
HexDBAC8601527E1b3645
Octal33325420602547163366105
Binary1101101110101100100001100101011001111110110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC86; }

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

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

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

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

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

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

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

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