#DBA682

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

Shades of Tumbleweed #DBA682

Tints of Tumbleweed #DBA682

Color information

#DBA682 (or 0xDBA682) is unknown color: approx Tumbleweed. HEX triplet: DB, A6 and 82. RGB value is (219,166,130). Sum of RGB (Red+Green+Blue) = 219+166+130=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA682 is #24597D. Grayscale: #B1B1B1. Windows color (decimal): -2382206 or 8562395. OLE color: 8562395.

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

Color convert

RGB219166130-
CMYK00.240.410.14
HSL24.27º55.28%68.43%-
HSV(B)24.27º40.64%85.88%-
XYZ46.8843.9427.13-
YUV177.74101.06157.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.52%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=42.52%
G=32.23%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916613000.240.410.1424.2755.2868.43
HexDBA68201829E183744
Octal33324620203051163067104
Binary1101101110100110100000100110001010011110110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA682; }

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

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

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

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

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

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

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

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