#DBAC8C

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

Shades of Tumbleweed #DBAC8C

Tints of Tumbleweed #DBAC8C

Color information

#DBAC8C (or 0xDBAC8C) is unknown color: approx Tumbleweed. HEX triplet: DB, AC and 8C. RGB value is (219,172,140). Sum of RGB (Red+Green+Blue) = 219+172+140=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC8C is #245373. Grayscale: #B6B6B6. Windows color (decimal): -2380660 or 9219291. OLE color: 9219291.

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

Color convert

RGB219172140-
CMYK00.210.360.14
HSL24.3º52.32%70.39%-
HSV(B)24.3º36.07%85.88%-
XYZ48.746.4631.21-
YUV182.4104.07154.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=41.24%
G=32.39%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917214000.210.360.1424.352.3270.39
HexDBAC8C01524E183446
Octal33325421402544163064106
Binary1101101110101100100011000101011001001110110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC8C; }

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

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

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

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

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

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

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

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