#DBA670

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

Shades of Tumbleweed #DBA670

Tints of Tumbleweed #DBA670

Color information

#DBA670 (or 0xDBA670) is unknown color: approx Tumbleweed. HEX triplet: DB, A6 and 70. RGB value is (219,166,112). Sum of RGB (Red+Green+Blue) = 219+166+112=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA670 is #24598F. Grayscale: #AFAFAF. Windows color (decimal): -2382224 or 7382747. OLE color: 7382747.

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

Color convert

RGB219166112-
CMYK00.240.490.14
HSL30.28º59.78%64.9%-
HSV(B)30.28º48.86%85.88%-
XYZ45.7743.521.31-
YUV175.6992.06158.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=44.06%
G=33.40%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916611200.240.490.1430.2859.7864.9
HexDBA67001831E1e3c41
Octal33324616003061163674101
Binary110110111010011011100000110001100011110111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA670; }

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

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

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

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

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

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

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

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