#DBAD8B

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

Shades of Tumbleweed #DBAD8B

Tints of Tumbleweed #DBAD8B

Color information

#DBAD8B (or 0xDBAD8B) is unknown color: approx Tumbleweed. HEX triplet: DB, AD and 8B. RGB value is (219,173,139). Sum of RGB (Red+Green+Blue) = 219+173+139=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD8B is #245274. Grayscale: #B7B7B7. Windows color (decimal): -2380405 or 9154011. OLE color: 9154011.

HSL color Cylindrical-coordinate representation of color #DBAD8B: hue angle of 25.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBAD8B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219173139-
CMYK00.210.370.14
HSL25.5º52.63%70.2%-
HSV(B)25.5º36.53%85.88%-
XYZ48.8246.8130.89-
YUV182.88103.24153.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=41.24%
G=32.58%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917313900.210.370.1425.552.6370.2
HexDBAD8B01525E1a3546
Octal33325521302545163265106
Binary1101101110101101100010110101011001011110110101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD8B; }

 p { color: rgb(219,173,139); }

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

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

 a { background-color: rgb(219,173,139); }

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

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

 span { border-color: rgb(219,173,139); }

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