#DBA381

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

Shades of Tumbleweed #DBA381

Tints of Tumbleweed #DBA381

Color information

#DBA381 (or 0xDBA381) is unknown color: approx Tumbleweed. HEX triplet: DB, A3 and 81. RGB value is (219,163,129). Sum of RGB (Red+Green+Blue) = 219+163+129=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA381 is #245C7E. Grayscale: #B0B0B0. Windows color (decimal): -2382975 or 8496091. OLE color: 8496091.

HSL color Cylindrical-coordinate representation of color #DBA381: hue angle of 22.67º degrees, saturation: 0.56, 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 #DBA381 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219163129-
CMYK00.260.410.14
HSL22.67º55.56%68.24%-
HSV(B)22.67º41.1%85.88%-
XYZ46.2742.8426.6-
YUV175.87101.55158.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.86%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=42.86%
G=31.90%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916312900.260.410.1422.6755.5668.24
HexDBA38101A29E173844
Octal33324320103251162770104
Binary1101101110100011100000010110101010011110101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA381; }

 p { color: rgb(219,163,129); }

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

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

 a { background-color: rgb(219,163,129); }

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

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

 span { border-color: rgb(219,163,129); }

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