#DBA88E

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

Shades of Tumbleweed #DBA88E

Tints of Tumbleweed #DBA88E

Color information

#DBA88E (or 0xDBA88E) is unknown color: approx Tumbleweed. HEX triplet: DB, A8 and 8E. RGB value is (219,168,142). Sum of RGB (Red+Green+Blue) = 219+168+142=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA88E is #245771. Grayscale: #B4B4B4. Windows color (decimal): -2381682 or 9349339. OLE color: 9349339.

HSL color Cylindrical-coordinate representation of color #DBA88E: hue angle of 20.26º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA88E is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219168142-
CMYK00.230.350.14
HSL20.26º51.68%70.78%-
HSV(B)20.26º35.16%85.88%-
XYZ48.145.0231.75-
YUV180.28106.4155.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=41.40%
G=31.76%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916814200.230.350.1420.2651.6870.78
HexDBA88E01723E143447
Octal33325021602743162464107
Binary1101101110101000100011100101111000111110101001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA88E; }

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

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

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

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

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

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

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

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