#DBA185

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

Shades of Tumbleweed #DBA185

Tints of Tumbleweed #DBA185

Color information

#DBA185 (or 0xDBA185) is unknown color: approx Tumbleweed. HEX triplet: DB, A1 and 85. RGB value is (219,161,133). Sum of RGB (Red+Green+Blue) = 219+161+133=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA185 is #245E7A. Grayscale: #AFAFAF. Windows color (decimal): -2383483 or 8757723. OLE color: 8757723.

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

Color convert

RGB219161133-
CMYK00.260.390.14
HSL19.53º54.43%69.02%-
HSV(B)19.53º39.27%85.88%-
XYZ46.1942.2427.91-
YUV175.15104.22159.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.69%
GREEN value IS 161 (63.28% from 255) = 31.38%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=42.69%
G=31.38%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916113300.260.390.1419.5354.4369.02
HexDBA18501A27E143645
Octal33324120503247162466105
Binary1101101110100001100001010110101001111110101001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA185; }

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

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

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

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

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

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

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

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