#DBA075

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

Shades of Tumbleweed #DBA075

Tints of Tumbleweed #DBA075

Color information

#DBA075 (or 0xDBA075) is unknown color: approx Tumbleweed. HEX triplet: DB, A0 and 75. RGB value is (219,160,117). Sum of RGB (Red+Green+Blue) = 219+160+117=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA075 is #245F8A. Grayscale: #ACACAC. Windows color (decimal): -2383755 or 7708891. OLE color: 7708891.

HSL color Cylindrical-coordinate representation of color #DBA075: hue angle of 25.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBA075 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB219160117-
CMYK00.270.470.14
HSL25.29º58.62%65.88%-
HSV(B)25.29º46.58%85.88%-
XYZ4541.4922.47-
YUV172.7496.55161-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=44.15%
G=32.26%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916011700.270.470.1425.2958.6265.88
HexDBA07501B2FE193b42
Octal33324016503357163173102
Binary110110111010000011101010110111011111110110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA075; }

 p { color: rgb(219,160,117); }

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

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

 a { background-color: rgb(219,160,117); }

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

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

 span { border-color: rgb(219,160,117); }

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