#DBA58C

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

Shades of Tumbleweed #DBA58C

Tints of Tumbleweed #DBA58C

Color information

#DBA58C (or 0xDBA58C) is unknown color: approx Tumbleweed. HEX triplet: DB, A5 and 8C. RGB value is (219,165,140). Sum of RGB (Red+Green+Blue) = 219+165+140=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA58C is #245A73. Grayscale: #B2B2B2. Windows color (decimal): -2382452 or 9217499. OLE color: 9217499.

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

Color convert

RGB219165140-
CMYK00.250.360.14
HSL18.99º52.32%70.39%-
HSV(B)18.99º36.07%85.88%-
XYZ47.443.8630.78-
YUV178.3106.39157.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=41.79%
G=31.49%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916514000.250.360.1418.9952.3270.39
HexDBA58C01924E133446
Octal33324521403144162364106
Binary1101101110100101100011000110011001001110100111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA58C; }

 p { color: rgb(219,165,140); }

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

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

 a { background-color: rgb(219,165,140); }

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

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

 span { border-color: rgb(219,165,140); }

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