#DBA087

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

Shades of Tumbleweed #DBA087

Tints of Tumbleweed #DBA087

Color information

#DBA087 (or 0xDBA087) is unknown color: approx Tumbleweed. HEX triplet: DB, A0 and 87. RGB value is (219,160,135). Sum of RGB (Red+Green+Blue) = 219+160+135=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA087 is #245F78. Grayscale: #AEAEAE. Windows color (decimal): -2383737 or 8888539. OLE color: 8888539.

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

Color convert

RGB219160135-
CMYK00.270.380.14
HSL17.86º53.85%69.41%-
HSV(B)17.86º38.36%85.88%-
XYZ46.1641.9528.59-
YUV174.79105.55159.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 135 (53.12% from 255) = 26.26%
R=42.61%
G=31.13%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916013500.270.380.1417.8653.8569.41
HexDBA08701B26E123645
Octal33324020703346162266105
Binary1101101110100000100001110110111001101110100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA087; }

 p { color: rgb(219,160,135); }

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

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

 a { background-color: rgb(219,160,135); }

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

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

 span { border-color: rgb(219,160,135); }

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