#DBAA8D

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

Shades of Tumbleweed #DBAA8D

Tints of Tumbleweed #DBAA8D

Color information

#DBAA8D (or 0xDBAA8D) is unknown color: approx Tumbleweed. HEX triplet: DB, AA and 8D. RGB value is (219,170,141). Sum of RGB (Red+Green+Blue) = 219+170+141=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA8D is #245572. Grayscale: #B5B5B5. Windows color (decimal): -2381171 or 9284315. OLE color: 9284315.

HSL color Cylindrical-coordinate representation of color #DBAA8D: hue angle of 22.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBAA8D is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB219170141-
CMYK00.220.360.14
HSL22.31º52%70.59%-
HSV(B)22.31º35.62%85.88%-
XYZ48.445.7331.48-
YUV181.34105.23154.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=41.32%
G=32.08%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917014100.220.360.1422.315270.59
HexDBAA8D01624E163447
Octal33325221502644162664107
Binary1101101110101010100011010101101001001110101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA8D; }

 p { color: rgb(219,170,141); }

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

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

 a { background-color: rgb(219,170,141); }

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

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

 span { border-color: rgb(219,170,141); }

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