#DBA270

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

Shades of Tumbleweed #DBA270

Tints of Tumbleweed #DBA270

Color information

#DBA270 (or 0xDBA270) is unknown color: approx Tumbleweed. HEX triplet: DB, A2 and 70. RGB value is (219,162,112). Sum of RGB (Red+Green+Blue) = 219+162+112=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA270 is #245D8F. Grayscale: #ADADAD. Windows color (decimal): -2383248 or 7381723. OLE color: 7381723.

HSL color Cylindrical-coordinate representation of color #DBA270: hue angle of 28.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBA270 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB219162112-
CMYK00.260.490.14
HSL28.04º59.78%64.9%-
HSV(B)28.04º48.86%85.88%-
XYZ45.0642.0721.07-
YUV173.3493.38160.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=44.42%
G=32.86%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916211200.260.490.1428.0459.7864.9
HexDBA27001A31E1c3c41
Octal33324216003261163474101
Binary110110111010001011100000110101100011110111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA270; }

 p { color: rgb(219,162,112); }

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

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

 a { background-color: rgb(219,162,112); }

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

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

 span { border-color: rgb(219,162,112); }

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