#DBAB86

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

Shades of Tumbleweed #DBAB86

Tints of Tumbleweed #DBAB86

Color information

#DBAB86 (or 0xDBAB86) is unknown color: approx Tumbleweed. HEX triplet: DB, AB and 86. RGB value is (219,171,134). Sum of RGB (Red+Green+Blue) = 219+171+134=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB86 is #245479. Grayscale: #B5B5B5. Windows color (decimal): -2380922 or 8825819. OLE color: 8825819.

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

Color convert

RGB219171134-
CMYK00.220.390.14
HSL26.12º54.14%69.22%-
HSV(B)26.12º38.81%85.88%-
XYZ48.0845.9128.88-
YUV181.13101.4155.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 134 (52.73% from 255) = 25.57%
R=41.79%
G=32.63%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917113400.220.390.1426.1254.1469.22
HexDBAB8601627E1a3645
Octal33325320602647163266105
Binary1101101110101011100001100101101001111110110101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAB86; }

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

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

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

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

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

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

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

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