#DBA685

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

Shades of Tumbleweed #DBA685

Tints of Tumbleweed #DBA685

Color information

#DBA685 (or 0xDBA685) is unknown color: approx Tumbleweed. HEX triplet: DB, A6 and 85. RGB value is (219,166,133). Sum of RGB (Red+Green+Blue) = 219+166+133=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA685 is #24597A. Grayscale: #B2B2B2. Windows color (decimal): -2382203 or 8759003. OLE color: 8759003.

HSL color Cylindrical-coordinate representation of color #DBA685: hue angle of 23.02º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBA685 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB219166133-
CMYK00.240.390.14
HSL23.02º54.43%69.02%-
HSV(B)23.02º39.27%85.88%-
XYZ47.0844.0328.21-
YUV178.08102.56157.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.28%
GREEN value IS 166 (65.23% from 255) = 32.05%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=42.28%
G=32.05%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916613300.240.390.1423.0254.4369.02
HexDBA68501827E173645
Octal33324620503047162766105
Binary1101101110100110100001010110001001111110101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA685; }

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

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

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

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

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

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

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

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