#DBAC85

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

Shades of Tumbleweed #DBAC85

Tints of Tumbleweed #DBAC85

Color information

#DBAC85 (or 0xDBAC85) is unknown color: approx Tumbleweed. HEX triplet: DB, AC and 85. RGB value is (219,172,133). Sum of RGB (Red+Green+Blue) = 219+172+133=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC85 is #24537A. Grayscale: #B5B5B5. Windows color (decimal): -2380667 or 8760539. OLE color: 8760539.

HSL color Cylindrical-coordinate representation of color #DBAC85: hue angle of 27.21º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBAC85 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB219172133-
CMYK00.210.390.14
HSL27.21º54.43%69.02%-
HSV(B)27.21º39.27%85.88%-
XYZ48.246.2628.58-
YUV181.61100.57154.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=41.79%
G=32.82%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917213300.210.390.1427.2154.4369.02
HexDBAC8501527E1b3645
Octal33325420502547163366105
Binary1101101110101100100001010101011001111110110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC85; }

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

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

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

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

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

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

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

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