#DBA28A

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

Shades of Tumbleweed #DBA28A

Tints of Tumbleweed #DBA28A

Color information

#DBA28A (or 0xDBA28A) is unknown color: approx Tumbleweed. HEX triplet: DB, A2 and 8A. RGB value is (219,162,138). Sum of RGB (Red+Green+Blue) = 219+162+138=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA28A is #245D75. Grayscale: #B0B0B0. Windows color (decimal): -2383222 or 9085659. OLE color: 9085659.

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

Color convert

RGB219162138-
CMYK00.260.370.14
HSL17.78º52.94%70%-
HSV(B)17.78º36.99%85.88%-
XYZ46.7242.7429.83-
YUV176.31106.38158.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.20%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=42.20%
G=31.21%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916213800.260.370.1417.7852.9470
HexDBA28A01A25E123546
Octal33324221203245162265106
Binary1101101110100010100010100110101001011110100101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA28A; }

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

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

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

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

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

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

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

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