#DBA570

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

Shades of Tumbleweed #DBA570

Tints of Tumbleweed #DBA570

Color information

#DBA570 (or 0xDBA570) is unknown color: approx Tumbleweed. HEX triplet: DB, A5 and 70. RGB value is (219,165,112). Sum of RGB (Red+Green+Blue) = 219+165+112=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA570 is #245A8F. Grayscale: #AFAFAF. Windows color (decimal): -2382480 or 7382491. OLE color: 7382491.

HSL color Cylindrical-coordinate representation of color #DBA570: hue angle of 29.72º 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 #DBA570 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB219165112-
CMYK00.250.490.14
HSL29.72º59.78%64.9%-
HSV(B)29.72º48.86%85.88%-
XYZ45.5943.1421.25-
YUV175.192.39159.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=44.15%
G=33.27%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916511200.250.490.1429.7259.7864.9
HexDBA57001931E1e3c41
Octal33324516003161163674101
Binary110110111010010111100000110011100011110111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA570; }

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

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

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

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

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

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

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

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