#DBA288

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

Shades of Tumbleweed #DBA288

Tints of Tumbleweed #DBA288

Color information

#DBA288 (or 0xDBA288) is unknown color: approx Tumbleweed. HEX triplet: DB, A2 and 88. RGB value is (219,162,136). Sum of RGB (Red+Green+Blue) = 219+162+136=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA288 is #245D77. Grayscale: #B0B0B0. Windows color (decimal): -2383224 or 8954587. OLE color: 8954587.

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

Color convert

RGB219162136-
CMYK00.260.380.14
HSL18.8º53.55%69.61%-
HSV(B)18.8º37.9%85.88%-
XYZ46.5842.6829.08-
YUV176.08105.38158.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=42.36%
G=31.33%
B=26.31%

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
Decimal21916213600.260.380.1418.853.5569.61
HexDBA28801A26E133646
Octal33324221003246162366106
Binary1101101110100010100010000110101001101110100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA288; }

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

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

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

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

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

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

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

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