#DBA88A

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

Shades of Tumbleweed #DBA88A

Tints of Tumbleweed #DBA88A

Color information

#DBA88A (or 0xDBA88A) is unknown color: approx Tumbleweed. HEX triplet: DB, A8 and 8A. RGB value is (219,168,138). Sum of RGB (Red+Green+Blue) = 219+168+138=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA88A is #245775. Grayscale: #B4B4B4. Windows color (decimal): -2381686 or 9087195. OLE color: 9087195.

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

Color convert

RGB219168138-
CMYK00.230.370.14
HSL22.22º52.94%70%-
HSV(B)22.22º36.99%85.88%-
XYZ47.844.930.19-
YUV179.83104.4155.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=41.71%
G=32%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916813800.230.370.1422.2252.9470
HexDBA88A01725E163546
Octal33325021202745162665106
Binary1101101110101000100010100101111001011110101101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA88A; }

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

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

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

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

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

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

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

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