#DBA188

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

Shades of Tumbleweed #DBA188

Tints of Tumbleweed #DBA188

Color information

#DBA188 (or 0xDBA188) is unknown color: approx Tumbleweed. HEX triplet: DB, A1 and 88. RGB value is (219,161,136). Sum of RGB (Red+Green+Blue) = 219+161+136=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA188 is #245E77. Grayscale: #AFAFAF. Windows color (decimal): -2383480 or 8954331. OLE color: 8954331.

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

Color convert

RGB219161136-
CMYK00.260.380.14
HSL18.07º53.55%69.61%-
HSV(B)18.07º37.9%85.88%-
XYZ46.442.3329.02-
YUV175.49105.72159.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 136 (53.52% from 255) = 26.36%
R=42.44%
G=31.20%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916113600.260.380.1418.0753.5569.61
HexDBA18801A26E123646
Octal33324121003246162266106
Binary1101101110100001100010000110101001101110100101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA188; }

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

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

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

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

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

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

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

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