#DBAA7F

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

Shades of Tumbleweed #DBAA7F

Tints of Tumbleweed #DBAA7F

Color information

#DBAA7F (or 0xDBAA7F) is unknown color: approx Tumbleweed. HEX triplet: DB, AA and 7F. RGB value is (219,170,127). Sum of RGB (Red+Green+Blue) = 219+170+127=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA7F is #245580. Grayscale: #B3B3B3. Windows color (decimal): -2381185 or 8366811. OLE color: 8366811.

HSL color Cylindrical-coordinate representation of color #DBAA7F: hue angle of 28.04º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBAA7F is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219170127-
CMYK00.220.420.14
HSL28.04º56.1%67.84%-
HSV(B)28.04º42.01%85.88%-
XYZ47.4245.3426.33-
YUV179.7598.23156-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 127 (50% from 255) = 24.61%
R=42.44%
G=32.95%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917012700.220.420.1428.0456.167.84
HexDBAA7F0162AE1c3844
Octal33325217702652163470104
Binary110110111010101011111110101101010101110111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA7F; }

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

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

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

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

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

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

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

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