#DBAA85

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

Shades of Tumbleweed #DBAA85

Tints of Tumbleweed #DBAA85

Color information

#DBAA85 (or 0xDBAA85) is unknown color: approx Tumbleweed. HEX triplet: DB, AA and 85. RGB value is (219,170,133). Sum of RGB (Red+Green+Blue) = 219+170+133=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA85 is #24557A. Grayscale: #B4B4B4. Windows color (decimal): -2381179 or 8760027. OLE color: 8760027.

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

Color convert

RGB219170133-
CMYK00.220.390.14
HSL25.81º54.43%69.02%-
HSV(B)25.81º39.27%85.88%-
XYZ47.8245.528.45-
YUV180.43101.23155.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=41.95%
G=32.57%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917013300.220.390.1425.8154.4369.02
HexDBAA8501627E1a3645
Octal33325220502647163266105
Binary1101101110101010100001010101101001111110110101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA85; }

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

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

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

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

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

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

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

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