#DBA38A

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

Shades of Tumbleweed #DBA38A

Tints of Tumbleweed #DBA38A

Color information

#DBA38A (or 0xDBA38A) is unknown color: approx Tumbleweed. HEX triplet: DB, A3 and 8A. RGB value is (219,163,138). Sum of RGB (Red+Green+Blue) = 219+163+138=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA38A is #245C75. Grayscale: #B1B1B1. Windows color (decimal): -2382966 or 9085915. OLE color: 9085915.

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

Color convert

RGB219163138-
CMYK00.260.370.14
HSL18.52º52.94%70%-
HSV(B)18.52º36.99%85.88%-
XYZ46.943.0929.89-
YUV176.89106.05158.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.12%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=42.12%
G=31.35%
B=26.54%

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
Decimal21916313800.260.370.1418.5252.9470
HexDBA38A01A25E133546
Octal33324321203245162365106
Binary1101101110100011100010100110101001011110100111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA38A; }

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

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

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

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

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

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

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

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