#DBA882

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

Shades of Tumbleweed #DBA882

Tints of Tumbleweed #DBA882

Color information

#DBA882 (or 0xDBA882) is unknown color: approx Tumbleweed. HEX triplet: DB, A8 and 82. RGB value is (219,168,130). Sum of RGB (Red+Green+Blue) = 219+168+130=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA882 is #24577D. Grayscale: #B3B3B3. Windows color (decimal): -2381694 or 8562907. OLE color: 8562907.

HSL color Cylindrical-coordinate representation of color #DBA882: hue angle of 25.62º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBA882 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219168130-
CMYK00.230.410.14
HSL25.62º55.28%68.43%-
HSV(B)25.62º40.64%85.88%-
XYZ47.2544.6827.25-
YUV178.92100.4156.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 168 (66.02% from 255) = 32.50%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=42.36%
G=32.50%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916813000.230.410.1425.6255.2868.43
HexDBA88201729E1a3744
Octal33325020202751163267104
Binary1101101110101000100000100101111010011110110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA882; }

 p { color: rgb(219,168,130); }

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

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

 a { background-color: rgb(219,168,130); }

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

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

 span { border-color: rgb(219,168,130); }

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