#DBA485

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

Shades of Tumbleweed #DBA485

Tints of Tumbleweed #DBA485

Color information

#DBA485 (or 0xDBA485) is unknown color: approx Tumbleweed. HEX triplet: DB, A4 and 85. RGB value is (219,164,133). Sum of RGB (Red+Green+Blue) = 219+164+133=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA485 is #245B7A. Grayscale: #B1B1B1. Windows color (decimal): -2382715 or 8758491. OLE color: 8758491.

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

Color convert

RGB219164133-
CMYK00.250.390.14
HSL21.63º54.43%69.02%-
HSV(B)21.63º39.27%85.88%-
XYZ46.7243.328.09-
YUV176.91103.22158.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 164 (64.45% from 255) = 31.78%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=42.44%
G=31.78%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916413300.250.390.1421.6354.4369.02
HexDBA48501927E163645
Octal33324420503147162666105
Binary1101101110100100100001010110011001111110101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA485; }

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

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

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

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

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

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

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

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